summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2016-05-25 19:19:12 -0700
committerBin Meng <bmeng.cn@gmail.com>2016-05-30 10:21:12 +0800
commite6ddb6b0135949e67bf5face7bdff522e493e1e2 (patch)
treef9b65ad5e3ad6eed193e6a190d40c27e6c9e9a63 /doc
parent7ee371063f3cf779740bb35e0c31dc04fc132e9b (diff)
downloadtalos-obmc-uboot-e6ddb6b0135949e67bf5face7bdff522e493e1e2.tar.gz
talos-obmc-uboot-e6ddb6b0135949e67bf5face7bdff522e493e1e2.zip
x86: galileo: Enable ACPI table generation
Enable ACPI table generation by creating a DSDT table. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.x865
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/README.x86 b/doc/README.x86
index 4d50feb720..a548b54b5b 100644
--- a/doc/README.x86
+++ b/doc/README.x86
@@ -1028,12 +1028,15 @@ Features that are optional:
those legacy stuff into U-Boot. ACPI spec allows a system that does not
support SMI (a legacy-free system).
-So far ACPI is enabled on BayTrail based boards. Testing was done by booting
+ACPI was initially enabled on BayTrail based boards. Testing was done by booting
a pre-installed Ubuntu 14.04 from a SATA drive. Installing Ubuntu 14.04 and
Windows 8.1/10 to a SATA drive and booting from there is also tested. Most
devices seem to work correctly and the board can respond a reboot/shutdown
command from the OS.
+For other platform boards, ACPI support status can be checked by examining their
+board defconfig files to see if CONFIG_GENERATE_ACPI_TABLE is set to y.
+
TODO List
---------
- Audio
OpenPOWER on IntegriCloud