Skip to content
Snippets Groups Projects
Commit efd4be4c authored by Bin Meng's avatar Bin Meng
Browse files

x86: doc: Add porting hints for ACPI with Windows


Windows might cache system information and only detect ACPI changes
if you modify the ACPI table versions.

Signed-off-by: default avatarBin Meng <bmeng.cn@gmail.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent 7bfe0da4
Branches
Tags
No related merge requests found
...@@ -982,6 +982,12 @@ transformations. Remember to add attribution to coreboot for new files added ...@@ -982,6 +982,12 @@ transformations. Remember to add attribution to coreboot for new files added
to U-Boot. This should go at the top of each file and list the coreboot to U-Boot. This should go at the top of each file and list the coreboot
filename where the code originated. filename where the code originated.
Debugging ACPI issues with Windows:
Windows might cache system information and only detect ACPI changes if you
modify the ACPI table versions. So tweak them liberally when debugging ACPI
issues with Windows.
ACPI Support Status ACPI Support Status
------------------- -------------------
Advanced Configuration and Power Interface (ACPI) [16] aims to establish Advanced Configuration and Power Interface (ACPI) [16] aims to establish
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment