riscvarchive / riscv-edk2-platforms

Port of EDK2 implementation of UEFI to RISC-V. See documentation at:
https://github.com/riscv/riscv-uefi-edk2-docs
Other
18 stars 7 forks source link

Bump up EDK2 RISC-V to OpenSBI v0.8 #3

Closed changab closed 3 years ago

JohnAZoidberg commented 4 years ago

Tested this with my device tree branch and it still works!

Could you please explain how you merged the new OpenSBI changes? For example in SecEntry.S?

changab commented 4 years ago

Could you please explain how you merged the new OpenSBI changes? For example in SecEntry.S?

Ah, I just go through the changes, review it and merge it to SecEntry.S based on edk2 port.