diff options
author | Tom Rini <trini@konsulko.com> | 2022-02-05 16:16:38 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-02-05 16:16:38 -0500 |
commit | b5c5b9a0bee56030f9f05ece52334b5207b72673 (patch) | |
tree | 7d4f13a4800ffdf132344be5ee10510fac33766d /include/efi_loader.h | |
parent | 3aaabfe9ff4bbcd11096513b1b28d1fb0a40800f (diff) | |
parent | 6bbe12f61c4f7208b428cc038170dc286c872a91 (diff) |
Merge tag 'efi-2022-04-rc2-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2022-04-rc2-2
UEFI
* add unit test for RISCV_EFI_BOOT_PROTOCOL
* disable UEFI for Colibri VF610
* add handle for UART
* fix printing of Unicode strings
* simplify enumeration of block devices
Diffstat (limited to 'include/efi_loader.h')
-rw-r--r-- | include/efi_loader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/efi_loader.h b/include/efi_loader.h index f4ae84dc89..e390d323a9 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, |