diff options
author | Tom Rini <trini@konsulko.com> | 2016-05-30 17:56:26 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-05-30 17:56:26 (GMT) |
commit | f3c264f9de6a5727c90ecf6d46d4747091c0a57f (patch) | |
tree | 1dad8f917d3c882d197d3616c9badd81120707ba /doc | |
parent | e4a94ce4ac77396b181663c0493c50bc2d5b9143 (diff) | |
parent | d3d664725b4a05cf32d905ff806b44bb01fa61c0 (diff) | |
download | u-boot-f3c264f9de6a5727c90ecf6d46d4747091c0a57f.tar.xz |
Merge branch 'master' of git://git.denx.de/u-boot-x86
Diffstat (limited to 'doc')
-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 4d50feb..a548b54 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 |