Reviewed-by: Liming Gao <liming....@intel.com> > -----Original Message----- > From: Gao, Zhichao <zhichao....@intel.com> > Sent: Monday, November 4, 2019 6:13 PM > To: devel@edk2.groups.io > Cc: Kinney, Michael D <michael.d.kin...@intel.com>; Gao, Liming > <liming....@intel.com>; Chaganty, Rangasai V > <rangasai.v.chaga...@intel.com> > Subject: [PATCH V2 2/8] MdePkg/Smbios.h: 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: Michael D Kinney <michael.d.kin...@intel.com> > Cc: Liming Gao <liming....@intel.com> > Cc: Sai Chaganty <rangasai.v.chaga...@intel.com> > Signed-off-by: Zhichao Gao <zhichao....@intel.com> > --- > MdePkg/Include/IndustryStandard/SmBios.h | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/MdePkg/Include/IndustryStandard/SmBios.h > b/MdePkg/Include/IndustryStandard/SmBios.h > index 0a31e37f18..54ec837671 100644 > --- a/MdePkg/Include/IndustryStandard/SmBios.h > +++ b/MdePkg/Include/IndustryStandard/SmBios.h > @@ -1285,6 +1285,7 @@ typedef enum { > SlotTypePciExpressMini52pinWithBSKO = 0x21, ///< PCI Express Mini > 52-pin (CEM spec. 2.0) with bottom-side keep-outs. > SlotTypePciExpressMini52pinWithoutBSKO = 0x22, ///< PCI Express Mini > 52-pin (CEM spec. 2.0) without bottom-side keep-outs. > SlotTypePciExpressMini76pin = 0x23, ///< PCI Express Mini > 76-pin (CEM spec. 2.0) Corresponds to Display-Mini > card. > + SlotTypeCXLFlexbus10 = 0x30, > SlotTypePC98C20 = 0xA0, > SlotTypePC98C24 = 0xA1, > SlotTypePC98E = 0xA2, > @@ -1612,7 +1613,8 @@ typedef enum { > MemoryArrayLocationPc98C20AddonCard = 0xA0, > MemoryArrayLocationPc98C24AddonCard = 0xA1, > MemoryArrayLocationPc98EAddonCard = 0xA2, > - MemoryArrayLocationPc98LocalBusAddonCard = 0xA3 > + MemoryArrayLocationPc98LocalBusAddonCard = 0xA3, > + MemoryArrayLocationCXLFlexbus10AddonCard = 0xA4 > } MEMORY_ARRAY_LOCATION; > > /// > -- > 2.21.0.windows.1
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#50066): https://edk2.groups.io/g/devel/message/50066 Mute This Topic: https://groups.io/mt/41180483/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-