[PATCH v3 1/2] smbios: add parsing API
Bin Meng
bmeng.cn at gmail.com
Thu Nov 5 07:32:09 CET 2020
On Tue, Nov 3, 2020 at 10:34 PM Christian Gmeiner
<christian.gmeiner at 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 at gmail.com>
> Reviewed-by: Bin Meng <bmeng.cn at 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!
More information about the U-Boot
mailing list