diff options
Diffstat (limited to 'resources')
-rwxr-xr-x | resources/libreboot/install/depthcharge/cros-flash-replace (renamed from resources/libreboot/install/depthcharge/chromebook-flash-replace) | 0 | ||||
-rw-r--r-- | resources/libreboot/patch/cros/0001-chromeos-Allow-disabling-vboot-firmware-verification.patch (renamed from resources/libreboot/patch/chromebook/0001-chromeos-Allow-disabling-vboot-firmware-verification.patch) | 0 | ||||
-rwxr-xr-x | resources/scripts/helpers/build/roms/withdepthcharge | 2 | ||||
-rwxr-xr-x | resources/scripts/helpers/download/coreboot | 4 |
4 files changed, 3 insertions, 3 deletions
diff --git a/resources/libreboot/install/depthcharge/chromebook-flash-replace b/resources/libreboot/install/depthcharge/cros-flash-replace index 4ad3fabd..4ad3fabd 100755 --- a/resources/libreboot/install/depthcharge/chromebook-flash-replace +++ b/resources/libreboot/install/depthcharge/cros-flash-replace diff --git a/resources/libreboot/patch/chromebook/0001-chromeos-Allow-disabling-vboot-firmware-verification.patch b/resources/libreboot/patch/cros/0001-chromeos-Allow-disabling-vboot-firmware-verification.patch index f268922a..f268922a 100644 --- a/resources/libreboot/patch/chromebook/0001-chromeos-Allow-disabling-vboot-firmware-verification.patch +++ b/resources/libreboot/patch/cros/0001-chromeos-Allow-disabling-vboot-firmware-verification.patch diff --git a/resources/scripts/helpers/build/roms/withdepthcharge b/resources/scripts/helpers/build/roms/withdepthcharge index 9aa5003e..8ae80a7e 100755 --- a/resources/scripts/helpers/build/roms/withdepthcharge +++ b/resources/scripts/helpers/build/roms/withdepthcharge @@ -112,7 +112,7 @@ buildcoreboot() { mv "coreboot.img" "$board/" mv "ro-frid.img" "$board/" # copy the scripts too - cp "../resources/libreboot/install/depthcharge/chromebook-flash-replace" "$board/" + cp "../resources/libreboot/install/depthcharge/cros-flash-replace" "$board/" cp "../resources/libreboot/install/depthcharge/${board}/layout.txt" "$board/" # delete the old images from ../bin rm -Rf "../bin/depthcharge/${board}/" diff --git a/resources/scripts/helpers/download/coreboot b/resources/scripts/helpers/download/coreboot index 332f1327..f2234007 100755 --- a/resources/scripts/helpers/download/coreboot +++ b/resources/scripts/helpers/download/coreboot @@ -128,10 +128,10 @@ printf "ThinkPad T500 (depends on T400 patch)\n" git am "../resources/libreboot/patch/misc/0008-lenovo-t500-Add-clone-of-Lenovo-T400.patch" # git fetch http://review.coreboot.org/coreboot refs/changes/45/10545/1 && git cherry-pick FETCH_HEAD -# Chromebook: +# CrOS: printf "chromeos: Allow disabling vboot firmware verification when ChromeOS is enabled\n" -git am "../resources/libreboot/patch/chromebook/0001-chromeos-Allow-disabling-vboot-firmware-verification.patch" +git am "../resources/libreboot/patch/cros/0001-chromeos-Allow-disabling-vboot-firmware-verification.patch" # KGPE-D16 patches # new versions can be found at https://raptorengineeringinc.com/coreboot/kgpe-d16-status.php |