sysinfo: Add sysinfo driver and data structure for smbios
authorRaymond Mao <raymond.mao@linaro.org>
Fri, 6 Dec 2024 22:54:21 +0000 (14:54 -0800)
committerTom Rini <trini@konsulko.com>
Tue, 14 Jan 2025 20:29:29 +0000 (14:29 -0600)
commitce562b42ce096fabb7800887ec4d0a9e81d7d97b
tree4d387eace63ffce5b90aaa68ffbf24ff3ac90f1c
parent3914a2e0dc49c14a815999002188b8e42145cbd5
sysinfo: Add sysinfo driver and data structure for smbios

Add sysinfo driver to retrieve smbios information (Type 4 and 7).
So that the smbios library can use it for getting values from the
hardware platform instead of device tree.

Signed-off-by: Raymond Mao <raymond.mao@linaro.org>
drivers/sysinfo/smbios.c
include/smbios.h
include/smbios_plat.h [new file with mode: 0644]
include/sysinfo.h