diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-19 11:30:29 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-06-19 11:30:29 -0400 |
commit | 700cff2328333ad81ef7e0e303edb336224614b4 (patch) | |
tree | be48c4913994853278537ab895d4cfc42a4bf231 /include/efi_loader.h | |
parent | aad77c215cdcbb11ee39db3039374be638cfcddb (diff) | |
parent | 68edbed454b863dbcd197e19e1ab26a0a05c7d85 (diff) |
Merge tag 'efi-2022-07-rc5-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2020-07-rc5-2
Documentation:
* man-pages for booti and printenv
UEFI
* correct return value for printenv -e command
* initialize console size late
Diffstat (limited to 'include/efi_loader.h')
-rw-r--r-- | include/efi_loader.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/efi_loader.h b/include/efi_loader.h index f6651e2c604..c1e00ebac39 100644 --- a/include/efi_loader.h +++ b/include/efi_loader.h @@ -499,6 +499,8 @@ extern struct list_head efi_register_notify_events; int efi_init_early(void); /* Initialize efi execution environment */ efi_status_t efi_init_obj_list(void); +/* Set up console modes */ +void efi_setup_console_size(void); /* Install device tree */ efi_status_t efi_install_fdt(void *fdt); /* Run loaded UEFI image */ |