[edk2-devel] [PATCH 1/1] ShellPkg/SmbiosView: Add Type45 entry to query table

2023-10-03 Thread Werner Lewis
The type field for Smbios tables in smbiosview is set from values in this query table. An entry is added to correctly display the Type 45 table name rather than "Undefined Value" in smbiosview output. Signed-off-by: Werner Lewis --- .../UefiShellDebug1CommandsLib/SmbiosView/Qu

[edk2-devel] [PATCH 0/1] ShellPkg/SmbiosView: Add Type45 entry to query table

2023-10-03 Thread Werner Lewis
Entry added to display Firmware Inventory Information title for Type45 tables in smbiosview, as per SMBIOS Specification 3.5. Werner Lewis (1): ShellPkg/SmbiosView: Add Type45 entry to query table .../UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c | 5 + 1 file changed, 5