mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-29 16:44:10 +02:00
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>
This commit is contained in:
parent
2a9ff5f33f
commit
16efcbbd3c
@ -1432,6 +1432,10 @@ TABLE_ITEM SystemSlotTypeTable[] = {
|
|||||||
0x23,
|
0x23,
|
||||||
L"PCI Express Mini 76-pin (CEM spec. 2.0) Corresponds to Display-Mini card"
|
L"PCI Express Mini 76-pin (CEM spec. 2.0) Corresponds to Display-Mini card"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
SlotTypeCXLFlexbus10,
|
||||||
|
L"CXL Flexbus 1.0"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
0xA0,
|
0xA0,
|
||||||
L"PC-98/C20 "
|
L"PC-98/C20 "
|
||||||
@ -2290,6 +2294,10 @@ TABLE_ITEM PMALocationTable[] = {
|
|||||||
{
|
{
|
||||||
0xA3,
|
0xA3,
|
||||||
L" PC-98/Local bus add-on card"
|
L" PC-98/Local bus add-on card"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
MemoryArrayLocationCXLFlexbus10AddonCard,
|
||||||
|
L" CXL Flexbus 1.0 add-on card"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user