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

Correct OS triggered reset - should call RT.ResetSystem

parent b16aee12
No related branches found
No related tags found
No related merge requests found
......@@ -11,5 +11,6 @@ OS -> UEFI ++: call CapsuleUpdate()
UEFI -> FWU ++: transfer FW blobs
FWU -> UEFI --
UEFI -> OS --
OS -> TFA: PSCI_SYSTEM_RESET
OS -> UEFI ++: call ResetSystem()
UEFI -> TFA: PSCI_SYSTEM_RESET
@enduml
......@@ -27,6 +27,7 @@ OS -> UEFI ++: install FW revert capsule
UEFI -> FWU ++: set previously working bank as active
FWU -> UEFI --
UEFI -> OS --
OS -> TFA : PSCI_SYSTEM_RESET
OS -> UEFI ++: call ResetSystem()
UEFI -> TFA : PSCI_SYSTEM_RESET
@enduml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment