summaryrefslogtreecommitdiffstats
path: root/ShellPkg
diff options
context:
space:
mode:
authorGao, Zhichao <zhichao.gao@intel.com>2019-11-12 09:18:58 +0530
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2019-11-14 03:06:27 +0000
commit16efcbbd3ce983e659571671e280d14cdd87ed45 (patch)
treefe838bc8424a734c8df45b8cae3dce8a39adde10 /ShellPkg
parent2a9ff5f33f733727b83930c5ccf207613254b13b (diff)
downloadedk2-16efcbbd3ce983e659571671e280d14cdd87ed45.tar.gz
edk2-16efcbbd3ce983e659571671e280d14cdd87ed45.tar.bz2
edk2-16efcbbd3ce983e659571671e280d14cdd87ed45.zip
ShellPkg/SmbiosView: SMBIOS 3.3.0 add support for CXL Flexbus
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2305 Various: - SMBIOSCR00183: add support for CXL Flexbus Cc: Ray Ni <ray.ni@intel.com> Cc: Sai Chaganty <rangasai.v.chaganty@intel.com> Reviewed-by: Ray Ni <ray.ni@intel.com> Signed-off-by: Zhichao Gao <zhichao.gao@intel.com>
Diffstat (limited to 'ShellPkg')
-rw-r--r--ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
index 94d995bda1..8ed2bae4d3 100644
--- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
+++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
@@ -1433,6 +1433,10 @@ TABLE_ITEM SystemSlotTypeTable[] = {
L"PCI Express Mini 76-pin (CEM spec. 2.0) Corresponds to Display-Mini card"
},
{
+ SlotTypeCXLFlexbus10,
+ L"CXL Flexbus 1.0"
+ },
+ {
0xA0,
L"PC-98/C20 "
},
@@ -2290,6 +2294,10 @@ TABLE_ITEM PMALocationTable[] = {
{
0xA3,
L" PC-98/Local bus add-on card"
+ },
+ {
+ MemoryArrayLocationCXLFlexbus10AddonCard,
+ L" CXL Flexbus 1.0 add-on card"
}
};