aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/skylake/acpi
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/skylake/acpi')
-rw-r--r--src/soc/intel/skylake/acpi/dptf/cpu.asl65
1 files changed, 0 insertions, 65 deletions
diff --git a/src/soc/intel/skylake/acpi/dptf/cpu.asl b/src/soc/intel/skylake/acpi/dptf/cpu.asl
index 6278b9ff13..c614aaf265 100644
--- a/src/soc/intel/skylake/acpi/dptf/cpu.asl
+++ b/src/soc/intel/skylake/acpi/dptf/cpu.asl
@@ -23,10 +23,6 @@
#endif
External (\_PR.CP00._PSS, PkgObj)
-External (\_PR.CP00._TSS, PkgObj)
-External (\_PR.CP00._TPC, MethodObj)
-External (\_PR.CP00._PTC, PkgObj)
-External (\_PR.CP00._TSD, PkgObj)
External (\_SB.MPDL, IntObj)
Device (B0D4)
@@ -43,67 +39,6 @@ Device (B0D4)
}
/*
- * Processor Throttling Controls
- */
-
- Method (_TSS)
- {
- If (CondRefOf (\_PR.CP00._TSS)) {
- Return (\_PR.CP00._TSS)
- } Else {
- Return (Package ()
- {
- Package () { 0, 0, 0, 0, 0 }
- })
- }
- }
-
- Method (_TPC)
- {
- If (CondRefOf (\_PR.CP00._TPC)) {
- Return (\_PR.CP00._TPC)
- } Else {
- Return (0)
- }
- }
-
- Method (_PTC)
- {
- If (CondRefOf (\_PR.CP00._PTC)) {
- Return (\_PR.CP00._PTC)
- } Else {
- Return (Package ()
- {
- Buffer () { 0 },
- Buffer () { 0 }
- })
- }
- }
-
- Method (_TSD)
- {
- If (CondRefOf (\_PR.CP00._TSD)) {
- Return (\_PR.CP00._TSD)
- } Else {
- Return (Package ()
- {
- Package () { 5, 0, 0, 0, 0 }
- })
- }
- }
-
- Method (_TDL)
- {
- If (CondRefOf (\_PR.CP00._TSS)) {
- Store (SizeOf (\_PR.CP00._TSS), Local0)
- Decrement (Local0)
- Return (Local0)
- } Else {
- Return (0)
- }
- }
-
- /*
* Processor Performance Control
*/