summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_bootmgr.c
AgeCommit message (Expand)Author
2025-07-07Merge branch 'next'Tom Rini
2025-06-28efi_loader: initialize 'total' variableIlias Apalodimas
2025-05-29Merge patch series "Remove <env.h> from <net.h>"Tom Rini
2025-05-29global: Avoid indirect inclusion of <env.h> from <net.h>Tom Rini
2025-05-25efi_loader: Run dhcp if an http boot option is selectedIlias Apalodimas
2025-05-25efi: Rename END to EFI_DP_ENDSimon Glass
2025-05-25efi_loader: Separate device path into its own headerSimon Glass
2025-04-11efi_loader: Print extra information from the bootmgrIlias Apalodimas
2025-04-11efi_loader: efi_load_initrd: provide a memory mapped initrdAdriano Cordova
2025-03-26efi_loader: remove memory occupied by a ramdisk from EFI memory mapIlias Apalodimas
2024-12-04net: wget: let wget_with_dns work with dns disabledAdriano Cordova
2024-11-09efi: Move default filename to a functionSimon Glass
2024-10-30efi_loader: Mark efi_bootmgr_release_uridp as staticIlias Apalodimas
2024-09-12efi_loader: return the correct error in efi_bootmgr_release_uridp()Ilias Apalodimas
2024-09-12efi_loader: rename efi_bootmgr_image_return_notifyIlias Apalodimas
2024-09-12efi_loader: shorten efi_bootmgr_release_uridp_resource()Ilias Apalodimas
2024-07-19efi_loader: find distro device-path for media devicesHeinrich Schuchardt
2024-06-10efi_loader: load distro dtb in bootmgrHeinrich Schuchardt
2024-06-10efi_loader: load device-tree specified in boot optionHeinrich Schuchardt
2024-06-10efi_loader: allow concatenation with contained end nodeHeinrich Schuchardt
2024-05-01efi_loader: do not install dtb if bootmgr failsHeinrich Schuchardt
2024-05-01efi_loader: improve error handling in try_load_entry()Heinrich Schuchardt
2024-01-21efi_loader: auto-generate removable media boot option firstMasahisa Kojima
2024-01-21efi_loader: auto-generate boot option for each blkio deviceMasahisa Kojima
2024-01-21efi_loader: rename check_disk_has_default_file functionMasahisa Kojima
2024-01-17efi_loader: split unrelated code from efi_bootmgr.cAKASHI Takahiro
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-17cmd: bootefi: move library interfaces under lib/efi_loaderAKASHI Takahiro
2023-11-18efi_loader: support boot from URI device pathMasahisa Kojima
2023-07-15Load option with short device path for boot varsRaymond Mao
2023-07-15Fix incorrect return code of boot option updateRaymond Mao
2023-07-15Move bootorder and bootoption apis to libRaymond Mao
2023-05-13efi_loader: fix efi_dp_from_file()Heinrich Schuchardt
2022-09-14bootmenu: add removable media entriesMasahisa Kojima
2022-09-14eficonfig: menu-driven addition of UEFI boot optionMasahisa Kojima
2022-06-12efi_loader: create boot options without file pathHeinrich Schuchardt
2022-06-12efi_loader: allow booting from short dev only DPHeinrich Schuchardt
2022-05-28efi_loader: bootmgr: fix a problem in loading an image from a short-pathAKASHI Takahiro
2022-05-03efi_loader: bootmgr: add booting from removable mediaAKASHI Takahiro
2022-04-29efi_loader: simplify try_load_entry()Heinrich Schuchardt
2022-04-29efi_loader: don't call log with __func__ as parameterHeinrich Schuchardt
2022-02-03efi: Use 16-bit unicode stringsSimon Glass
2021-04-10efi_loader: Cleanup get_var duplicationIlias Apalodimas
2021-03-25efi_loader: Replace config option for initrd loadingIlias Apalodimas
2021-01-19efi_loader: move load options to new moduleHeinrich Schuchardt
2020-12-29efi_loader: avoid invalid freeHeinrich Schuchardt
2020-08-24efi_loader: validate device path length in boot managerHeinrich Schuchardt
2020-08-08efi_loader: set load options in boot managerHeinrich Schuchardt