Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/chapter2-uefi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ All of the following UEFI elements are required for EBBR compliance.
- All functions defined as runtime services must exist.
Methods for unsupported or unimplemented behaviour must return
an appropriate error code.
If any runtime service is unimplemented, it must be indicated
via the `EFI_RT_PROPERTIES_TABLE`.
If any runtime service is not supported after `ExitBootServices()`, this
must be indicated via the `EFI_RT_PROPERTIES_TABLE`.
* - `EFI_LOADED_IMAGE_PROTOCOL`
- Must be installed for each loaded image.
* - `EFI_LOADED_IMAGE_DEVICE_PATH_PROTOCOL`
Expand Down