diff options
author | Leah Rowe <info@minifree.org> | 2016-08-30 08:28:38 +0100 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2016-08-30 08:28:38 +0100 |
commit | b2823a73c7d3b28c03897e825375b6f34bc04c27 (patch) | |
tree | ff54e31fef1997bb8aac170ab3af45a1e3ed19f2 /resources | |
parent | 569b4fe959662d1753d072daffbf70d533b88ac4 (diff) | |
download | librebootfr-b2823a73c7d3b28c03897e825375b6f34bc04c27.tar.gz librebootfr-b2823a73c7d3b28c03897e825375b6f34bc04c27.zip |
Revert "Change depthcharge revision and remove patches that don' apply"
This reverts commit 7f191b9d1649925f11f3c6856e2157257b620f13.
Diffstat (limited to 'resources')
-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" |