summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2022-08-29 14:57:01 -0400
committerDaniel Micay <danielmicay@gmail.com>2022-08-29 14:57:01 -0400
commit87cb8ed98786b44b87bdda4887403fa1c5655c1a (patch)
tree5d99b9e2af2a4c1a16985ea775def9846a3479b2
parenta2db0e8c4748522de3d29c353264a4126bbd24a7 (diff)
drop unused flash-base.sh
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index 362c396b..31a3ed41 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -583,6 +583,7 @@
<ul>
<li>improve safety of factory images flashing scripts by flashing the SoC firmware to the inactive slot, switching to it and then flashing it to the previously active slot before proceeding with flashing the OS (this provides a high level of safety for devices like 6th generation Pixels doing boot chain anti-rollback despite the fact that they neglected to provide firmware handling flashing safely)</li>
<li>Pixel 6, Pixel 6 Pro, Pixel 6a: erase DPM partitions in factory images flashing scripts</li>
+ <li>drop unused flash-base.sh from factory images to reduce maintenance burden for our safer flashing procedure</li>
<li>System Updater: catch ServiceSpecificException thrown by UpdateEngine.applyPayload(...) in some cases to properly report the error via a notification</li>
<li>System Updater: reduce connect/read timeouts from 60s to 30s</li>
<li>carriersettings-extractor: fix handling currently mostly unused field (not going to make any difference to users in practice, but may become more relevant in the future)</li>