summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/download/coreboot
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-17 08:01:28 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-17 08:02:24 (EDT)
commitf0d737a2781c3e6c1c490ed074fe1ecad32721c5 (patch)
treeb8c3bc7a133fe181d420df82bd4c74563a1ec4b1 /resources/scripts/helpers/download/coreboot
parent20a56e21fa8011086ba18fffd430fd5ad0b4de07 (diff)
downloadlibreboot-f0d737a2781c3e6c1c490ed074fe1ecad32721c5.zip
libreboot-f0d737a2781c3e6c1c490ed074fe1ecad32721c5.tar.gz
libreboot-f0d737a2781c3e6c1c490ed074fe1ecad32721c5.tar.bz2
coreboot-libre: backport patches for X200 Tablet digitizer support
Diffstat (limited to 'resources/scripts/helpers/download/coreboot')
-rwxr-xr-xresources/scripts/helpers/download/coreboot6
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/scripts/helpers/download/coreboot b/resources/scripts/helpers/download/coreboot
index e4363ee..ad358b0 100755
--- a/resources/scripts/helpers/download/coreboot
+++ b/resources/scripts/helpers/download/coreboot
@@ -130,6 +130,12 @@ printf "ThinkPad T500 (depends on T400 patch)\n"
# git fetch http://review.coreboot.org/coreboot refs/changes/81/9181/2 && git cherry-pick FETCH_HEAD
git am ../resources/libreboot/patch/0022-New-mainboard-Lenovo-T500.patch
+# BACKPORTED
+# This was merged in master, but this is an older revision. For now, simply backport it (X200 digitizer patch)
+printf "ThinkPad X200 Tablet digitizer patch (backported)\n"
+# git fetch http://review.coreboot.org/coreboot refs/changes/08/10208/4 && git cherry-pick FETCH_HEAD
+git am ../resources/libreboot/patch/0023-lenovo-x200-Enable-wacom-digitizer-support-for-x200t.patch
+
# Run coreboot-libre deblob scripts
# ------------------------------------------------------------------------------