
28 Oct
2024
28 Oct
'24
6:03 p.m.
On Tue, 22 Oct 2024 at 22:06, Raymond Mao raymond.mao@linaro.org wrote:
Move the smbios field definitions to a separated simple headfile, which is a prerequisite to be included by dts files. Add new definitions for cache information. This patch also includes a few of code optimizations in smbios.
Signed-off-by: Raymond Mao raymond.mao@linaro.org
Changes in v2
- Initial patch.
cmd/smbios.c | 4 +- include/smbios.h | 81 +++--------------- include/smbios_def.h | 191 +++++++++++++++++++++++++++++++++++++++++++ lib/smbios.c | 44 +++++----- 4 files changed, 228 insertions(+), 92 deletions(-) create mode 100644 include/smbios_def.h
Reviewed-by: Simon Glass sjg@chromium.org