blob: 146374f222ef394151d0a0cb4c7e399eaf330587 (
plain) (
blame)
1
2
3
4
5
|
Extend uefi-test-tools to report SMBIOS location
UEFI helper app exposes the pointer to RSDP ACPI table that firmware allocates in guest's RAM
but it doesn't do so for SMBIOS tables. Hence bios table test would skip testing SMBIOS tables
to workaround shortcoming. This bug is a request to expose two new entry point fields (one for SMBIOS 2 and another for SMBIOS 3) so test could check SMBIOS tables when guest is started a with UEFI firmware.
|