John Chew
unread,Sep 20, 2023, 10:05:27 AM9/20/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to RISC-V Firmware Exchange, andrei.w...@intel.com, yon...@intel.com, sun...@ventanamicro.com
Hi Sunil,
I'm reaching out to request a code review of the EDK2 and EDK2-Platform code for the JH7110 SoC and StarFive VisionFive 2 platform.
We have thoroughly tested this code on the StarFive VisionFive 2 SBC, and it is functioning correctly. The boot flow for our code follows this sequence:
BootROM -> U-Boot SPL -> OpenSBI -> EDK2 -> Linux -> OS
Currently, we rely on U-Boot SPL to initialize DDR and load OpenSBI and EDK2 into DDR from multiple boot sources, including SD Card, eMMC, or QSPI Flash. Furthermore, our EDK2 code is capable of loading Linux from various sources as well, such as SD Card, eMMC, NVME, or USB.
Before proceeding with a merge request, we would greatly appreciate your valuable feedback on our code.
You may access our code using the following links:
edk2:
https://github.com/johnchewyy/edkii/tree/vf2_jh7110_devel_upstreamedk2-platform:
https://github.com/johnchewyy/edkii-platforms/tree/vf2_jh7110_devel_upstreamLooking forward to hearing from you soon!
Thank you =)
John