riscvarchive / riscv-edk2

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

Generate SMBIOS based on device tree #6

Open JohnAZoidberg opened 3 years ago

JohnAZoidberg commented 3 years ago

It has information about the CPU, SOC and memory.

Seems like there's already some implementation for ARM:

JohnAZoidberg commented 2 years ago

Maybe DynamicTablePkg is related?