diff options
author | Leah Rowe <info@minifree.org> | 2016-08-30 08:28:27 +0100 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2016-08-30 08:28:27 +0100 |
commit | 569b4fe959662d1753d072daffbf70d533b88ac4 (patch) | |
tree | f67d0bcef7eee967bef5403710aa122bedf74cf1 /resources/scripts/helpers/download | |
parent | d5253cc7e37c6e1d8f18261e75a987b07072e89a (diff) | |
download | librebootfr-569b4fe959662d1753d072daffbf70d533b88ac4.tar.gz librebootfr-569b4fe959662d1753d072daffbf70d533b88ac4.zip |
Revert "Disable all patches for depthcharge"
This reverts commit d5253cc7e37c6e1d8f18261e75a987b07072e89a.
Diffstat (limited to 'resources/scripts/helpers/download')
-rwxr-xr-x | resources/scripts/helpers/download/depthcharge | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/resources/scripts/helpers/download/depthcharge b/resources/scripts/helpers/download/depthcharge index ade24989..78f56951 100755 --- a/resources/scripts/helpers/download/depthcharge +++ b/resources/scripts/helpers/download/depthcharge @@ -60,14 +60,14 @@ git reset --hard 3fe03aece37d0f9cf63ce6b548f734d794d7fedc # 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" +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" -# printf "fdt: nonvolatile-context-storage report to mkbp for EC NV storage\n" -# git am "../resources/depthcharge/patch/0007-fdt-nonvolatile-context-storage-report-to-mkbp-for-E.patch" +printf "fdt: nonvolatile-context-storage report to mkbp for EC NV storage\n" +git am "../resources/depthcharge/patch/0007-fdt-nonvolatile-context-storage-report-to-mkbp-for-E.patch" -# printf "vboot: Display callbacks for developer and recovery mode screens\n" -# git am "../resources/depthcharge/patch/0008-vboot-Display-callbacks-for-developer-and-recovery-m.patch" +printf "vboot: Display callbacks for developer and recovery mode screens\n" +git am "../resources/depthcharge/patch/0008-vboot-Display-callbacks-for-developer-and-recovery-m.patch" # leave the tree cd "../" |