include/smbios.h: Add PCIe Gen5 slot type definitions
Add PCI Express Gen5 slot type definitions from DMTF SMBIOS specification 3.5.0. Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com> Change-Id: I46e07feb23bdd6ac9f145a649b77a88db1c08624
This commit is contained in:
committed by
Jeremy Soller
parent
b47923d714
commit
ffb97ba314
@@ -730,7 +730,13 @@ enum misc_slot_type {
|
|||||||
SlotTypePciExpressGen4x2 = 0xBA,
|
SlotTypePciExpressGen4x2 = 0xBA,
|
||||||
SlotTypePciExpressGen4x4 = 0xBB,
|
SlotTypePciExpressGen4x4 = 0xBB,
|
||||||
SlotTypePciExpressGen4x8 = 0xBC,
|
SlotTypePciExpressGen4x8 = 0xBC,
|
||||||
SlotTypePciExpressGen4x16 = 0xBD
|
SlotTypePciExpressGen4x16 = 0xBD,
|
||||||
|
SlotTypePciExpressGen5 = 0xBE,
|
||||||
|
SlotTypePciExpressGen5x1 = 0xBF,
|
||||||
|
SlotTypePciExpressGen5x2 = 0xC0,
|
||||||
|
SlotTypePciExpressGen5x4 = 0xC1,
|
||||||
|
SlotTypePciExpressGen5x8 = 0xC2,
|
||||||
|
SlotTypePciExpressGen5x16 = 0xC3,
|
||||||
};
|
};
|
||||||
|
|
||||||
/* System Slots - Slot Data Bus Width. */
|
/* System Slots - Slot Data Bus Width. */
|
||||||
|
Reference in New Issue
Block a user