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

<Qemu RV32> Write a bootloader / trampoline for qemu-sifive-e target #233

Closed
akashkollipara opened this issue Feb 18, 2023 · 1 comment · Fixed by #272
Closed

<Qemu RV32> Write a bootloader / trampoline for qemu-sifive-e target #233

akashkollipara opened this issue Feb 18, 2023 · 1 comment · Fixed by #272
Assignees
Labels
critical update This is a critical update cyancore framework Cyancore framework feature request enhancement Upgrading feature or request FR Add new feature or request project Add new project terravisor Terravisor related issue
Projects

Comments

@akashkollipara
Copy link
Member

Is your feature request related to a problem? Please describe.
Develop a bootloader that performs a trampoline jump to start XIP ROM. This will act as bios to QEMU with kernel located in XIP.

Describe the solution you'd like
Use existing BL template for FE310 update addresses.

@akashkollipara akashkollipara added enhancement Upgrading feature or request critical update This is a critical update terravisor Terravisor related issue cyancore framework Cyancore framework feature request project Add new project FR Add new feature or request labels Feb 18, 2023
@akashkollipara akashkollipara added this to the Boron milestone Feb 18, 2023
@akashkollipara akashkollipara self-assigned this Feb 18, 2023
@akashkollipara akashkollipara added this to Issues in Terravisor via automation Feb 18, 2023
akashkollipara added a commit that referenced this issue Feb 18, 2023
- Add qemu sifive_e platform and bootloader support
  Note: Bootloader to be used with following command
  `qemu-system-riscv32 ... -device loader,file=<path to build.elf> ...`
- Updates on platform files to reduce size for bootloader
- Add USE_TIMER to enable/disable from platform config.
- [driver] PLIC will only build if N_PLAT_IRQS are non 0

Issue: #233
akashkollipara added a commit that referenced this issue Feb 18, 2023
akashkollipara added a commit that referenced this issue Feb 18, 2023
akashkollipara added a commit that referenced this issue Feb 19, 2023
- Add qemu sifive_e platform and bootloader support
  Note: Bootloader to be used with following command
  `qemu-system-riscv32 ... -device loader,file=<path to build.elf> ...`
- Updates on platform files to reduce size for bootloader
- Add USE_TIMER to enable/disable from platform config.
- [driver] PLIC will only build if N_PLAT_IRQS are non 0

Issue: #233
akashkollipara added a commit that referenced this issue Feb 19, 2023
@akashkollipara
Copy link
Member Author

Marking as closed

Terravisor automation moved this from Issues to Done Feb 19, 2023
@akashkollipara akashkollipara linked a pull request Jan 3, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
critical update This is a critical update cyancore framework Cyancore framework feature request enhancement Upgrading feature or request FR Add new feature or request project Add new project terravisor Terravisor related issue
Projects
Development

Successfully merging a pull request may close this issue.

1 participant