Skip to content

Commit c3e0844

Browse files
committed
chapter2: ConnectController must be implemented
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]>
1 parent 8794c04 commit c3e0844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/chapter2-uefi.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ interface specific UEFI protocols, and so they have been made optional.
124124
resource with the type 'HII'. HII resource images are not needed to run
125125
the UEFI shell or the SCT.
126126
* - `ConnectController()`
127-
- The `ConnectController()` boot service is not required to support the
128-
`EFI_PLATFORM_DRIVER_OVERRIDE_PROTOCOL`,
127+
- The `ConnectController()` boot service must be implemented but it is not
128+
required to support the `EFI_PLATFORM_DRIVER_OVERRIDE_PROTOCOL`,
129129
`EFI_DRIVER_FAMILY_OVERRIDE_PROTOCOL`, and
130130
`EFI_BUS_SPECIFIC_DRIVER_OVERRIDE_PROTOCOL`.
131131
These override protocols are

0 commit comments

Comments
 (0)