aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-02-04 20:47:09 +0100
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-02-05 20:20:01 +0100
commit3c95b323c7527dd2b312b061a82a4b65bb3feff2 (patch)
treeacfda7ec00acb5a6c557136032ae21b95b012951 /include
parent915623c0d3f504dce8a2310c1ddf5dcc638e5d93 (diff)
downloadu-boot-3c95b323c7527dd2b312b061a82a4b65bb3feff2.zip
u-boot-3c95b323c7527dd2b312b061a82a4b65bb3feff2.tar.gz
u-boot-3c95b323c7527dd2b312b061a82a4b65bb3feff2.tar.bz2
efi_loader: add handle for UART
When loading an EFI binary via the UART we assign a UART device path to it. But we lack a handle with that device path. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'include')
-rw-r--r--include/efi_loader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/efi_loader.h b/include/efi_loader.h
index f4ae84d..e390d32 100644
--- a/include/efi_loader.h
+++ b/include/efi_loader.h
@@ -769,6 +769,7 @@ const struct efi_device_path *efi_dp_last_node(
efi_status_t efi_dp_split_file_path(struct efi_device_path *full_path,
struct efi_device_path **device_path,
struct efi_device_path **file_path);
+struct efi_device_path *efi_dp_from_uart(void);
efi_status_t efi_dp_from_name(const char *dev, const char *devnr,
const char *path,
struct efi_device_path **device,