On Tue, Nov 3, 2020 at 10:34 PM Christian Gmeiner <[email protected]> wrote: > > Add a very simple API to be able to access SMBIOS strings > like vendor, model and bios version. > > Signed-off-by: Christian Gmeiner <[email protected]> > Reviewed-by: Bin Meng <[email protected]> > --- > 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!

