summaryrefslogtreecommitdiffstats
path: root/getcb
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-12-13 06:31:36 (EST)
committer Francis Rowe <info@gluglug.org.uk>2014-12-13 06:31:36 (EST)
commit83d4509a42cf0aa5491351c3066b9fac76dc0a87 (patch)
tree52181483377e791ee81da39a4868986d197daeb7 /getcb
parent5edfcc4af6268b9d0f931f09213aa8fe7830e5c6 (diff)
downloadlibreboot-83d4509a42cf0aa5491351c3066b9fac76dc0a87.zip
libreboot-83d4509a42cf0aa5491351c3066b9fac76dc0a87.tar.gz
libreboot-83d4509a42cf0aa5491351c3066b9fac76dc0a87.tar.bz2
Add ThinkPad X200S and X200 Tablet support to libreboot
(also tidied up the X200-related documentation)
Diffstat (limited to 'getcb')
-rwxr-xr-xgetcb3
1 files changed, 3 insertions, 0 deletions
diff --git a/getcb b/getcb
index 4efefe0..b67ee65 100755
--- a/getcb
+++ b/getcb
@@ -64,6 +64,9 @@ git fetch http://review.coreboot.org/coreboot refs/changes/58/7058/7 && git cher
# 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
+# northbridge/gm45/raminit.c: enable GS45 high-perf (i.e. add X200S support to libreboot)
+git fetch http://review.coreboot.org/coreboot refs/changes/86/7786/1 && git cherry-pick FETCH_HEAD
+
# Run coreboot-libre deblob scripts
# ---------------------------------------------------------------------------------