On Thu, Aug 24, 2023 at 5:11 AM Simon Glass <s...@chromium.org> wrote: > > 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 <s...@chromium.org> > Reviewed-by: Heinrich Schuchardt <xypron.g...@gmx.de> > --- > > (no changes since v3) > > Changes in v3: > - Allow SMBIOS if EFI_LOADER is enabled > - Reword the help > > Changes in v2: > - Add new patch > > lib/Kconfig | 15 ++++++++++++++- > 1 file changed, 14 insertions(+), 1 deletion(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>