summaryrefslogtreecommitdiff
path: root/getcb
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-11-23 07:01:29 +0000
committerFrancis Rowe <info@gluglug.org.uk>2014-11-23 07:36:43 +0000
commitde4ee2227f2d04b465ec659851b5b0f9f9f98848 (patch)
tree6c7470ddec02593700b6b02010c85f4933b15354 /getcb
parent1414ae11f466607cdc05bb0e32eedd1485c99b11 (diff)
Update coreboot
Some notes: DEBLOB script updated (more blobs added). i945: reverted to legacy brightness. i945: permanently set tft_brightness to 0xff (works around a bug on X60 where brightness loops to zero when at max brightness and trying to increase the brightness level) EHCI debug dongle (BeagleBone Black) now enabled on all boards.
Diffstat (limited to 'getcb')
-rwxr-xr-xgetcb13
1 files changed, 3 insertions, 10 deletions
diff --git a/getcb b/getcb
index d055fd0..77b0422 100755
--- a/getcb
+++ b/getcb
@@ -25,8 +25,6 @@ set -u -e -v
# (the idea is that this script will reproduce the coreboot directory included with this version of libreboot)
-# You need the dependencies from ./builddeb or ./buildpac to use this script.
-
# Remove the old version that may exist
# ----------------------------------------------------------------------------------
@@ -44,7 +42,7 @@ git clone http://review.coreboot.org/coreboot
cd coreboot
# reset to previously tested revision
-git reset --hard 8ffc085e1affaabbe3dca8ac6a89346b71dfc02e
+git reset --hard c637a887dde1c63bf3863e70cbe19dedf5f6ca02
# Get patches from review.coreboot.org
# ----------------------------------------------------------------------------------
@@ -67,13 +65,8 @@ git fetch http://review.coreboot.org/coreboot refs/changes/51/7051/1 && git cher
# 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
-# Apply necessary patches (from resources/libreboot/patch/)
-# ---------------------------------------------------------------------------------
-
-# T60: fix compilation when using 6731 from review.coreboot.org
-git apply ../resources/libreboot/patch/t60_6731buildfix.diff
-## 6731 is abandoned and there's no point putting this in coreboot gerrit.
-## there is no harm in it being a diff
+# i945: permanently set tft_brightness to 0xff. this fixes the issue with X60 and "scrolling" backlight
+git fetch http://review.coreboot.org/coreboot refs/changes/61/7561/2 && git cherry-pick FETCH_HEAD
# Run coreboot-libre deblob scripts
# ---------------------------------------------------------------------------------