index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
master
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
toradex_u-boot-2024.07_smarc-imx8mp-bringup
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
efi_loader
/
efi_boottime.c
Age
Commit message (
Expand
)
Author
2025-01-05
efi_loader: Expose efi_reinstall_protocol_interface in efi_loader.h
Adriano Cordova
2025-01-05
efi_loader: avoid writing message in Exit() boot service
Heinrich Schuchardt
2024-11-24
dm: Add dm_remove_devices_active() for ordered device removal
Janne Grunau
2024-08-11
efi_loader: use list_count_nodes() in efi_protocols_per_handle()
Heinrich Schuchardt
2024-06-10
efi_loader: export efi_load_image_from_path
Heinrich Schuchardt
2024-06-10
efi_loader: allow concatenation with contained end node
Heinrich Schuchardt
2024-01-13
efi_loader: Clean up efi_dp_append and efi_dp_concat
Ilias Apalodimas
2023-12-21
efi_loader: Remove <common.h>
Tom Rini
2023-12-18
Merge tag 'v2024.01-rc5' into next
Tom Rini
2023-12-05
efi_loader: Make DisconnectController follow the EFI spec
Ilias Apalodimas
2023-11-18
efi_loader: add return to efibootmgr event group
Masahisa Kojima
2023-11-18
efi_loader: add missing const classifier for event service
Masahisa Kojima
2023-08-27
efi_loader: delete handle from events when a protocol is uninstalled
Ilias Apalodimas
2023-07-28
efi_loader: make efi_delete_handle() follow the EFI spec
Ilias Apalodimas
2023-07-20
efi_loader: make efi_remove_protocol() static
Ilias Apalodimas
2023-07-20
efi_loader: simplify efi_uninstall_protocol()
Heinrich Schuchardt
2023-07-15
efi_loader: fix the return codes of UninstallProtocol
Ilias Apalodimas
2023-07-15
efi_loader: check the status of disconnected drivers
Ilias Apalodimas
2023-07-15
efi_loader: reconnect drivers on failure
Ilias Apalodimas
2023-04-08
efi: loader: Make efi_event_queue and efi_register_notify_events static
Bin Meng
2023-02-10
efi_loader: static functions in efi_boottime.c
Heinrich Schuchardt
2023-01-27
efi_loader: don't use HandleProtocol
Heinrich Schuchardt
2023-01-04
efi_loader: populate console handles in system table
Heinrich Schuchardt
2022-11-16
efi_loader: initialize return values in efi_uninstall_multiple_protocol_inter...
Ilias Apalodimas
2022-10-10
efi_loader: internal CloseProtocol
Heinrich Schuchardt
2022-10-06
efi_loader: define internal implementations of install/uninstallmultiple
Ilias Apalodimas
2022-09-19
Merge branch 'master' into next
Tom Rini
2022-09-18
cyclic: Use schedule() instead of WATCHDOG_RESET()
Stefan Roese
2022-09-14
eficonfig: menu-driven addition of UEFI boot option
Masahisa Kojima
2022-09-09
lib: efi_loader: don't delete invalid handles
Etienne Carriere
2022-05-03
efi_loader: export efi_locate_device_handle()
AKASHI Takahiro
2022-03-20
efi_loader: support booting via short-form device-path
Heinrich Schuchardt
2022-03-20
efi_loader: efi_dp_find_obj() add protocol check
Heinrich Schuchardt
2022-03-12
efi_loader: copy GUID in InstallProtocolInterface()
Heinrich Schuchardt
2022-02-05
efi_loader: use %zu not %zd to print efi_uintn_t
Heinrich Schuchardt
2022-02-03
efi: Use 16-bit unicode strings
Simon Glass
2022-01-19
efi_loader: use %pUs for printing GUIDs
Heinrich Schuchardt
2021-12-09
efi_loader: correctly handle no tpm device error
Masahisa Kojima
2021-11-26
efi: Call bootm_disable_interrupts earlier in efi_exit_boot_services
Tom Rini
2021-11-20
efi_loader: EFI_EVENT_GROUP_BEFORE_EXIT_BOOT_SERVICES
Heinrich Schuchardt
2021-10-26
efi_loader: add UEFI GPT measurement
Masahisa Kojima
2021-10-26
efi_loader: add SMBIOS table measurement
Masahisa Kojima
2021-10-25
efi_loader: add missing const qualifier
Masahisa Kojima
2021-08-14
efi_loader: add ExitBootServices() measurement
Masahisa Kojima
2021-08-14
efi_loader: add boot variable measurement
Masahisa Kojima
2021-07-24
efi_loader: remove asm/setjmp.h from efi_api.h
AKASHI Takahiro
2021-06-28
efi_loader: TPL_HIGH_LEVEL not allowed for CreateEvent
Heinrich Schuchardt
2021-03-25
efi_loader: Clean up file size calculations
Ilias Apalodimas
2021-03-25
efi: Add ESRT to the EFI system table
Jose Marinho
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
[next]