public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v6 0/6] Implement all missing SMBIOS types required by distro tooling
@ 2026-02-13 22:52 Raymond Mao
  2026-02-13 22:52 ` [PATCH v6 1/6] smbios: Fix duplicated smbios handles Raymond Mao
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Raymond Mao @ 2026-02-13 22:52 UTC (permalink / raw)
  To: u-boot
  Cc: Raymond Mao, Raymond Mao, Tom Rini, Mark Kettenis,
	Heinrich Schuchardt, Ilias Apalodimas, Baocheng Su, Li Hua Qian,
	Jan Kiszka, Samuel Holland

From: Raymond Mao <raymond.mao@riscstar.com>

This series finish the last missing puzzle of required SMBIOS types by:
1) Fixing duplicated handles when multiple instances exist in one type;
2) Implementing the rest of required types 9/16/17/19;
3) Adding version control when printing properties for all types.

Type 9/16/17/19 are generally DT-based, the idea is to write these tables
using a hybrid approach:
Explicit DT definitions under existing '/smbios/smbios' take precedence,
with fallback to scan and interpret values from the entire DT.

Moreover, all below APIs:
smbios_get_val_si()
smbios_get_u64_si()
smbios_add_prop_si()
are on top of sysinfo, thus allow vendors to get values from other
subsystems by implementing their own sysinfo driver if needed.

Raymond Mao (6):
  smbios: Fix duplicated smbios handles
  smbios: add support for dynamic generation of Type 9 system slot
    tables
  smbios: add support for dynamic generation of Type 16 table
  smbios: add support for dynamic generation of Type 17 table
  smbios: add support for dynamic generation of Type 19 table
  smbios: print the properties only when they exist in a specified
    version of spec

 arch/arm/dts/smbios_generic.dtsi |   12 +
 cmd/smbios.c                     |  365 +++++++++-
 drivers/sysinfo/smbios.c         |    5 +
 include/smbios.h                 |  151 ++++
 include/smbios_def.h             |  250 +++++++
 include/sysinfo.h                |    4 +
 lib/smbios.c                     | 1151 +++++++++++++++++++++++++++++-
 7 files changed, 1905 insertions(+), 33 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2026-02-18 16:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-13 22:52 [PATCH v6 0/6] Implement all missing SMBIOS types required by distro tooling Raymond Mao
2026-02-13 22:52 ` [PATCH v6 1/6] smbios: Fix duplicated smbios handles Raymond Mao
2026-02-13 22:52 ` [PATCH v6 2/6] smbios: add support for dynamic generation of Type 9 system slot tables Raymond Mao
2026-02-13 22:52 ` [PATCH v6 3/6] smbios: add support for dynamic generation of Type 16 table Raymond Mao
2026-02-13 22:52 ` [PATCH v6 4/6] smbios: add support for dynamic generation of Type 17 table Raymond Mao
2026-02-13 22:52 ` [PATCH v6 5/6] smbios: add support for dynamic generation of Type 19 table Raymond Mao
2026-02-13 22:52 ` [PATCH v6 6/6] smbios: print the properties only when they exist in a specified version of spec Raymond Mao
2026-02-17  7:14 ` [PATCH v6 0/6] Implement all missing SMBIOS types required by distro tooling Ilias Apalodimas
2026-02-17 14:01   ` Raymond Mao
2026-02-18 16:00 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox