mirror of https://github.com/acidanthera/audk.git
MdePkg: Update smbiosview type 9 with SMBIOS 3.5 fields
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3896 update smbiosview type 9 related fileds. Signed-off-by: Bo Chang Ke <bo-changx.ke@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Zhiguang Liu <zhiguang.liu@intel.com> Cc: Zhichao Gao <zhichao.gao@intel.com> Cc: Dandan Bi <dandan.bi@intel.com> Cc: Star Zeng <star.zeng@intel.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
This commit is contained in:
parent
b06a007b64
commit
fdfbf1fdab
|
@ -1271,71 +1271,85 @@ typedef struct {
|
||||||
/// System Slots - Slot Type
|
/// System Slots - Slot Type
|
||||||
///
|
///
|
||||||
typedef enum {
|
typedef enum {
|
||||||
SlotTypeOther = 0x01,
|
SlotTypeOther = 0x01,
|
||||||
SlotTypeUnknown = 0x02,
|
SlotTypeUnknown = 0x02,
|
||||||
SlotTypeIsa = 0x03,
|
SlotTypeIsa = 0x03,
|
||||||
SlotTypeMca = 0x04,
|
SlotTypeMca = 0x04,
|
||||||
SlotTypeEisa = 0x05,
|
SlotTypeEisa = 0x05,
|
||||||
SlotTypePci = 0x06,
|
SlotTypePci = 0x06,
|
||||||
SlotTypePcmcia = 0x07,
|
SlotTypePcmcia = 0x07,
|
||||||
SlotTypeVlVesa = 0x08,
|
SlotTypeVlVesa = 0x08,
|
||||||
SlotTypeProprietary = 0x09,
|
SlotTypeProprietary = 0x09,
|
||||||
SlotTypeProcessorCardSlot = 0x0A,
|
SlotTypeProcessorCardSlot = 0x0A,
|
||||||
SlotTypeProprietaryMemoryCardSlot = 0x0B,
|
SlotTypeProprietaryMemoryCardSlot = 0x0B,
|
||||||
SlotTypeIORiserCardSlot = 0x0C,
|
SlotTypeIORiserCardSlot = 0x0C,
|
||||||
SlotTypeNuBus = 0x0D,
|
SlotTypeNuBus = 0x0D,
|
||||||
SlotTypePci66MhzCapable = 0x0E,
|
SlotTypePci66MhzCapable = 0x0E,
|
||||||
SlotTypeAgp = 0x0F,
|
SlotTypeAgp = 0x0F,
|
||||||
SlotTypeApg2X = 0x10,
|
SlotTypeApg2X = 0x10,
|
||||||
SlotTypeAgp4X = 0x11,
|
SlotTypeAgp4X = 0x11,
|
||||||
SlotTypePciX = 0x12,
|
SlotTypePciX = 0x12,
|
||||||
SlotTypeAgp8X = 0x13,
|
SlotTypeAgp8X = 0x13,
|
||||||
SlotTypeM2Socket1_DP = 0x14,
|
SlotTypeM2Socket1_DP = 0x14,
|
||||||
SlotTypeM2Socket1_SD = 0x15,
|
SlotTypeM2Socket1_SD = 0x15,
|
||||||
SlotTypeM2Socket2 = 0x16,
|
SlotTypeM2Socket2 = 0x16,
|
||||||
SlotTypeM2Socket3 = 0x17,
|
SlotTypeM2Socket3 = 0x17,
|
||||||
SlotTypeMxmTypeI = 0x18,
|
SlotTypeMxmTypeI = 0x18,
|
||||||
SlotTypeMxmTypeII = 0x19,
|
SlotTypeMxmTypeII = 0x19,
|
||||||
SlotTypeMxmTypeIIIStandard = 0x1A,
|
SlotTypeMxmTypeIIIStandard = 0x1A,
|
||||||
SlotTypeMxmTypeIIIHe = 0x1B,
|
SlotTypeMxmTypeIIIHe = 0x1B,
|
||||||
SlotTypeMxmTypeIV = 0x1C,
|
SlotTypeMxmTypeIV = 0x1C,
|
||||||
SlotTypeMxm30TypeA = 0x1D,
|
SlotTypeMxm30TypeA = 0x1D,
|
||||||
SlotTypeMxm30TypeB = 0x1E,
|
SlotTypeMxm30TypeB = 0x1E,
|
||||||
SlotTypePciExpressGen2Sff_8639 = 0x1F,
|
SlotTypePciExpressGen2Sff_8639 = 0x1F,
|
||||||
SlotTypePciExpressGen3Sff_8639 = 0x20,
|
SlotTypePciExpressGen3Sff_8639 = 0x20,
|
||||||
SlotTypePciExpressMini52pinWithBSKO = 0x21, ///< PCI Express Mini 52-pin (CEM spec. 2.0) with bottom-side keep-outs.
|
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.
|
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.
|
SlotTypePciExpressMini76pin = 0x23, ///< PCI Express Mini 76-pin (CEM spec. 2.0) Corresponds to Display-Mini card.
|
||||||
SlotTypeCXLFlexbus10 = 0x30,
|
SlotTypePCIExpressGen4SFF_8639 = 0x24, ///< U.2
|
||||||
SlotTypePC98C20 = 0xA0,
|
SlotTypePCIExpressGen5SFF_8639 = 0x25, ///< U.2
|
||||||
SlotTypePC98C24 = 0xA1,
|
SlotTypeOCPNIC30SmallFormFactor = 0x26, ///< SFF
|
||||||
SlotTypePC98E = 0xA2,
|
SlotTypeOCPNIC30LargeFormFactor = 0x27, ///< LFF
|
||||||
SlotTypePC98LocalBus = 0xA3,
|
SlotTypeOCPNICPriorto30 = 0x28,
|
||||||
SlotTypePC98Card = 0xA4,
|
SlotTypeCXLFlexbus10 = 0x30,
|
||||||
SlotTypePciExpress = 0xA5,
|
SlotTypePC98C20 = 0xA0,
|
||||||
SlotTypePciExpressX1 = 0xA6,
|
SlotTypePC98C24 = 0xA1,
|
||||||
SlotTypePciExpressX2 = 0xA7,
|
SlotTypePC98E = 0xA2,
|
||||||
SlotTypePciExpressX4 = 0xA8,
|
SlotTypePC98LocalBus = 0xA3,
|
||||||
SlotTypePciExpressX8 = 0xA9,
|
SlotTypePC98Card = 0xA4,
|
||||||
SlotTypePciExpressX16 = 0xAA,
|
SlotTypePciExpress = 0xA5,
|
||||||
SlotTypePciExpressGen2 = 0xAB,
|
SlotTypePciExpressX1 = 0xA6,
|
||||||
SlotTypePciExpressGen2X1 = 0xAC,
|
SlotTypePciExpressX2 = 0xA7,
|
||||||
SlotTypePciExpressGen2X2 = 0xAD,
|
SlotTypePciExpressX4 = 0xA8,
|
||||||
SlotTypePciExpressGen2X4 = 0xAE,
|
SlotTypePciExpressX8 = 0xA9,
|
||||||
SlotTypePciExpressGen2X8 = 0xAF,
|
SlotTypePciExpressX16 = 0xAA,
|
||||||
SlotTypePciExpressGen2X16 = 0xB0,
|
SlotTypePciExpressGen2 = 0xAB,
|
||||||
SlotTypePciExpressGen3 = 0xB1,
|
SlotTypePciExpressGen2X1 = 0xAC,
|
||||||
SlotTypePciExpressGen3X1 = 0xB2,
|
SlotTypePciExpressGen2X2 = 0xAD,
|
||||||
SlotTypePciExpressGen3X2 = 0xB3,
|
SlotTypePciExpressGen2X4 = 0xAE,
|
||||||
SlotTypePciExpressGen3X4 = 0xB4,
|
SlotTypePciExpressGen2X8 = 0xAF,
|
||||||
SlotTypePciExpressGen3X8 = 0xB5,
|
SlotTypePciExpressGen2X16 = 0xB0,
|
||||||
SlotTypePciExpressGen3X16 = 0xB6,
|
SlotTypePciExpressGen3 = 0xB1,
|
||||||
SlotTypePciExpressGen4 = 0xB8,
|
SlotTypePciExpressGen3X1 = 0xB2,
|
||||||
SlotTypePciExpressGen4X1 = 0xB9,
|
SlotTypePciExpressGen3X2 = 0xB3,
|
||||||
SlotTypePciExpressGen4X2 = 0xBA,
|
SlotTypePciExpressGen3X4 = 0xB4,
|
||||||
SlotTypePciExpressGen4X4 = 0xBB,
|
SlotTypePciExpressGen3X8 = 0xB5,
|
||||||
SlotTypePciExpressGen4X8 = 0xBC,
|
SlotTypePciExpressGen3X16 = 0xB6,
|
||||||
SlotTypePciExpressGen4X16 = 0xBD
|
SlotTypePciExpressGen4 = 0xB8,
|
||||||
|
SlotTypePciExpressGen4X1 = 0xB9,
|
||||||
|
SlotTypePciExpressGen4X2 = 0xBA,
|
||||||
|
SlotTypePciExpressGen4X4 = 0xBB,
|
||||||
|
SlotTypePciExpressGen4X8 = 0xBC,
|
||||||
|
SlotTypePciExpressGen4X16 = 0xBD,
|
||||||
|
SlotTypePCIExpressGen5 = 0xBE,
|
||||||
|
SlotTypePCIExpressGen5X1 = 0xBF,
|
||||||
|
SlotTypePCIExpressGen5X2 = 0xC0,
|
||||||
|
SlotTypePCIExpressGen5X4 = 0xC1,
|
||||||
|
SlotTypePCIExpressGen5X8 = 0xC2,
|
||||||
|
SlotTypePCIExpressGen5X16 = 0xC3,
|
||||||
|
SlotTypePCIExpressGen6andBeyond = 0xC4,
|
||||||
|
SlotTypeEnterpriseandDatacenter1UE1FormFactorSlot = 0xC5,
|
||||||
|
SlotTypeEnterpriseandDatacenter3E3FormFactorSlot = 0xC6
|
||||||
} MISC_SLOT_TYPE;
|
} MISC_SLOT_TYPE;
|
||||||
|
|
||||||
///
|
///
|
||||||
|
@ -1358,6 +1372,39 @@ typedef enum {
|
||||||
SlotDataBusWidth32X = 0x0E ///< Or X32
|
SlotDataBusWidth32X = 0x0E ///< Or X32
|
||||||
} MISC_SLOT_DATA_BUS_WIDTH;
|
} MISC_SLOT_DATA_BUS_WIDTH;
|
||||||
|
|
||||||
|
///
|
||||||
|
/// System Slots - Slot Physical Width.
|
||||||
|
///
|
||||||
|
typedef enum {
|
||||||
|
SlotPhysicalWidthOther = 0x01,
|
||||||
|
SlotPhysicalWidthUnknown = 0x02,
|
||||||
|
SlotPhysicalWidth8Bit = 0x03,
|
||||||
|
SlotPhysicalWidth16Bit = 0x04,
|
||||||
|
SlotPhysicalWidth32Bit = 0x05,
|
||||||
|
SlotPhysicalWidth64Bit = 0x06,
|
||||||
|
SlotPhysicalWidth128Bit = 0x07,
|
||||||
|
SlotPhysicalWidth1X = 0x08, ///< Or X1
|
||||||
|
SlotPhysicalWidth2X = 0x09, ///< Or X2
|
||||||
|
SlotPhysicalWidth4X = 0x0A, ///< Or X4
|
||||||
|
SlotPhysicalWidth8X = 0x0B, ///< Or X8
|
||||||
|
SlotPhysicalWidth12X = 0x0C, ///< Or X12
|
||||||
|
SlotPhysicalWidth16X = 0x0D, ///< Or X16
|
||||||
|
SlotPhysicalWidth32X = 0x0E ///< Or X32
|
||||||
|
} MISC_SLOT_PHYSICAL_WIDTH;
|
||||||
|
|
||||||
|
///
|
||||||
|
/// System Slots - Slot Information.
|
||||||
|
///
|
||||||
|
typedef enum {
|
||||||
|
Others = 0x00,
|
||||||
|
Gen1 = 0x01,
|
||||||
|
Gen2 = 0x01,
|
||||||
|
Gen3 = 0x03,
|
||||||
|
Gen4 = 0x04,
|
||||||
|
Gen5 = 0x05,
|
||||||
|
Gen6 = 0x06
|
||||||
|
} MISC_SLOT_INFORMATION;
|
||||||
|
|
||||||
///
|
///
|
||||||
/// System Slots - Current Usage.
|
/// System Slots - Current Usage.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue