Skip to content

Commit

Permalink
uefi: Clarify the variables (ARC #202)
Browse files Browse the repository at this point in the history
The variables under UEFI requirements mean UEFI variables only. Mention
this explicitly so that it is clear.

Fixes: #202
Signed-off-by: Sunil V L <[email protected]>
  • Loading branch information
vlsunil authored and avpatel committed Oct 24, 2024
1 parent f720d37 commit 5bc4dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uefi.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ See additional <<uefi-rt, requirements for UEFI runtime services>>.
| `URT_030` a| The UEFI `ResetSystem()` runtime service MUST be implemented.
2+| _The OS MUST call the `ResetSystem()` runtime service call to reset or shutdown the system, preferring this to SBI, ACPI or other system-specific mechanisms. This allows for systems to perform any required system tasks on the way out (e.g. servicing `UpdateCapsule()` or persisting non-volatile variables in some systems)._
| `URT_040` | Non-volatile UEFI variables MUST persist across calls to the `ResetSystem()` runtime service call.
| `URT_050` | UEFI runtime services MUST be able to update the variables directly without the aid of an OS.
| `URT_050` | UEFI runtime services MUST be able to update the UEFI variables directly without the aid of an OS.
| `URT_060` a| The following requirements MUST be met for systems with UEFI secure boot:

* MUST support a minimum of 128 KiB of non-volatile storage for UEFI variables.
Expand Down

0 comments on commit 5bc4dfd

Please sign in to comment.