Dear Tom, The following changes since commit 050a9b981d6a835133521b599be3ae189ce70f41:
Merge tag 'u-boot-amlogic-fixes-20240201' of https://source.denx.de/u-boot/custodians/u-boot-amlogic (2024-02-01 09:59:53 -0500) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/smbios-2024-04-rc2 for you to fetch changes up to 406c410ef747d66e16f2f5494cbf88ba1307224f: smbios: correctly name Structure Table Maximum Size field (2024-02-02 19:57:45 +0100) Gitlab CI showed no issues: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/19538 ---------------------------------------------------------------- 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 ---------------------------------------------------------------- Heinrich Schuchardt (11): lib: smbios_entr() use logical or for booleans smbios: get_str_from_dt() - add sysinfo_id description cmd: smbios: always use '0x%04x' for printing handles cmd: smbios: add missing colon after UUID cmd: smbios: replace missing string by 'Not Specified' smbios: if a string value is unknown, use string number 0 smbios: provide type 4 RISC-V SMBIOS Processor ID smbios: correctly fill chassis handle 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 Matthias Brugger (1): smbios: Fix table when no string is present cmd/smbios.c | 20 ++++++++++-------- drivers/cpu/riscv_cpu.c | 12 +++++++++++ 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 | 4 ++-- lib/smbios.c | 49 +++++++++++++++++++++++++-------------------- 8 files changed, 60 insertions(+), 39 deletions(-)