diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-10-12 05:23:41 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-10-21 07:46:26 -0600 |
commit | 721e992a8af5e80b2a95a0bc92c9880f2056190b (patch) | |
tree | 9c853033b832dea7df0f6210cdce8b967d2917d1 /doc/README.x86 | |
parent | a34b46768f63065ccdf4ae1ddcfe3a184e8822b5 (diff) | |
download | u-boot-721e992a8af5e80b2a95a0bc92c9880f2056190b.tar.gz |
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>
Diffstat (limited to 'doc/README.x86')
-rw-r--r-- | doc/README.x86 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/README.x86 b/doc/README.x86 index a4f5321c16..18fed82c07 100644 --- a/doc/README.x86 +++ b/doc/README.x86 @@ -764,7 +764,6 @@ TODO List - Audio - Chrome OS verified boot - SMI and ACPI support, to provide platform info and facilities to Linux -- Desktop Management Interface (DMI) [15] support References ---------- @@ -782,4 +781,3 @@ References [12] http://events.linuxfoundation.org/sites/events/files/slides/chromeos_and_diy_vboot_0.pdf [13] http://events.linuxfoundation.org/sites/events/files/slides/elce-2014.pdf [14] doc/device-tree-bindings/misc/intel,irq-router.txt -[15] http://en.wikipedia.org/wiki/Desktop_Management_Interface |