diff options
Diffstat (limited to 'resources/scripts')
-rwxr-xr-x | resources/scripts/helpers/download/coreboot | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/scripts/helpers/download/coreboot b/resources/scripts/helpers/download/coreboot index 41f476c5..7e5fc018 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 # ------------------------------------------------------------------------------ |