Skip to content
Snippets Groups Projects
Unverified Commit daac8104 authored by Ilias Apalodimas's avatar Ilias Apalodimas Committed by GitHub
Browse files

Merge pull request #6 from jmarinho/master

Correct OS triggered reset - should call RT.ResetSystem
parents b16aee12 d49522e7
No related branches found
No related tags found
No related merge requests found
...@@ -11,5 +11,6 @@ OS -> UEFI ++: call CapsuleUpdate() ...@@ -11,5 +11,6 @@ OS -> UEFI ++: call CapsuleUpdate()
UEFI -> FWU ++: transfer FW blobs UEFI -> FWU ++: transfer FW blobs
FWU -> UEFI -- FWU -> UEFI --
UEFI -> OS -- UEFI -> OS --
OS -> TFA: PSCI_SYSTEM_RESET OS -> UEFI ++: call ResetSystem()
UEFI -> TFA: PSCI_SYSTEM_RESET
@enduml @enduml
...@@ -27,6 +27,7 @@ OS -> UEFI ++: install FW revert capsule ...@@ -27,6 +27,7 @@ OS -> UEFI ++: install FW revert capsule
UEFI -> FWU ++: set previously working bank as active UEFI -> FWU ++: set previously working bank as active
FWU -> UEFI -- FWU -> UEFI --
UEFI -> OS -- UEFI -> OS --
OS -> TFA : PSCI_SYSTEM_RESET OS -> UEFI ++: call ResetSystem()
UEFI -> TFA : PSCI_SYSTEM_RESET
@enduml @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