diff options
Diffstat (limited to 'resources/scripts/helpers/download')
-rwxr-xr-x | resources/scripts/helpers/download/depthcharge | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/resources/scripts/helpers/download/depthcharge b/resources/scripts/helpers/download/depthcharge index 78f56951..9827a346 100755 --- a/resources/scripts/helpers/download/depthcharge +++ b/resources/scripts/helpers/download/depthcharge @@ -40,25 +40,25 @@ git clone https://chromium.googlesource.com/chromiumos/platform/depthcharge cd "depthcharge/" # reset to the latest previously tested revision -git reset --hard 3fe03aece37d0f9cf63ce6b548f734d794d7fedc +git reset --hard 065ba14bc56c9044247fef6337d8f9e9a3055820 # Patch depthcharge # ------------------------------------------------------------------------------ -# printf "arm: armv7-a march abi flag for ARMv7 hardware\n" -# git am "../resources/depthcharge/patch/0001-arm-armv7-a-march-abi-flag-for-ARMv7-hardware.patch" +printf "arm: armv7-a march abi flag for ARMv7 hardware\n" +git am "../resources/depthcharge/patch/0001-arm-armv7-a-march-abi-flag-for-ARMv7-hardware.patch" -# printf "Coreboot image integration removal\n" -# git am "../resources/depthcharge/patch/0002-Coreboot-image-integration-removal.patch" +printf "Coreboot image integration removal\n" +git am "../resources/depthcharge/patch/0002-Coreboot-image-integration-removal.patch" -# printf "DOTCONFIG location correction\n" -# git am "../resources/depthcharge/patch/0003-DOTCONFIG-location-correction.patch" +printf "DOTCONFIG location correction\n" +git am "../resources/depthcharge/patch/0003-DOTCONFIG-location-correction.patch" -# printf "Adaptation for a read-only boot path when no vboot handoff data is found\n" -# git am "../resources/depthcharge/patch/0004-Adaptation-for-a-read-only-boot-path-when-no-vboot-h.patch" +printf "Adaptation for a read-only boot path when no vboot handoff data is found\n" +git am "../resources/depthcharge/patch/0004-Adaptation-for-a-read-only-boot-path-when-no-vboot-h.patch" -# printf "vboot: Only initialize cparams once\n" -# git am "../resources/depthcharge/patch/0005-vboot-Only-initialize-cparams-once.patch" +printf "vboot: Only initialize cparams once\n" +git am "../resources/depthcharge/patch/0005-vboot-Only-initialize-cparams-once.patch" printf "Proper firmware index report for read-only boot path\n" git am "../resources/depthcharge/patch/0006-Proper-firmware-index-report-for-read-only-boot-path.patch" |