From: Al Stone ahs3@redhat.com
Checking for some other errors in tables, I stumbled across several tables where the ASL had an old revision number in them (pre-5.0 spec). These have now been set to at least the 5.0 revision level that they should be at.
Signed-off-by: Al Stone al.stone@linaro.org --- platforms/exynos5250-arndale.acpi/apic.asl | 2 +- platforms/exynos5250-arndale.acpi/dsdt.asl | 2 +- platforms/foundation-v8.acpi/dsdt.asl | 2 +- platforms/loadtest.acpi/dsdt.asl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/platforms/exynos5250-arndale.acpi/apic.asl b/platforms/exynos5250-arndale.acpi/apic.asl index 69f0dc1..c93a3a4 100644 --- a/platforms/exynos5250-arndale.acpi/apic.asl +++ b/platforms/exynos5250-arndale.acpi/apic.asl @@ -9,7 +9,7 @@
[0004] Signature : "APIC" [0004] Table Length : 000000F6 -[0001] Revision : 01 +[0001] Revision : 03 [0001] Checksum : B0 [0006] Oem ID : "LINARO" [0008] Oem Table ID : "ARNDALE " diff --git a/platforms/exynos5250-arndale.acpi/dsdt.asl b/platforms/exynos5250-arndale.acpi/dsdt.asl index 7f05c6b..aa01757 100644 --- a/platforms/exynos5250-arndale.acpi/dsdt.asl +++ b/platforms/exynos5250-arndale.acpi/dsdt.asl @@ -9,7 +9,7 @@ DefinitionBlock ( "dsdt.aml", // output filename "DSDT", // table signature - 1, // DSDT compliance revision + 2, // DSDT compliance revision "LINARO", // OEM ID "ARNDALE ", // table ID 0x00000002) // OEM revision diff --git a/platforms/foundation-v8.acpi/dsdt.asl b/platforms/foundation-v8.acpi/dsdt.asl index d1a9716..6a5d1be 100644 --- a/platforms/foundation-v8.acpi/dsdt.asl +++ b/platforms/foundation-v8.acpi/dsdt.asl @@ -9,7 +9,7 @@ DefinitionBlock ( "dsdt.aml", // output filename "DSDT", // table signature - 1, // DSDT compliance revision + 2, // DSDT compliance revision "LINARO", // OEM ID "FOUNDATI", // table ID 0x00000002) // OEM revision diff --git a/platforms/loadtest.acpi/dsdt.asl b/platforms/loadtest.acpi/dsdt.asl index 394bca6..d0d7178 100644 --- a/platforms/loadtest.acpi/dsdt.asl +++ b/platforms/loadtest.acpi/dsdt.asl @@ -9,7 +9,7 @@ DefinitionBlock ( "dsdt.aml", // output filename "DSDT", // table signature - 1, // DSDT compliance revision + 2, // DSDT compliance revision "LINARO", // OEM ID "LOADTEST", // table ID 0x00000001) // OEM revision