From: Michal Simek <michal.simek@amd.com>
To: <u-boot@lists.denx.de>, <git@xilinx.com>
Cc: Ashok Reddy Soma <ashok.reddy.soma@amd.com>,
Francesco Dolcini <francesco.dolcini@toradex.com>,
Heinrich Schuchardt <xypron.glpk@gmx.de>,
Ilias Apalodimas <ilias.apalodimas@linaro.org>,
Martyn Welch <martyn.welch@collabora.com>,
Max Krummenacher <max.krummenacher@toradex.com>,
Peter Robinson <pbrobinson@gmail.com>,
"Simon Glass" <sjg@chromium.org>,
Tejas Bhumkar <tejas.arvind.bhumkar@amd.com>,
"Tom Rini" <trini@konsulko.com>,
Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
Subject: [PATCH 0/3] lib: smbios: Extend driver with using sysinfo driver
Date: Fri, 26 Apr 2024 15:38:10 +0200 [thread overview]
Message-ID: <cover.1714138688.git.michal.simek@amd.com> (raw)
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
next reply other threads:[~2024-04-26 13:38 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-26 13:38 Michal Simek [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1714138688.git.michal.simek@amd.com \
--to=michal.simek@amd.com \
--cc=ashok.reddy.soma@amd.com \
--cc=francesco.dolcini@toradex.com \
--cc=git@xilinx.com \
--cc=ilias.apalodimas@linaro.org \
--cc=martyn.welch@collabora.com \
--cc=max.krummenacher@toradex.com \
--cc=pbrobinson@gmail.com \
--cc=sjg@chromium.org \
--cc=tejas.arvind.bhumkar@amd.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=venkatesh.abbarapu@amd.com \
--cc=xypron.glpk@gmx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox