public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/3] lib: smbios: Extend driver with using sysinfo driver
@ 2024-04-26 13:38 Michal Simek
  2024-04-26 13:38 ` [PATCH 1/3] xilinx: Enable SMBIOS command Michal Simek
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Michal Simek @ 2024-04-26 13:38 UTC (permalink / raw)
  To: u-boot, git
  Cc: Ashok Reddy Soma, Francesco Dolcini, Heinrich Schuchardt,
	Ilias Apalodimas, Martyn Welch, Max Krummenacher, Peter Robinson,
	Simon Glass, Tejas Bhumkar, Tom Rini, Venkatesh Yadav Abbarapu

Hi,

currently only DT way is supported and it is added directly to lib/smbios.c
but I think DT and env is only one way how information can be found that's
why this series is improving handling with using sysinfo driver which can
be platform specific.
At the end of day DT should be taken from smbios.c and put to sysinfo DT
driver instead of implementing it directly in this generic file.

Thanks,
Michal


Michal Simek (3):
  xilinx: Enable SMBIOS command
  lib: smbios: Let detect the system via sysinfo
  lib: smbios: Detect system properties via SYSINFO IDs

 configs/xilinx_versal_net_virt_defconfig |  1 +
 configs/xilinx_versal_virt_defconfig     |  1 +
 configs/xilinx_zynqmp_kria_defconfig     |  1 +
 configs/xilinx_zynqmp_virt_defconfig     |  1 +
 include/sysinfo.h                        |  9 +++++
 lib/smbios.c                             | 42 +++++++++++++++++++-----
 6 files changed, 46 insertions(+), 9 deletions(-)

-- 
2.44.0


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

end of thread, other threads:[~2024-06-20 19:57 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-26 13:38 [PATCH 0/3] lib: smbios: Extend driver with using sysinfo driver Michal Simek
2024-04-26 13:38 ` [PATCH 1/3] xilinx: Enable SMBIOS command Michal Simek
2024-06-07  7:52   ` Michal Simek
2024-04-26 13:38 ` [PATCH 2/3] lib: smbios: Let detect the system via sysinfo Michal Simek
2024-06-10 15:03   ` Simon Glass
2024-04-26 13:38 ` [PATCH 3/3] lib: smbios: Detect system properties via SYSINFO IDs Michal Simek
2024-06-10 15:03   ` Simon Glass
2024-05-24  9:44 ` [PATCH 0/3] lib: smbios: Extend driver with using sysinfo driver Michal Simek
2024-05-24 10:07   ` Ilias Apalodimas
2024-06-07  7:53     ` Michal Simek
2024-06-10 15:03       ` Simon Glass
2024-06-20  8:51 ` Michal Simek
2024-06-20 19:57 ` Tom Rini

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