* In the smbios command show the orrect table size for SMBIOS 2.1 entry point. * The SMBIOS 3 entry point has not field for the maximum structure size. Avoid to determine it needlessly. * Name Structure Table Maximum Size field in the SMBIOS 3 entry point structure accordance to its meaning.
Heinrich Schuchardt (3): cmd: smbios: show correct table size for SMBIOS2.1 entry point smbios: do not determine maximum structure size smbios: correctly name Structure Table Maximum Size field cmd/smbios.c | 8 ++++---- drivers/misc/qfw_smbios.c | 2 +- include/smbios.h | 2 +- lib/efi_loader/efi_tcg2.c | 4 ++-- lib/efi_loader/smbiosdump.c | 6 +++--- lib/smbios-parser.c | 2 +- lib/smbios.c | 9 ++------- 7 files changed, 14 insertions(+), 19 deletions(-) -- 2.43.0