diff options
| author | Tom Rini <[email protected]> | 2024-01-21 09:11:33 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-01-21 09:11:33 -0500 |
| commit | 22aeab2d969b0d745104311cd0f968be85c38eb5 (patch) | |
| tree | 28b304123b9836b17e7e3d22fe0f921d8dcb5963 /doc/develop | |
| parent | 3c04fcf3137d5f694d52b8f355373e4baabe5f78 (diff) | |
| parent | 2c98f7435cc5edb2a0b96e9f398c0b7f084e83cd (diff) | |
Merge tag 'efi-2024-04-rc1-3' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request efi-2024-04-rc1-3
Documentation:
* correct documentation of part_get_bootable()
* remove duplicate word "has" in UEFI documentation
UEFI:
* rename check_disk_has_default_file function
* auto-generate boot option for each blkio device
* auto-generate removable media boot option first
* avoid pointer access after calling efi_delete_handle
* create common function to free struct efi_disk_obj
* return immediately in UCLASS_EFI_LOADER removal
Diffstat (limited to 'doc/develop')
| -rw-r--r-- | doc/develop/uefi/uefi.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/uefi/uefi.rst b/doc/develop/uefi/uefi.rst index 6bc9d92285b..c739242b6a8 100644 --- a/doc/develop/uefi/uefi.rst +++ b/doc/develop/uefi/uefi.rst @@ -830,7 +830,7 @@ driver on a device the ConnectController service is called. In this context controller refers to the device for which the driver is installed. The relevant drivers are identified using the EFI_DRIVER_BINDING_PROTOCOL. This -protocol has has three functions: +protocol has three functions: * supported - determines if the driver is compatible with the device * start - installs the driver by opening the relevant protocol with |
