]> git.baikalelectronics.ru Git - uboot.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)
commit86ff57eb69375ad23402c20632268ac07ab2725d
tree7f9b9fd1ea891ab80fee97683738dbcb7be35c65
parentc9f405859706362db5b9247435973a45fe21f300
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