]> git.dujemihanovic.xyz Git - u-boot.git/commit
smbios: add extended Extended BIOS ROM Size
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tue, 23 Jul 2024 14:44:23 +0000 (16:44 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 31 Jul 2024 06:29:16 +0000 (08:29 +0200)
commit8c919fcd20ce0a832c6e4fc4413ebac0d2a8f125
tree50a7fa14094af4c320d221253cc250e0547e773a
parent272df36494a5d98805a83df2f1b6d026854e2a57
smbios: add extended Extended BIOS ROM Size

U-Boot claims to create SMBIOS 3.7 tables. The type 0 table has
a field Extended BIOS ROM Size since version 3.1.

BIOS ROM sizes of 16 MiB or above must be written to this field.

Add and fill the missing field.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
include/smbios.h
lib/smbios.c