diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-13 11:31:36 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-13 11:31:36 +0000 |
commit | 83d4509a42cf0aa5491351c3066b9fac76dc0a87 (patch) | |
tree | 52181483377e791ee81da39a4868986d197daeb7 /getcb | |
parent | 5edfcc4af6268b9d0f931f09213aa8fe7830e5c6 (diff) | |
download | librebootfr-83d4509a42cf0aa5491351c3066b9fac76dc0a87.tar.gz librebootfr-83d4509a42cf0aa5491351c3066b9fac76dc0a87.zip |
Add ThinkPad X200S and X200 Tablet support to libreboot
(also tidied up the X200-related documentation)
Diffstat (limited to 'getcb')
-rwxr-xr-x | getcb | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 # --------------------------------------------------------------------------------- |