
5 Nov
2020
5 Nov
'20
7:32 a.m.
On Tue, Nov 3, 2020 at 10:34 PM Christian Gmeiner christian.gmeiner@gmail.com wrote:
Add a very simple API to be able to access SMBIOS strings like vendor, model and bios version.
Signed-off-by: Christian Gmeiner christian.gmeiner@gmail.com Reviewed-by: Bin Meng bmeng.cn@gmail.com
include/smbios.h | 27 +++++++++++++ lib/Kconfig | 5 +++ lib/Makefile | 1 + lib/smbios-parser.c | 96 +++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 129 insertions(+) create mode 100644 lib/smbios-parser.c
applied to u-boot-x86, thanks!