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)
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>

No differences found