HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/35890 )
Change subject: SMBIOS: (Type 9) Add PCI Express Gen 4 values ......................................................................
SMBIOS: (Type 9) Add PCI Express Gen 4 values
Change-Id: I616a435d80715bee6f7530d7318319556a7580e7 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/include/smbios.h 1 file changed, 7 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/35890/1
diff --git a/src/include/smbios.h b/src/include/smbios.h index 0bba0a7..4247183 100644 --- a/src/include/smbios.h +++ b/src/include/smbios.h @@ -550,7 +550,13 @@ 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. */