Skip to content
Snippets Groups Projects
Commit 3faab860 authored by Jose Marinho's avatar Jose Marinho
Browse files

Fix Flow descriptions.

The flows had superfluous reboots. We've removed those.
parent 14ec6df1
Branches
Tags
No related merge requests found
...@@ -82,8 +82,6 @@ Capsule install Secure World ...@@ -82,8 +82,6 @@ Capsule install Secure World
#. UEFI implementation traverses all the images in the capsule passing them to their corresponding FMPs #. UEFI implementation traverses all the images in the capsule passing them to their corresponding FMPs
#. The FMP transfers the images to the FWU Implementation in the Secure World [FWU]_ #. The FMP transfers the images to the FWU Implementation in the Secure World [FWU]_
#. OS requests a system reboot #. OS requests a system reboot
#. Platform boots from the newly updated FW bank
#. OS requests a system reset
Capsule install non-Secure World Capsule install non-Secure World
-------------------------------- --------------------------------
...@@ -98,8 +96,6 @@ Capsule install non-Secure World ...@@ -98,8 +96,6 @@ Capsule install non-Secure World
#. UEFI implementation traverses all the images in the capsule passing them to their corresponding FMPs #. UEFI implementation traverses all the images in the capsule passing them to their corresponding FMPs
#. The UEFI firmware performs the update #. The UEFI firmware performs the update
#. UEFI firmware requests a system reboot #. UEFI firmware requests a system reboot
#. Platform boots from the newly updated FW bank
#. OS requests a system reset
Post-capsule install reboot success Post-capsule install reboot success
----------------------------------- -----------------------------------
...@@ -112,7 +108,7 @@ Post-capsule install reboot success ...@@ -112,7 +108,7 @@ Post-capsule install reboot success
:width: 100% :width: 100%
:align: center :align: center
#. Platform resets #. Platform boots with the new FW
#. From the TFA boot report [FWU]_, UEFI verifies that platform booted from the intended bank #. From the TFA boot report [FWU]_, UEFI verifies that platform booted from the intended bank
#. UEFI accepts a sub-set of the FW images [FWU]_ (the sub-set is platform specific) #. UEFI accepts a sub-set of the FW images [FWU]_ (the sub-set is platform specific)
#. OS loader obtains the ESRT from UEFI #. OS loader obtains the ESRT from UEFI
...@@ -136,7 +132,7 @@ Post-capsule install reboot fails before UEFI ...@@ -136,7 +132,7 @@ Post-capsule install reboot fails before UEFI
:width: 100% :width: 100%
:align: center :align: center
#. Platform resets #. Platform boots with the new FW
#. The images fail to authenticate or the generic watchdog fires #. The images fail to authenticate or the generic watchdog fires
#. Platform resets #. Platform resets
#. Early platform bootloader detects FW maltfunction and selects another bank to boot from #. Early platform bootloader detects FW maltfunction and selects another bank to boot from
...@@ -158,7 +154,7 @@ Post-capsule install image fails OS test ...@@ -158,7 +154,7 @@ Post-capsule install image fails OS test
:width: 100% :width: 100%
:align: center :align: center
#. Platform resets #. Platform boots with the new FW
#. From the TFA boot report [FWU]_, UEFI verifies that platform booted from the intended bank #. From the TFA boot report [FWU]_, UEFI verifies that platform booted from the intended bank
#. UEFI accepts all images [FWU]_ #. UEFI accepts all images [FWU]_
#. OS loader obtains the ESRT from UEFI #. OS loader obtains the ESRT from UEFI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment