]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: provide agent_handle to efi_disk_add_dev()
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 8 Oct 2022 07:11:54 +0000 (09:11 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 13 Jan 2023 08:09:07 +0000 (09:09 +0100)
commit8e4ec3e947d47b1af04b3b913cdf55882c0e728e
tree7f9b9fd1ea891ab80fee97683738dbcb7be35c65
parent4d4ec2581065c2437f90661530e30f907bd6b62f
efi_loader: provide agent_handle to efi_disk_add_dev()

In efi_disk_add_dev() we have to open protocols with BY_DRIVER and
BY_CHILD_CONTROLLER. Provide the handle of the EFI block driver. The actual
usage of the value will follow in a later patch.

Change function descriptions to Sphinx style.

Remove a TODO: tag.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/efi_loader/efi_disk.c