]> git.dujemihanovic.xyz Git - u-boot.git/commit
smbios: correctly name Structure Table Maximum Size field
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 31 Jan 2024 22:49:34 +0000 (23:49 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 2 Feb 2024 18:57:45 +0000 (19:57 +0100)
commit406c410ef747d66e16f2f5494cbf88ba1307224f
treed1d299e98db982d1379cb1d2a009e1c437dbb454
parente494258deddcae4a6805abfbb643b2fdc8ac3736
smbios: correctly name Structure Table Maximum Size field

In the SMBIOS 3 entry point the Structure Table Maximum Size field was
incorrectly named max_struct_size. A Maximum Structure Size field only
exists in the SMBIOS 2.1 entry point and has a different meaning.

Call the Structure Table Length field table_maximum_size.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
cmd/smbios.c
drivers/misc/qfw_smbios.c
include/smbios.h
lib/efi_loader/efi_tcg2.c
lib/efi_loader/smbiosdump.c
lib/smbios-parser.c
lib/smbios.c