summaryrefslogtreecommitdiff
path: root/util/autoport
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-01-04 15:10:21 +0100
committerAngel Pons <th3fanbus@gmail.com>2021-01-06 16:51:14 +0000
commit0d5ef95fc341f922a84f30f6167253af11c8ad24 (patch)
tree76fc52a93c757edea9eb2f4d67739ece10029f94 /util/autoport
parent65cb6468da6825015bb9619b8b4aa7930dcf3a6e (diff)
downloadcoreboot-0d5ef95fc341f922a84f30f6167253af11c8ad24.tar.xz
cpu/intel/model_206ax: Unify ACPI C-state options
All mainboards use the same values for AC and battery, even desktop boards without a battery. Use the AC values everywhere and drop the battery values. Subsequent commits will rename the AC power options accordingly, and will also clean up the corresponding acpigen code. This is intentional so as to ease reviewing the devicetree changes. Also update util/autoport accordingly. Change-Id: I581dc9b733d1f3006a4dc81d8a2fec255d2a0a0f Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49088 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'util/autoport')
-rw-r--r--util/autoport/sandybridge.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/util/autoport/sandybridge.go b/util/autoport/sandybridge.go
index 68cbe68134..645bd9300e 100644
--- a/util/autoport/sandybridge.go
+++ b/util/autoport/sandybridge.go
@@ -47,9 +47,6 @@ func (i sandybridgemc) Scan(ctx Context, addr PCIDevData) {
"c1_acpower": "1",
"c2_acpower": "3",
"c3_acpower": "5",
- "c1_battery": "1",
- "c2_battery": "3",
- "c3_battery": "5",
},
Children: []DevTreeNode{
{