From 5d0942baa28141de0b4ad7dcd76cc3aba5964b1f Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Tue, 8 Oct 2019 16:13:34 +0200 Subject: SMBIOS: (Type 9) Add PCI Express Gen 4 values Change-Id: I616a435d80715bee6f7530d7318319556a7580e7 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/35890 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/include/smbios.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/include/smbios.h') diff --git a/src/include/smbios.h b/src/include/smbios.h index 0bba0a7f9e49..424718313d3c 100644 --- a/src/include/smbios.h +++ b/src/include/smbios.h @@ -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. */ -- cgit v1.2.3