SMBIOS: (Type 9) Add PCI Express Gen 4 values
Change-Id: I616a435d80715bee6f7530d7318319556a7580e7 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35890 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
6c244bd4dd
commit
5d0942baa2
1 changed files with 7 additions and 1 deletions
|
@ -550,7 +550,13 @@ enum misc_slot_type {
|
|||
SlotTypePciExpressGen3X2 = 0xB3,
|
||||
SlotTypePciExpressGen3X4 = 0xB4,
|
||||
SlotTypePciExpressGen3X8 = 0xB5,
|
||||
SlotTypePciExpressGen3X16 = 0xB6
|
||||
SlotTypePciExpressGen3X16 = 0xB6,
|
||||
SlotTypePciExpressGen4 = 0xB8,
|
||||
SlotTypePciExpressGen4x1 = 0xB9,
|
||||
SlotTypePciExpressGen4x2 = 0xBA,
|
||||
SlotTypePciExpressGen4x4 = 0xBB,
|
||||
SlotTypePciExpressGen4x8 = 0xBC,
|
||||
SlotTypePciExpressGen4x16 = 0xBD
|
||||
};
|
||||
|
||||
/* System Slots - Slot Data Bus Width. */
|
||||
|
|
Loading…
Reference in a new issue