Re: [PATCH v4 12/20] x86: smbios: Add a Kconfig indicating SMBIOS-table presence

2023-09-19 Thread Bin Meng
On Thu, Aug 24, 2023 at 5:11 AM Simon Glass 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

[PATCH v4 12/20] x86: smbios: Add a Kconfig indicating SMBIOS-table presence

2023-08-23 Thread Simon Glass
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 GE