commit | 175b0a90278a3bb157d2e4150c3cd5f9b4029db5 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Oct 08 09:11:54 2022 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Jan 13 09:09:07 2023 +0100 |
tree | 7f9b9fd1ea891ab80fee97683738dbcb7be35c65 | |
parent | 9160c7e73cb147e40c304697441a9b2df598f504 [diff] |
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>