summaryrefslogtreecommitdiff
path: root/getcb
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-10-11 21:33:23 +0100
committerFrancis Rowe <info@gluglug.org.uk>2014-10-11 21:44:10 +0100
commit89bce380a52e720448105120fe055d3a12780450 (patch)
treed9d69900557b430d555a3e10e57b669b0f04f862 /getcb
parent4aeaca441276422237a8557cb9c01142be034712 (diff)
Update coreboot and enable T60 legacy brightness control
Diffstat (limited to 'getcb')
-rwxr-xr-xgetcb13
1 files changed, 7 insertions, 6 deletions
diff --git a/getcb b/getcb
index a1cbf60..44ace5d 100755
--- a/getcb
+++ b/getcb
@@ -42,7 +42,7 @@ git clone http://review.coreboot.org/coreboot
cd coreboot
# reset to previously tested revision
-git reset --hard 23aad4a83c3390dc39f7d1c1f5422f7ac54a80f3
+git reset --hard 9310df8d0351842e7bb9efe3cabc0ff82ec99c53
# Get patches from review.coreboot.org
# ----------------------------------------------------------------------------------
@@ -53,11 +53,12 @@ git fetch http://review.coreboot.org/coreboot refs/changes/25/6725/3 && git cher
# lenovo/x60: Enable legacy brightness controls (native graphics)
git fetch http://review.coreboot.org/coreboot refs/changes/48/7048/4 && git cherry-pick FETCH_HEAD
-## Enable T60 native graphics
-# git fetch http://review.coreboot.org/coreboot refs/changes/45/5345/8 && git cherry-pick FETCH_HEAD
-# ^ the above is not needed, because 7050 (see below) uses it
-# lenovo/t60: Enable text mode native gfx init:
-git fetch http://review.coreboot.org/coreboot refs/changes/50/7050/1 && git cherry-pick FETCH_HEAD
+# Enable T60 native graphics
+git fetch http://review.coreboot.org/coreboot refs/changes/45/5345/9 && git cherry-pick FETCH_HEAD
+# Enable text-mode graphics for T60
+git fetch http://review.coreboot.org/coreboot refs/changes/50/7050/2 && git cherry-pick FETCH_HEAD
+# 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
# Apply necessary patches (from resources/libreboot/patch/)
# ---------------------------------------------------------------------------------