openhwgroup / cva6-sdk

CVA6 SDK containing RISC-V tools and Buildroot
59 stars 64 forks source link

U-Boot and OpenSBI for CVA6-SDK #60

Closed eyssartk closed 2 years ago

eyssartk commented 2 years ago

The Makefile now support configuration for OpenSBI + U-Boot Cleaning BBL and PK related unused recipes Spike payload recipe A special rule has been added to correctly flash the SD card. Use with caution !

Removing BBL related instructions Modify Linux build instruction for U-Boot and OpenSBI Modify the instructions to flash the SD-CARD Instruction for the new Spike process

make savedefconfig has been used to clean Buildroot and linux32 defconfigs. Packages has been added to the 32bits Buildroot image to match the 64bits version

Signed-off-by: Kevin Eyssartier kevin.eyssartier@thalesgroup.com

zarubaf commented 2 years ago

Do we still need riscv-pk after this? We could remove the submodule, right?

zarubaf commented 2 years ago

U boot is merged and with OpenHW - so ready to be updated.

eyssartk commented 2 years ago

I switched the u-boot repo to openwhgroup in commit 3adc753 riscv-pk and riscv-fesvr were useless, I removed then in c7b8a60

zarubaf commented 2 years ago

Thanks @eyssartk and congratulations!