]> git.ipfire.org Git - thirdparty/u-boot.git/commit
cmd: provide command to display SMBIOS information
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 25 Jan 2024 15:54:34 +0000 (16:54 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 26 Jan 2024 13:15:08 +0000 (14:15 +0100)
commit9de4ec81c90369d19205abcb73c9d8a3cde4467f
tree9fd8d0116b4c14b9dfdde14d5019906775c45fb6
parenta5866c3c99a1f55fa10a8ffecbb45ed64118d9a6
cmd: provide command to display SMBIOS information

U-Boot can either generated an SMBIOS table or copy it from a prior boot
stage, e.g. QEMU.

Provide a command to display the SMBIOS information.

Currently only type 1 and 2 are translated to human readable text.
Other types may be added later. Currently only a hexdump and the list of
strings is provided for these.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
cmd/Kconfig
cmd/Makefile
cmd/smbios.c [new file with mode: 0644]