diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2016-05-11 14:45:12 (GMT) |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-05-23 07:18:00 (GMT) |
commit | efd4be4c82daeab0df91e034e505b1bf8cbcba84 (patch) | |
tree | 96ec1338b0142063ca91fa925097127556f6b348 /doc/README.x86 | |
parent | 7bfe0da4d21a1f62d65210779b073d8ff2e1ab33 (diff) | |
download | u-boot-fsl-qoriq-efd4be4c82daeab0df91e034e505b1bf8cbcba84.tar.xz |
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: 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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/README.x86 b/doc/README.x86 index 75762de..4d50feb 100644 --- a/doc/README.x86 +++ b/doc/README.x86 @@ -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 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 ------------------- Advanced Configuration and Power Interface (ACPI) [16] aims to establish |