summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
diff options
context:
space:
mode:
authorStar Zeng <star.zeng@intel.com>2017-01-12 17:20:01 +0800
committerStar Zeng <star.zeng@intel.com>2017-01-22 10:34:57 +0800
commit44175ee77f0c4492e26718212cee90dd4d0f511d (patch)
treea93ee1e0062a3eaf253a715c6c0d1988cfb5cd83 /ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
parente1108d9735f870ef9ad18ad0d1137b7d22d80140 (diff)
downloadedk2-44175ee77f0c4492e26718212cee90dd4d0f511d.tar.gz
edk2-44175ee77f0c4492e26718212cee90dd4d0f511d.tar.bz2
edk2-44175ee77f0c4492e26718212cee90dd4d0f511d.zip
ShellPkg SmbiosView: Add decoding of SMBIOS spec 3.1.0
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=340 The decoding of TPM Device (Type 43) has been added at e9f0be021b7649c15d823e193110c0088cda9a89. Cc: Ruiyu Ni <ruiyu.ni@intel.com> Cc: Jaben Carsey <jaben.carsey@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Diffstat (limited to 'ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c')
-rw-r--r--ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c56
1 files changed, 56 insertions, 0 deletions
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
index acca00d5c3..4a06c12e3b 100644
--- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
+++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
@@ -260,6 +260,22 @@ TABLE_ITEM SystemEnclosureTypeTable[] = {
0x20,
L" Detachable"
},
+ {
+ 0x21,
+ L" IoT Gateway"
+ },
+ {
+ 0x22,
+ L" Embedded PC"
+ },
+ {
+ 0x23,
+ L" Mini PC"
+ },
+ {
+ 0x24,
+ L" Stick PC"
+ },
};
TABLE_ITEM SystemEnclosureStatusTable[] = {
@@ -531,6 +547,34 @@ TABLE_ITEM ProcessorUpgradeTable[] = {
{
0x30,
L"Socket BGA1364"
+ },
+ {
+ 0x31,
+ L"Socket AM4"
+ },
+ {
+ 0x32,
+ L"Socket LGA1151"
+ },
+ {
+ 0x33,
+ L"Socket BGA1356"
+ },
+ {
+ 0x34,
+ L"Socket BGA1440"
+ },
+ {
+ 0x35,
+ L"Socket BGA1515"
+ },
+ {
+ 0x36,
+ L"Socket LGA3647-1"
+ },
+ {
+ 0x37,
+ L"Socket SP3"
}
};
@@ -1347,6 +1391,18 @@ TABLE_ITEM SystemSlotTypeTable[] = {
L"PCI Express Gen 3 SFF-8639"
},
{
+ 0x21,
+ L"PCI Express Mini 52-pin (CEM spec. 2.0) with bottom-side keep-outs"
+ },
+ {
+ 0x22,
+ L"PCI Express Mini 52-pin (CEM spec. 2.0) without bottom-side keep-outs"
+ },
+ {
+ 0x23,
+ L"PCI Express Mini 76-pin (CEM spec. 2.0) Corresponds to Display-Mini card"
+ },
+ {
0xA0,
L"PC-98/C20 "
},