Skip to content

Commit

Permalink
chapter2: ConnectController must be implemented
Browse files Browse the repository at this point in the history
Make it clearer that even though ConnectController() is not required to
support all protocols, it must be implemented.

Fixes: #114
Signed-off-by: Vincent Stehlé <[email protected]>
  • Loading branch information
vstehle committed Mar 12, 2024
1 parent 8794c04 commit c3e0844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/chapter2-uefi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ interface specific UEFI protocols, and so they have been made optional.
resource with the type 'HII'. HII resource images are not needed to run
the UEFI shell or the SCT.
* - `ConnectController()`
- The `ConnectController()` boot service is not required to support the
`EFI_PLATFORM_DRIVER_OVERRIDE_PROTOCOL`,
- The `ConnectController()` boot service must be implemented but it is not
required to support the `EFI_PLATFORM_DRIVER_OVERRIDE_PROTOCOL`,
`EFI_DRIVER_FAMILY_OVERRIDE_PROTOCOL`, and
`EFI_BUS_SPECIFIC_DRIVER_OVERRIDE_PROTOCOL`.
These override protocols are
Expand Down

0 comments on commit c3e0844

Please sign in to comment.