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

Deduplicate SMBIOS #4

Closed JohnAZoidberg closed 3 years ago

JohnAZoidberg commented 4 years ago

There was too much code, which wasn't called but it could have generated those SMBIOS table entries:

Now it only has code for those entries:

I did smbiosview on the UEFI shell and the mentioned SMBIOS entries are indeed present.


Here's what happened to the files:

Expanded:

Deleted File:

Merged with E51 code into single file:

Added SMBIOS Type 7 for L1 Cache, removed duplicated SMBIOS (Type 4 and 7 code):


Graphical representation of the changes: (Grey things were removed)

smbios