summaryrefslogtreecommitdiffstats
path: root/getcb
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-02-08 20:18:56 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-02-08 20:18:56 (EST)
commitfe169cfef2bd84d3d2995f3a039282dfe83d94dd (patch)
tree03a3cf3b2a219464b27981f5afefe4a0ea7bd321 /getcb
parent19ee0fc13c73e98e8fbafecf4d8bfa31568c8ccc (diff)
downloadlibreboot-fe169cfef2bd84d3d2995f3a039282dfe83d94dd.zip
libreboot-fe169cfef2bd84d3d2995f3a039282dfe83d94dd.tar.gz
libreboot-fe169cfef2bd84d3d2995f3a039282dfe83d94dd.tar.bz2
New board: ThinkPad R400 support added to libreboot.
Diffstat (limited to 'getcb')
-rwxr-xr-xgetcb5
1 files changed, 5 insertions, 0 deletions
diff --git a/getcb b/getcb
index adf9d95..a99ffdf 100755
--- a/getcb
+++ b/getcb
@@ -70,6 +70,11 @@ git fetch http://review.coreboot.org/coreboot refs/changes/86/7786/1 && git cher
# fix uneven backlight on X200 (when setting brightness low)
git fetch http://review.coreboot.org/coreboot refs/changes/79/7979/1 && git cherry-pick FETCH_HEAD
+# ThinkPad R400 support. Based on http://review.coreboot.org/#/c/8393/
+# This diff will be deleted later, and instead the patch will be fetched from coreboot gerrit
+# (and later, it won't even do that, once the R400 support is merged in coreboot)
+git am ../resources/libreboot/patch/r400.diff
+
# Run coreboot-libre deblob scripts
# ---------------------------------------------------------------------------------