]> git.dujemihanovic.xyz Git - u-boot.git/commit
smbios: copy QEMU tables
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 23 Dec 2023 01:03:34 +0000 (02:03 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 16 Jan 2024 22:05:29 +0000 (17:05 -0500)
commit1c5aab803c0b0f07be1d3b0029f4031463497acf
treef7eadcb44aa89ba17bf9376d91f4f1e676a947b1
parent481ffca4857d08f31e4ee179c5a0e609957869b1
smbios: copy QEMU tables

QEMU provides SMBIOS tables with detailed information. We should not try to
replicate them in U-Boot.

If we want to inform about U-Boot, we can add a Firmware Inventory
Information (type 45) table in future.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/tables.c
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/qfw_smbios.c [new file with mode: 0644]
lib/efi_loader/efi_smbios.c