]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: smbios: Add a Kconfig indicating SMBIOS-table presence
authorSimon Glass <sjg@chromium.org>
Wed, 20 Sep 2023 03:00:13 +0000 (21:00 -0600)
committerBin Meng <bmeng@tinylab.org>
Thu, 21 Sep 2023 22:05:40 +0000 (06:05 +0800)
commit8c11d19e7599442d0325f79c7c7705b951f821d4
tree62d59182a76f774a5872b7e749c56a0b23db7f2c
parent53e8e6f98679a30eb338ca98ec173aa6ddd28d54
x86: smbios: Add a Kconfig indicating SMBIOS-table presence

When booted from coreboot, U-Boot does not build the SMBIOS tables, but
it should still pass them on to the OS. Add a new option which indicates
whether SMBIOS tables are present, however they were built.

Flip the ordering so that the dependency is listed first, which is less
confusing.

Adjust GENERATE_SMBIOS_TABLE to depend on this new symbol.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
lib/Kconfig