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

Fix some wording and make recommendations stricter

parent d19f2abd
No related branches found
No related tags found
No related merge requests found
...@@ -59,8 +59,10 @@ Assumptions ...@@ -59,8 +59,10 @@ Assumptions
- Update capsules are designed and deployed to target systems using a mechanism outside the - Update capsules are designed and deployed to target systems using a mechanism outside the
scope of this document. [#UEFICapsuleUpdateNote]_ scope of this document. [#UEFICapsuleUpdateNote]_
- We assume that the masked ROM can load TF-A from a dual image. In case the masked ROM can not - We assume that the masked ROM can load TF-A from a dual image. In case the masked ROM can not
boot with an alternative location, similar functionality can be added to BL2. In that case boot with an alternative location, similar functionality can be added to BL2.
updpating BL2 will not be protected against bricking In that case updating of BL2 should be disallowed from OTA
update. In person update of BL2 may be possible and may require extra
tools or procedures but that is out of the scope of this document.
- Update process can target a single firmware component or multiple components. Updating multiple - Update process can target a single firmware component or multiple components. Updating multiple
components and multiplexing boot combinations can be very challenging. In this document we treat components and multiplexing boot combinations can be very challenging. In this document we treat
the firmware as a single entity regardless of the components it comprises. the firmware as a single entity regardless of the components it comprises.
......
...@@ -52,7 +52,7 @@ explicitly accept the image by installing an acceptance capsule as described in ...@@ -52,7 +52,7 @@ explicitly accept the image by installing an acceptance capsule as described in
.. [#provisional] Presenting the image acceptance status in the LastAttemptedStatus field is a provisional arrangement. A more permanet solution is under discussion. .. [#provisional] Presenting the image acceptance status in the LastAttemptedStatus field is a provisional arrangement. A more permanet solution is under discussion.
A UEFI implementation can opt to implicitly accept any FW image. It is A UEFI implementation can opt to implicitly accept any FW image. It is
advisable that the FW image acceptance is treated as an OS responsibility. strongly recommended that the FW image acceptance is treated as an OS responsibility.
OS requested FW revert OS requested FW revert
---------------------- ----------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment