summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_boottime.c
AgeCommit message (Expand)Author
2025-05-25efi_loader: Separate device path into its own headerSimon Glass
2025-04-25efi_loader: print image load address in StartImageHeinrich Schuchardt
2025-04-08Merge branch 'next'Tom Rini
2025-04-06efi_loader: stop network in EXIT_BOOT_SERVICESHeinrich Schuchardt
2025-03-10Merge tag 'u-boot-dfu-next-20250310' of https://source.denx.de/u-boot/custodi...Tom Rini
2025-03-10usb: gadget: Remove final remnants of CONFIG_USB_DEVICETom Rini
2025-03-10efi_loader: Clean up usage of structure jmp_buf_dataYao Zi
2025-03-10common: clean up setjmp.hHeinrich Schuchardt
2025-03-10efi_loader: expose symbols to be used by the EFI network stackAdriano Cordova
2025-01-26efi_loader: use LOGC_EFI consistentlyHeinrich Schuchardt
2025-01-26efi_loader: correct logging StartImage()Heinrich Schuchardt
2025-01-05efi_loader: Expose efi_reinstall_protocol_interface in efi_loader.hAdriano Cordova
2025-01-05efi_loader: avoid writing message in Exit() boot serviceHeinrich Schuchardt
2024-11-24dm: Add dm_remove_devices_active() for ordered device removalJanne Grunau
2024-08-11efi_loader: use list_count_nodes() in efi_protocols_per_handle()Heinrich Schuchardt
2024-06-10efi_loader: export efi_load_image_from_pathHeinrich Schuchardt
2024-06-10efi_loader: allow concatenation with contained end nodeHeinrich Schuchardt
2024-01-13efi_loader: Clean up efi_dp_append and efi_dp_concatIlias Apalodimas
2023-12-21efi_loader: Remove <common.h>Tom Rini
2023-12-18Merge tag 'v2024.01-rc5' into nextTom Rini
2023-12-05efi_loader: Make DisconnectController follow the EFI specIlias Apalodimas
2023-11-18efi_loader: add return to efibootmgr event groupMasahisa Kojima
2023-11-18efi_loader: add missing const classifier for event serviceMasahisa Kojima
2023-08-27efi_loader: delete handle from events when a protocol is uninstalledIlias Apalodimas
2023-07-28efi_loader: make efi_delete_handle() follow the EFI specIlias Apalodimas
2023-07-20efi_loader: make efi_remove_protocol() staticIlias Apalodimas
2023-07-20efi_loader: simplify efi_uninstall_protocol()Heinrich Schuchardt
2023-07-15efi_loader: fix the return codes of UninstallProtocolIlias Apalodimas
2023-07-15efi_loader: check the status of disconnected driversIlias Apalodimas
2023-07-15efi_loader: reconnect drivers on failureIlias Apalodimas
2023-04-08efi: loader: Make efi_event_queue and efi_register_notify_events staticBin Meng
2023-02-10efi_loader: static functions in efi_boottime.cHeinrich Schuchardt
2023-01-27efi_loader: don't use HandleProtocolHeinrich Schuchardt
2023-01-04efi_loader: populate console handles in system tableHeinrich Schuchardt
2022-11-16efi_loader: initialize return values in efi_uninstall_multiple_protocol_inter...Ilias Apalodimas
2022-10-10efi_loader: internal CloseProtocolHeinrich Schuchardt
2022-10-06efi_loader: define internal implementations of install/uninstallmultipleIlias Apalodimas
2022-09-19Merge branch 'master' into nextTom Rini
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese
2022-09-14eficonfig: menu-driven addition of UEFI boot optionMasahisa Kojima
2022-09-09lib: efi_loader: don't delete invalid handlesEtienne Carriere
2022-05-03efi_loader: export efi_locate_device_handle()AKASHI Takahiro
2022-03-20efi_loader: support booting via short-form device-pathHeinrich Schuchardt
2022-03-20efi_loader: efi_dp_find_obj() add protocol checkHeinrich Schuchardt
2022-03-12efi_loader: copy GUID in InstallProtocolInterface()Heinrich Schuchardt
2022-02-05efi_loader: use %zu not %zd to print efi_uintn_tHeinrich Schuchardt
2022-02-03efi: Use 16-bit unicode stringsSimon Glass
2022-01-19efi_loader: use %pUs for printing GUIDsHeinrich Schuchardt
2021-12-09efi_loader: correctly handle no tpm device errorMasahisa Kojima
2021-11-26efi: Call bootm_disable_interrupts earlier in efi_exit_boot_servicesTom Rini