summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSumeet R Pawnikar <sumeet.r.pawnikar@intel.com>2020-06-03 16:07:21 +0530
committerPatrick Georgi <pgeorgi@google.com>2020-06-18 08:30:19 +0000
commit447472ec540babec8650938d2f21959885b9e53c (patch)
treeb6250753b4197a033e35bee4c46b2ba752a20fa0
parenta147c85796319477fec306bcdb37cd006f19efbe (diff)
downloadcoreboot-447472ec540babec8650938d2f21959885b9e53c.tar.xz
soc/intel: remove unused dptf.asl file and other defines
Remove unused cannonlake dptf.asl file and cleanup defines from apollolake dptf.asl file as per soc/intel/common/acpi code changes for dptf. BUG=None BRANCH=None TEST=Build and boot on the system Change-Id: I4c8bf2bd5da9d5881e7690bff34816b19dd96072 Signed-off-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42042 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
-rw-r--r--src/soc/intel/apollolake/acpi/dptf.asl29
-rw-r--r--src/soc/intel/cannonlake/acpi/dptf.asl32
2 files changed, 0 insertions, 61 deletions
diff --git a/src/soc/intel/apollolake/acpi/dptf.asl b/src/soc/intel/apollolake/acpi/dptf.asl
index e3f94e8885..160db6e570 100644
--- a/src/soc/intel/apollolake/acpi/dptf.asl
+++ b/src/soc/intel/apollolake/acpi/dptf.asl
@@ -1,32 +1,3 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#define DPTF_CPU_DEVICE TCPU
#define DPTF_CPU_ADDR 0x00000001
-
-#ifndef DPTF_CPU_PASSIVE
-#define DPTF_CPU_PASSIVE 80
-#endif
-
-#ifndef DPTF_CPU_CRITICAL
-#define DPTF_CPU_CRITICAL 90
-#endif
-
-#ifndef DPTF_CPU_ACTIVE_AC0
-#define DPTF_CPU_ACTIVE_AC0 90
-#endif
-
-#ifndef DPTF_CPU_ACTIVE_AC1
-#define DPTF_CPU_ACTIVE_AC1 80
-#endif
-
-#ifndef DPTF_CPU_ACTIVE_AC2
-#define DPTF_CPU_ACTIVE_AC2 70
-#endif
-
-#ifndef DPTF_CPU_ACTIVE_AC3
-#define DPTF_CPU_ACTIVE_AC3 60
-#endif
-
-#ifndef DPTF_CPU_ACTIVE_AC4
-#define DPTF_CPU_ACTIVE_AC4 50
-#endif
diff --git a/src/soc/intel/cannonlake/acpi/dptf.asl b/src/soc/intel/cannonlake/acpi/dptf.asl
deleted file mode 100644
index bd6d63ef40..0000000000
--- a/src/soc/intel/cannonlake/acpi/dptf.asl
+++ /dev/null
@@ -1,32 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-#define DPTF_CPU_DEVICE TCPU
-#define DPTF_CPU_ADDR 0x00040000
-
-#ifndef DPTF_CPU_PASSIVE
-#define DPTF_CPU_PASSIVE 80
-#endif
-
-#ifndef DPTF_CPU_CRITICAL
-#define DPTF_CPU_CRITICAL 90
-#endif
-
-#ifndef DPTF_CPU_ACTIVE_AC0
-#define DPTF_CPU_ACTIVE_AC0 90
-#endif
-
-#ifndef DPTF_CPU_ACTIVE_AC1
-#define DPTF_CPU_ACTIVE_AC1 80
-#endif
-
-#ifndef DPTF_CPU_ACTIVE_AC2
-#define DPTF_CPU_ACTIVE_AC2 70
-#endif
-
-#ifndef DPTF_CPU_ACTIVE_AC3
-#define DPTF_CPU_ACTIVE_AC3 60
-#endif
-
-#ifndef DPTF_CPU_ACTIVE_AC4
-#define DPTF_CPU_ACTIVE_AC4 50
-#endif