Re: [PATCH v3 1/2] smbios: add parsing API

2020-11-04 Thread Bin Meng
On Tue, Nov 3, 2020 at 10:34 PM Christian Gmeiner wrote: > > Add a very simple API to be able to access SMBIOS strings > like vendor, model and bios version. > > Signed-off-by: Christian Gmeiner > Reviewed-by: Bin Meng > --- > include/smbios.h| 27 + > lib/Kconfig | 5 +

[PATCH v3 1/2] smbios: add parsing API

2020-11-03 Thread Christian Gmeiner
Add a very simple API to be able to access SMBIOS strings like vendor, model and bios version. Signed-off-by: Christian Gmeiner Reviewed-by: Bin Meng --- include/smbios.h| 27 + lib/Kconfig | 5 +++ lib/Makefile| 1 + lib/smbios-parser.c | 96 ++