mbox series

Pull request smbios-2024-04-rc2

Message ID 0ff1a399-e295-480f-9949-4e021f0794f4@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request smbios-2024-04-rc2 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/smbios-2024-04-rc2

Message

Heinrich Schuchardt Feb. 3, 2024, 8:57 a.m. UTC
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(-)

Comments

Tom Rini Feb. 3, 2024, 10 p.m. UTC | #1
On Sat, Feb 03, 2024 at 09:57:30AM +0100, Heinrich Schuchardt wrote:

> 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
> 

Applied to u-boot/master, thanks!