summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/download/coreboot
diff options
context:
space:
mode:
Diffstat (limited to 'resources/scripts/helpers/download/coreboot')
-rwxr-xr-xresources/scripts/helpers/download/coreboot6
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/scripts/helpers/download/coreboot b/resources/scripts/helpers/download/coreboot
index 41f476c..7e5fc01 100755
--- a/resources/scripts/helpers/download/coreboot
+++ b/resources/scripts/helpers/download/coreboot
@@ -186,6 +186,12 @@ git am "../resources/libreboot/patch/chromebook/0001-armv7-Word-sized-half-word-
printf "chromeos: Allow disabling vboot firmware verification when ChromeOS is enabled\n"
git am "../resources/libreboot/patch/chromebook/0002-chromeos-Allow-disabling-vboot-firmware-verification.patch"
+# KGPE-D16 patches
+# note: this is also being upstreamed
+for i in ../resources/libreboot/patch/kgpe-d16/*; do
+ git am "${i}"
+done
+
# Run coreboot-libre deblob scripts
# ------------------------------------------------------------------------------