aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-06-04 12:54:00 +0200
committerPatrick Georgi <pgeorgi@google.com>2021-06-07 11:37:01 +0000
commit685dc56b9f2cf639c8aa72eed948e02044683642 (patch)
tree194a00f4ef36c32f61a653c9cec3294eb176ec8d /src/mainboard
parent772c09739ea81e589c42bd8e063119a5fdf38176 (diff)
sb/intel/ibexpeak: Drop P_LVLx support in FADT
IO MWAIT redirection is not enabled. The code is missing, but C-states should instead be reported using the _CST ACPI object. Change-Id: I21fd2fa6ee4aa1ed57694549d5cb48159f37af26 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55217 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/lenovo/t410/devicetree.cb1
-rw-r--r--src/mainboard/lenovo/x201/devicetree.cb1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/lenovo/t410/devicetree.cb b/src/mainboard/lenovo/t410/devicetree.cb
index a4f3463268..e3456f2bdf 100644
--- a/src/mainboard/lenovo/t410/devicetree.cb
+++ b/src/mainboard/lenovo/t410/devicetree.cb
@@ -49,7 +49,6 @@ chip northbridge/intel/ironlake
register "gen3_dec" = "0x1c1681" # EC ?
register "gen4_dec" = "0x040069" # ?
- register "c2_latency" = "1"
register "docking_supported" = "1"
register "pcie_hotplug_map" = "{ 0, 0, 0, 1, 0, 0, 0, 0 }"
diff --git a/src/mainboard/lenovo/x201/devicetree.cb b/src/mainboard/lenovo/x201/devicetree.cb
index e142a1c692..effe4ef261 100644
--- a/src/mainboard/lenovo/x201/devicetree.cb
+++ b/src/mainboard/lenovo/x201/devicetree.cb
@@ -49,7 +49,6 @@ chip northbridge/intel/ironlake
register "gen3_dec" = "0x1c1681"
register "gen4_dec" = "0x040069"
- register "c2_latency" = "1"
register "docking_supported" = "1"
register "pcie_hotplug_map" = "{ 0, 0, 0, 1, 0, 0, 0, 0 }"