]> git.baikalelectronics.ru Git - kernel.git/commit
ACPICA: FADT parsing changes and fixes
authorBob Moore <robert.moore@intel.com>
Tue, 30 Dec 2008 19:06:06 +0000 (03:06 +0800)
committerLen Brown <len.brown@intel.com>
Wed, 31 Dec 2008 06:17:09 +0000 (01:17 -0500)
commitad5dacc6c184fc454a06283e52a658f90cccf863
tree2a86b61dd4e63d6a74450198c13f8c7430be9e69
parent407fea2790af1ae4d073b0ce191661122797b327
ACPICA: FADT parsing changes and fixes

1) Update the register lengths for the PM1 event blocks. The
length must be divided by two in order to use these to access
the status registers.
2) Add run-time option to use default register lengths to override a
faulty FADT.
3) Add warning message if any of the X64 address structures contain a length
that does not match the legacy length earlier in the FADT.
4) Move all FADT warning messages into the ValidateFadt function.

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/tables/tbfadt.c
include/acpi/acglobal.h
include/acpi/actypes.h