aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2016-08-30 01:25:15 +0200
committerLeah Rowe <info@minifree.org>2016-08-30 01:04:09 +0100
commit7f191b9d1649925f11f3c6856e2157257b620f13 (patch)
treef67d0bcef7eee967bef5403710aa122bedf74cf1 /resources
parentb2c80c592dc175251bb09e43ade1ea4222cdc991 (diff)
downloadlibrebootfr-7f191b9d1649925f11f3c6856e2157257b620f13.tar.gz
librebootfr-7f191b9d1649925f11f3c6856e2157257b620f13.zip
Change depthcharge revision and remove patches that don' apply
Diffstat (limited to 'resources')
-rwxr-xr-xresources/scripts/helpers/download/depthcharge22
1 files changed, 11 insertions, 11 deletions
diff --git a/resources/scripts/helpers/download/depthcharge b/resources/scripts/helpers/download/depthcharge
index 9827a346..78f56951 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 065ba14bc56c9044247fef6337d8f9e9a3055820
+git reset --hard 3fe03aece37d0f9cf63ce6b548f734d794d7fedc
# 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"