Skip to content
Snippets Groups Projects
Commit d19f2abd authored by Ilias Apalodimas's avatar Ilias Apalodimas
Browse files

Clarify rollback counter updates

parent ac4c1098
Branches
Tags
No related merge requests found
...@@ -118,8 +118,10 @@ Post-capsule install reboot success ...@@ -118,8 +118,10 @@ Post-capsule install reboot success
#. If all image tests pass correctly the OS exists the FW update procedure #. If all image tests pass correctly the OS exists the FW update procedure
#. OS install the image acceptance capsule when all acceptance tests pass #. OS install the image acceptance capsule when all acceptance tests pass
#. Firmware processes the image acceptance capsule and updates the boot bank #. Firmware processes the image acceptance capsule and updates the boot bank
#. On the next reboot BL2 will detect the new version (rollback counter < fw #. Rollback counter updates
rollback counter). It must then update the rollback counters accordingly. * If BL33 can update the rollback counter(s) directly, it should do it on the fly
* Otherwise, on the next reboot BL2 must detect the new version
(rollback counter < fw rollback counter)and update the rollback counter(s) accordingly.
Post-capsule install reboot fails before UEFI Post-capsule install reboot fails before UEFI
--------------------------------------------- ---------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment