diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-09-09 23:20:30 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-09-16 19:53:53 -0600 |
commit | 0993fc026b5003cfc7da9abe8a3fddbd26c7ee44 (patch) | |
tree | f9ecbce95f4efba423b583abd788951ff0f86545 /doc/README.x86 | |
parent | 448719c5e7b572d6ec89e032ca5165897cabfbec (diff) | |
download | u-boot-imx-0993fc026b5003cfc7da9abe8a3fddbd26c7ee44.zip u-boot-imx-0993fc026b5003cfc7da9abe8a3fddbd26c7ee44.tar.gz u-boot-imx-0993fc026b5003cfc7da9abe8a3fddbd26c7ee44.tar.bz2 |
x86: doc: Add DMI to the TODO list
Desktop Management Interface (DMI) is not supported by U-Boot now.
Add it to the TODO list.
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, 2 insertions, 0 deletions
diff --git a/doc/README.x86 b/doc/README.x86 index d6b24ee..6cf293b 100644 --- a/doc/README.x86 +++ b/doc/README.x86 @@ -762,6 +762,7 @@ 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 ---------- @@ -779,3 +780,4 @@ 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 |