summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-02-03 09:11:25 -0500
committerTom Rini <[email protected]>2024-02-03 09:11:25 -0500
commit819abd0a1eaff9a921f5b917e152b85dab302e33 (patch)
treed1d299e98db982d1379cb1d2a009e1c437dbb454 /include
parent050a9b981d6a835133521b599be3ae189ce70f41 (diff)
parent406c410ef747d66e16f2f5494cbf88ba1307224f (diff)
Merge tag 'smbios-2024-04-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request smbios-2024-04-rc2 * In smbios command - write 'Not Specified' for missing strings - show correct table size for SMBIOS2.1 entry point - adjust formatting of handle numbers - add missing colon after UUID * In generated SMBIOS table - avoid introducing 'Unknown' string for missing properties - provide RISC-V vendor ID in the type 4 structure - provide the correct chassis handle in structure type 2 * Rename Structure Table Maximum Size field in SMBIOS 3 entry point
Diffstat (limited to 'include')
-rw-r--r--include/smbios.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/smbios.h b/include/smbios.h
index e2b7f695846..3df8827b60d 100644
--- a/include/smbios.h
+++ b/include/smbios.h
@@ -75,7 +75,7 @@ struct __packed smbios3_entry {
/** @reserved: reserved */
u8 reserved;
/** maximum size of SMBIOS table */
- u32 max_struct_size;
+ u32 table_maximum_size;
/** @struct_table_address: 64-bit physical starting address */
u64 struct_table_address;
};