
5 Nov
2020
5 Nov
'20
7:40 a.m.
On Wed, Nov 4, 2020 at 11:22 PM Simon Glass sjg@chromium.org wrote:
The current tables only support a subset of the available fields defined by the SMBIOS spec. Add a few more.
We could use CONFIG_SYS_CPU or CONFIG_SYS_SOC as a default for family, but the meaning of that value relates more to the whole system rather than just the SoC.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v5:
- Update commit message to explain why family does not have a default
lib/smbios.c | 4 ++++ 1 file changed, 4 insertions(+)
Reviewed-by: Bin Meng bmeng.cn@gmail.com