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

Add rule on maximum platform boots in the Trial state.

The UEFI implementation must track the platform boots in the Trial state
and revert to the previously working bank once the maximum threshold is
crossed.
parent 260c042e
No related branches found
No related tags found
No related merge requests found
......@@ -133,3 +133,13 @@ The FW vendor signature should be placed before the FW image as is described in
The FW images should be authenticated before being written to the FW store or before being
allowed to execute on the platform.
Maximum Trial platform boots
----------------------------
The UEFI implementation must keep a count of the consecutive platform boots in
the Trial state [FWU]_. If the number of consecutive platform boot in the
Trial state exceeds a platform defined value of *max_trial_boots* then the UEFI
implementation must revert the FW to the previous working bank [FWU]_.
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