x86: Add SMBIOS table support
System Management BIOS (SMBIOS) is a specification for how motherboard and system vendors present management information about their products in a standard format by extending the BIOS interface on Intel architecture systems. As of today the latest spec is 3.0 and can be downloaded from DMTF website. This commit adds a simple and minimum required implementation. Signed-off-by:Bin Meng <bmeng.cn@gmail.com> Acked-by:
Simon Glass <sjg@chromium.org>
Showing
- arch/x86/Kconfig 11 additions, 0 deletionsarch/x86/Kconfig
- arch/x86/include/asm/smbios.h 236 additions, 0 deletionsarch/x86/include/asm/smbios.h
- arch/x86/lib/Makefile 1 addition, 0 deletionsarch/x86/lib/Makefile
- arch/x86/lib/smbios.c 269 additions, 0 deletionsarch/x86/lib/smbios.c
- arch/x86/lib/tables.c 5 additions, 0 deletionsarch/x86/lib/tables.c
- doc/README.x86 0 additions, 2 deletionsdoc/README.x86
Loading
Please register or sign in to comment