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

Commits on Mar 8, 2024

  1. fix(riscv-launch): Add a separate option to launch qemu-riscv64

    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]>
    miguelafsilva5 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    4df1662 View commit details
    Browse the repository at this point in the history
  2. feat(riscv-launch): Add qemu-riscv64-launcher script

    Signed-off-by: Miguel Silva <[email protected]>
    miguelafsilva5 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    dc66dc6 View commit details
    Browse the repository at this point in the history
  3. ref: Moved and rename qemu-aarch64-virt launcher script

    Signed-off-by: Miguel Silva <[email protected]>
    miguelafsilva5 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    d9188df View commit details
    Browse the repository at this point in the history
  4. ref: Update the qemu-aarch64-virt command

    Signed-off-by: Miguel Silva <[email protected]>
    miguelafsilva5 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    c82a5c3 View commit details
    Browse the repository at this point in the history