Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat(riscv-launcher): Add a launcher to qemu-riscv64-virt #25

Merged
merged 4 commits into from
Mar 11, 2024

Conversation

miguelafsilva5
Copy link
Member

PR Description

This PR introduces a way to launch qemu for riscv64-virt based on the platform defined in the DTS file.
This is achieve by modifying the main python script and separating the qemu-riscv64-virt platform from qemu-aarch64-virt launch condition.
It introduces a new launch script dedicated to this platform. Furthermore, the script for qemu-aarch64-virt was moved to the new directoy launch, where ideally all launch scripts will be placed. The new directory is more intuitive and better describes its purpose. Additionally, it helps futureproofing the framework.

@miguelafsilva5 miguelafsilva5 force-pushed the feat/riscv-launch branch 2 times, most recently from 9280426 to 229598e Compare March 6, 2024 16:41
Diogo21Costa
Diogo21Costa previously approved these changes Mar 7, 2024
Add a different launch option for qemu-riscv64-virt that finds the openSBI
elf and executes a different script.
Also, removed the code regarding the connection to outside of the if
statements

Signed-off-by: Miguel Silva <[email protected]>
@ESCristiano ESCristiano merged commit a90d70d into main Mar 11, 2024
5 checks passed
@ESCristiano ESCristiano deleted the feat/riscv-launch branch March 11, 2024 03:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants