Martin L Roth has submitted this change. ( https://review.coreboot.org/c/coreboot/+/84760?usp=email )
Change subject: smbios: Add slot types ......................................................................
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 --- M src/include/smbios.h 1 file changed, 4 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, approved
diff --git a/src/include/smbios.h b/src/include/smbios.h index b5b9e7a..fd44e09 100644 --- a/src/include/smbios.h +++ b/src/include/smbios.h @@ -870,7 +870,10 @@ SlotTypePciExpressGen5x2 = 0xC0, SlotTypePciExpressGen5x4 = 0xC1, SlotTypePciExpressGen5x8 = 0xC2, - SlotTypePciExpressGen5x16 = 0xC3 + SlotTypePciExpressGen5x16 = 0xC3, + SlotTypePciExpressGen6AndBeyond = 0xC4, + SlotTypeEDSFF_E1 = 0xC5, + SlotTypeEDSFF_E3 = 0xC6, };
/* System Slots - Slot Data Bus Width. */