diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-10-11 16:33:23 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-10-11 16:44:10 (EDT) |
commit | 89bce380a52e720448105120fe055d3a12780450 (patch) | |
tree | d9d69900557b430d555a3e10e57b669b0f04f862 /getcb | |
parent | 4aeaca441276422237a8557cb9c01142be034712 (diff) | |
download | libreboot-89bce380a52e720448105120fe055d3a12780450.zip libreboot-89bce380a52e720448105120fe055d3a12780450.tar.gz libreboot-89bce380a52e720448105120fe055d3a12780450.tar.bz2 |
Update coreboot and enable T60 legacy brightness control
Diffstat (limited to 'getcb')
-rwxr-xr-x | getcb | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -42,7 +42,7 @@ git clone http://review.coreboot.org/coreboot cd coreboot # reset to previously tested revision -git reset --hard 23aad4a83c3390dc39f7d1c1f5422f7ac54a80f3 +git reset --hard 9310df8d0351842e7bb9efe3cabc0ff82ec99c53 # Get patches from review.coreboot.org # ---------------------------------------------------------------------------------- @@ -53,11 +53,12 @@ git fetch http://review.coreboot.org/coreboot refs/changes/25/6725/3 && git cher # lenovo/x60: Enable legacy brightness controls (native graphics) git fetch http://review.coreboot.org/coreboot refs/changes/48/7048/4 && git cherry-pick FETCH_HEAD -## Enable T60 native graphics -# git fetch http://review.coreboot.org/coreboot refs/changes/45/5345/8 && git cherry-pick FETCH_HEAD -# ^ the above is not needed, because 7050 (see below) uses it -# lenovo/t60: Enable text mode native gfx init: -git fetch http://review.coreboot.org/coreboot refs/changes/50/7050/1 && git cherry-pick FETCH_HEAD +# Enable T60 native graphics +git fetch http://review.coreboot.org/coreboot refs/changes/45/5345/9 && git cherry-pick FETCH_HEAD +# Enable text-mode graphics for T60 +git fetch http://review.coreboot.org/coreboot refs/changes/50/7050/2 && git cherry-pick FETCH_HEAD +# lenovo/t60: Enable legacy brightness controls (native graphics) +git fetch http://review.coreboot.org/coreboot refs/changes/51/7051/1 && git cherry-pick FETCH_HEAD # Apply necessary patches (from resources/libreboot/patch/) # --------------------------------------------------------------------------------- |