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:
parent
1d18513ad5
commit
ad0d2cad8b
1 changed files with 4 additions and 1 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue