diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-02-14 14:19:22 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2019-02-15 23:22:41 +0000 |
commit | 358cbb3a3061cc0cf3c16aebf042061b5c7908ca (patch) | |
tree | fe2fe2b965c3a82b29130447f37ee11bbddf66f1 /src/include/smbios.h | |
parent | 1db2346e3fbf9aa52df3593cdcfd3351ffd4419d (diff) | |
download | coreboot-358cbb3a3061cc0cf3c16aebf042061b5c7908ca.tar.xz |
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 <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/31416
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/include/smbios.h')
-rw-r--r-- | src/include/smbios.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |