commit | bc14e15f4eb70ccac9ab253805c763741ebbcdef | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 05 06:32:09 2020 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Nov 06 10:18:20 2020 +0800 |
tree | 008ff6be17d80a4e0a9baf86ead4f7f7d95d552e | |
parent | 6f3332a727c67ff93b592a80e6813460690a6ad5 [diff] |
smbios: Add more properties 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> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>