diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-12-31 11:53:10 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-12-31 11:53:10 (EST) |
commit | 39efae517578933b7f9ddadd084895a2b0f33264 (patch) | |
tree | 7fa86b6a4fd8981e842c5da6c3191b57d8aa717e /resources/scripts/helpers | |
parent | 7c5fc471cfcdc48086491c87773a3667ae016873 (diff) | |
download | libreboot-39efae517578933b7f9ddadd084895a2b0f33264.zip libreboot-39efae517578933b7f9ddadd084895a2b0f33264.tar.gz libreboot-39efae517578933b7f9ddadd084895a2b0f33264.tar.bz2 |
download/coreboot: note about new patch in upstream
Diffstat (limited to 'resources/scripts/helpers')
-rwxr-xr-x | resources/scripts/helpers/download/coreboot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/scripts/helpers/download/coreboot b/resources/scripts/helpers/download/coreboot index f223400..f80b791 100755 --- a/resources/scripts/helpers/download/coreboot +++ b/resources/scripts/helpers/download/coreboot @@ -111,6 +111,8 @@ printf "ec/lenovo/h8: permanently enable wifi/trackpoint/touchpad/bluetooth/wwan git am "../resources/libreboot/patch/misc/0005-NOTFORMERGE-ec-lenovo-h8-wlan-trackpoint-touchpad-bl.patch" # git fetch http://review.coreboot.org/coreboot refs/changes/58/7058/9 && git cherry-pick FETCH_HEAD +# NOTE: remove this when updating to the latest version of coreboot. this patch +# makes the patch below redundant: https://review.coreboot.org/#/c/12814/ printf "northbridge/gm45/raminit.c: enable GS45 high-perf (i.e. add X200S support to libreboot)\n" git am "../resources/libreboot/patch/misc/0006-northbridge-gm45-raminit.c-enable-GS45-high-performa.patch" # git fetch http://review.coreboot.org/coreboot refs/changes/35/11135/3 && git cherry-pick FETCH_HEAD |