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

Fix OS calling PSCI directly in the nwd capsule install diagram

parent daac8104
Branches
No related tags found
No related merge requests found
......@@ -8,8 +8,11 @@ participant OS #7773cf
activate OS
OS -> OS : set ACCEPTANCE_REQUEST on intended capsules
OS -> UEFI: Schedule CapsuleUpdate() on reboot
OS -> TFA: PSCI_SYSTEM_RESET
OS -> UEFI ++: Call ResetSystem()
UEFI -> TFA: PSCI_SYSTEM_RESET
deactivate UEFI
TFA -> UEFI ++:
UEFI -> FWU: Perform FW update
UEFI -> TFA: PSCI_SYSTEM_RESET
@enduml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment