Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-23 | x86: Switch to use SMBIOS Kconfig options when writing SMBIOS tables | Bin Meng | |
Make use of the newly added Kconfig options of board manufacturer and product name to write SMBIOS tables. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> | |||
2015-10-21 | x86: Add SMBIOS table support | Bin Meng | |
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> |