Patrick Georgi has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/31421 )
Change subject: SMBIOS: Update BMC Interface Type field ......................................................................
SMBIOS: Update BMC Interface Type field
Change-Id: I68a8515adf5b29a080f8c5c5b7a96b28bca74676 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/31421 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Richard Spiegel richard.spiegel@silverbackltd.com --- M src/include/smbios.h 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Richard Spiegel: Looks good to me, approved
diff --git a/src/include/smbios.h b/src/include/smbios.h index 14badbc..a329d9a 100644 --- a/src/include/smbios.h +++ b/src/include/smbios.h @@ -484,6 +484,7 @@ SMBIOS_BMC_INTERFACE_KCS, SMBIOS_BMC_INTERFACE_SMIC, SMBIOS_BMC_INTERFACE_BLOCK, + SMBIOS_BMC_INTERFACE_SMBUS, };
typedef enum {