Re: [PATCH v6 13/14] x86: Provide default SMBIOS manufacturer/product

2020-11-06 Thread Simon Glass
Hi Bin, On Thu, 5 Nov 2020 at 19:16, Bin Meng wrote: > > On Thu, Nov 5, 2020 at 9:32 PM Simon Glass wrote: > > > > Add a file containing defaults for these, using the existing CONFIG > > options. This file must be included with #include since it needs to > > are not passed through the C

Re: [PATCH v6 13/14] x86: Provide default SMBIOS manufacturer/product

2020-11-05 Thread Bin Meng
On Thu, Nov 5, 2020 at 9:32 PM Simon Glass wrote: > > Add a file containing defaults for these, using the existing CONFIG > options. This file must be included with #include since it needs to > are not passed through the C preprocessor. it needs to be ? > > Enable the driver for all x86 boards

[PATCH v6 13/14] x86: Provide default SMBIOS manufacturer/product

2020-11-05 Thread Simon Glass
Add a file containing defaults for these, using the existing CONFIG options. This file must be included with #include since it needs to are not passed through the C preprocessor. Enable the driver for all x86 boards that generate SMBIOS tables. Disable it for coral since it has its own driver.