From: Al Stone ahs3@redhat.com
No one should be using an RSDT any longer; they are essentially deprecated and no longer useful. This patch simply removes the table definitions from the currently defined platforms.
Al Stone (2): ASL: exynos5250-arndale.acpi: Remove deprecated RSDT table ASL: foundation-v8.acpi: Remove deprecated RSDT files
platforms/exynos5250-arndale.acpi/rsdt.asl | 20 -------------------- platforms/foundation-v8.acpi/rsdt.asl | 20 -------------------- 2 files changed, 40 deletions(-) delete mode 100644 platforms/exynos5250-arndale.acpi/rsdt.asl delete mode 100644 platforms/foundation-v8.acpi/rsdt.asl
From: Al Stone ahs3@redhat.com
Signed-off-by: Al Stone al.stone@linaro.org --- platforms/exynos5250-arndale.acpi/rsdt.asl | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 platforms/exynos5250-arndale.acpi/rsdt.asl
diff --git a/platforms/exynos5250-arndale.acpi/rsdt.asl b/platforms/exynos5250-arndale.acpi/rsdt.asl deleted file mode 100644 index 65e7d02..0000000 --- a/platforms/exynos5250-arndale.acpi/rsdt.asl +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright (c) 2013, Al Stone al.stone@linaro.org - * - * [RSDT] ACPI Table - * Format: [ByteLength] FieldName : HexFieldValue - * - * This source is released under the terms of the GPLv2. - */ - -[0004] Signature : "RSDT" -[0004] Table Length : 00000044 -[0001] Revision : 01 -[0001] Checksum : 8B -[0006] Oem ID : "LINARO" -[0008] Oem Table ID : "ARNDALE " -[0004] Oem Revision : 00000001 -[0004] Asl Compiler ID : "INTL" -[0004] Asl Compiler Revision : 20100528 - -[0008] ACPI Table Address 0 : 42009000 /* FACP */
From: Al Stone ahs3@redhat.com
Signed-off-by: Al Stone ahs3@redhat.com --- platforms/foundation-v8.acpi/rsdt.asl | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 platforms/foundation-v8.acpi/rsdt.asl
diff --git a/platforms/foundation-v8.acpi/rsdt.asl b/platforms/foundation-v8.acpi/rsdt.asl deleted file mode 100644 index 41ab3e0..0000000 --- a/platforms/foundation-v8.acpi/rsdt.asl +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright (c) 2013, Al Stone al.stone@linaro.org - * - * [RSDT] ACPI Table - * Format: [ByteLength] FieldName : HexFieldValue - * - * This source is released under the terms of the GPLv2. - */ - -[0004] Signature : "RSDT" -[0004] Table Length : 00000044 -[0001] Revision : 01 -[0001] Checksum : 8B -[0006] Oem ID : "LINARO" -[0008] Oem Table ID : "FOUNDATI" -[0004] Oem Revision : 00000001 -[0004] Asl Compiler ID : "INTL" -[0004] Asl Compiler Revision : 20100528 - -[0008] ACPI Table Address 0 : 42009000 /* FACP */