diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-09-20 09:00:29 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-09-20 09:00:29 (EDT) |
commit | a2f0fcccdf5213f89e9833ef4280f982c7689264 (patch) | |
tree | f01b61d225b5cec8d72cbff9a12eddc793ecd2ce /resources/scripts | |
parent | d62b568caac667c42f3dca6e0335aaf4a2e9c083 (diff) | |
download | libreboot-a2f0fcccdf5213f89e9833ef4280f982c7689264.zip libreboot-a2f0fcccdf5213f89e9833ef4280f982c7689264.tar.gz libreboot-a2f0fcccdf5213f89e9833ef4280f982c7689264.tar.bz2 |
coreboot-libre: Add patch to enable second LVDS channel
Diffstat (limited to 'resources/scripts')
-rwxr-xr-x | resources/scripts/helpers/download/coreboot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/scripts/helpers/download/coreboot b/resources/scripts/helpers/download/coreboot index 21d86de..295c7f1 100755 --- a/resources/scripts/helpers/download/coreboot +++ b/resources/scripts/helpers/download/coreboot @@ -135,6 +135,9 @@ printf "ec/lenovo/h8: re-factor handling of power_management_beeps\n" # git fetch http://review.coreboot.org/coreboot refs/changes/31/10531/8 && git cherry-pick FETCH_HEAD git am "../resources/libreboot/patch/0013-ec-lenovo-h8-re-factor-handling-of-power_management_.patch" +printf "northbridge/intel/gm45: Automatically enable second LVDS channel\n" +git am "../resources/libreboot/patch/0014-northbridge-intel-gm45-Automatically-enable-second-L.patch" + # Run coreboot-libre deblob scripts # ------------------------------------------------------------------------------ |