smbios: Add slot types

Add slot types found in SMBIOS spec 3.8.0.

Change-Id: I705529efcbf2add420fb6f4a720ec33444d46efa
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84760
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Patrick Rudolph 2024-10-14 09:07:47 +02:00 committed by Martin L Roth
commit ad0d2cad8b

View file

@ -870,7 +870,10 @@ enum misc_slot_type {
SlotTypePciExpressGen5x2 = 0xC0,
SlotTypePciExpressGen5x4 = 0xC1,
SlotTypePciExpressGen5x8 = 0xC2,
SlotTypePciExpressGen5x16 = 0xC3
SlotTypePciExpressGen5x16 = 0xC3,
SlotTypePciExpressGen6AndBeyond = 0xC4,
SlotTypeEDSFF_E1 = 0xC5,
SlotTypeEDSFF_E3 = 0xC6,
};
/* System Slots - Slot Data Bus Width. */