Replies: 1 comment 11 replies
-
Hi @wjh-study : You can refer to https://github.com/tianocore/edk2-platforms/tree/master/Platform/Sophgo/SG2042_EVB_Board. There is another platform whose support is in-flight and not yet merged which needs https://edk2.groups.io/g/devel/message/110778 and https://edk2.groups.io/g/devel/message/110589. You can also look at https://github.com/tianocore/edk2/tree/master/OvmfPkg/RiscVVirt for reference virtual platform. |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Now I download the edk2 and edk2-platforms then I git submodule update --init successfully.
But,I want to build Risc-V architecture EFI that I can run in the Risc-V FPGA.
So,I want to know that what libraries are necessary for me such as PEI, DXE, opensbi.
I referred to Sifive U500 but it has too many library that i do not need.
I want to a clean UEFI that can boot in FPGA.May I ask if anyone can provide assistance
Beta Was this translation helpful? Give feedback.
All reactions