summaryrefslogtreecommitdiffstats
path: root/getcb
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-12-25 14:00:55 (EST)
committer Francis Rowe <info@gluglug.org.uk>2014-12-25 14:02:29 (EST)
commit379745c0b9edb89ab2651de779b29ec1612c7c8a (patch)
treef2174f96404f30660c9c05718eb8934e7f49ae29 /getcb
parent85653238893cb76e64fa8505fed7f4561e088e77 (diff)
downloadlibreboot-379745c0b9edb89ab2651de779b29ec1612c7c8a.zip
libreboot-379745c0b9edb89ab2651de779b29ec1612c7c8a.tar.gz
libreboot-379745c0b9edb89ab2651de779b29ec1612c7c8a.tar.bz2
Enable cstates 1 and 2 on macbook21
This reduces heat / power usage when the system is idle
Diffstat (limited to 'getcb')
-rwxr-xr-xgetcb3
1 files changed, 2 insertions, 1 deletions
diff --git a/getcb b/getcb
index b099fc1..b17d9a6 100755
--- a/getcb
+++ b/getcb
@@ -56,7 +56,8 @@ git fetch http://review.coreboot.org/coreboot refs/changes/50/7050/2 && git cher
# lenovo/t60: Enable legacy brightness controls (native graphics)
git fetch http://review.coreboot.org/coreboot refs/changes/51/7051/1 && git cherry-pick FETCH_HEAD
-# Note: macbook21 already has backlight control.
+# Enable cstates 1 and 2 on macbook21. This reduces heat / power usage when the system is idle
+git fetch http://review.coreboot.org/coreboot refs/changes/23/7923/2 && git cherry-pick FETCH_HEAD
# ec/lenovo/h8: permanently enable wifi/trackpoint/touchpad/bluetooth/wwan
git fetch http://review.coreboot.org/coreboot refs/changes/58/7058/7 && git cherry-pick FETCH_HEAD