diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2016-05-26 05:19:12 +0300 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-05-30 05:21:12 +0300 |
commit | e6ddb6b0135949e67bf5face7bdff522e493e1e2 (patch) | |
tree | f9b65ad5e3ad6eed193e6a190d40c27e6c9e9a63 /doc/README.x86 | |
parent | 7ee371063f3cf779740bb35e0c31dc04fc132e9b (diff) | |
download | u-boot-e6ddb6b0135949e67bf5face7bdff522e493e1e2.tar.xz |
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/README.x86')
-rw-r--r-- | doc/README.x86 | 5 |
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 |