Skip to content

Commit 1afb309

Browse files
yangrongweimdkinney
authored andcommitted
Update 52_write_the_uefi_driver_entry_point.md
1 parent b4914de commit 1afb309

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

5_uefi_drivers/52_write_the_uefi_driver_entry_point.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ point.
4040
| --------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
4141
| Driver Binding Protocol | Provides functions for starting and stopping the driver, as well as a function for determining if the driver can manage a particular controller. The UEFI Driver Model requires this protocol. |
4242
| Component Name Protocol | Provides functions for retrieving a human-readable name of a driver and the controllers that a driver is managing. While the UEFI Specification lists this protocol as optional, the _Developer's Interface Guide for 64-bit Intel Architecturebased Servers_ (hereafter referred to as "_DIG64 specification_" or "_DIG64_") lists this protocol as required for Itanium-based platforms. |
43-
| Driver Diagnostics Protocol | Provides functions for executing diagnostic functions on the devices that a driver is managing. While the _UEFI_ |
44-
| | _Specification_ lists this protocol as optional, _DIG64_ lists this protocol as required for Itanium-based platforms. |
43+
| Driver Diagnostics Protocol | Provides functions for executing diagnostic functions on the devices that a driver is managing. While the _UEFI Specification_ lists this protocol as optional, _DIG64_ lists this protocol as required for Itanium-based platforms. |
4544

4645
The UefiLib library class is provided to simplify the driver entry point of a
4746
UEFI driver.

0 commit comments

Comments
 (0)