aboutsummaryrefslogtreecommitdiff
path: root/resources/scripts/helpers/download/coreboot
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-11-06 08:22:13 +0000
committerFrancis Rowe <info@gluglug.org.uk>2015-11-06 08:22:13 +0000
commitc56b6b903c9feb56c67616c967e1784c38d0e249 (patch)
tree0693ca5eb8f7863648a367592d6d1e81132116a2 /resources/scripts/helpers/download/coreboot
parent0d9bed81ee14c31bcd5d22a5febbaadcc7fbcbdb (diff)
downloadlibrebootfr-c56b6b903c9feb56c67616c967e1784c38d0e249.tar.gz
librebootfr-c56b6b903c9feb56c67616c967e1784c38d0e249.zip
download/coreboot: remove false information
Diffstat (limited to 'resources/scripts/helpers/download/coreboot')
-rwxr-xr-xresources/scripts/helpers/download/coreboot2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/download/coreboot b/resources/scripts/helpers/download/coreboot
index 139dad4a..8fcaf8c8 100755
--- a/resources/scripts/helpers/download/coreboot
+++ b/resources/scripts/helpers/download/coreboot
@@ -134,7 +134,7 @@ git am "../resources/libreboot/patch/misc/0009-chromeos-Allow-disabling-vboot-fi
# git fetch http://review.coreboot.org/coreboot refs/changes/43/11143/2 && git cherry-pick FETCH_HEAD
# KGPE-D16 patches
-# note: current top patch is http://review.coreboot.org/#/c/12072/6
+# new versions can be found at https://raptorengineeringinc.com/coreboot/kgpe-d16-status.php
for i in ../resources/libreboot/patch/kgpe-d16/*; do
git am "${i}"
done