From 358cbb3a3061cc0cf3c16aebf042061b5c7908ca Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Thu, 14 Feb 2019 14:19:22 +0100 Subject: SMBIOS: Update BIOS Information (Type 0) to version V3.2.0 Add Extended BIOS ROM Size field. Change-Id: Iec35c8c66210f0ddc07a2ca6f976a1f8fc53037d Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/31416 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/include/smbios.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/smbios.h') diff --git a/src/include/smbios.h b/src/include/smbios.h index 34a3e5b39b..38ebcdcab0 100644 --- a/src/include/smbios.h +++ b/src/include/smbios.h @@ -250,6 +250,7 @@ struct smbios_type0 { u8 system_bios_minor_release; u8 ec_major_release; u8 ec_minor_release; + u16 extended_bios_rom_size; u8 eos[2]; } __packed; -- cgit v1.2.3