summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_bootmgr.c
AgeCommit message (Expand)Author
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
2020-08-08efi_loader: factor out efi_set_load_options()Heinrich Schuchardt
2020-07-11efi_loader: simplify boot managerHeinrich Schuchardt
2020-07-03efi_loader: use log function in boot managerHeinrich Schuchardt
2020-06-03efi_loader: validate load optionHeinrich Schuchardt
2020-05-18common: Drop log.h from common headerSimon Glass
2019-07-16efi_loader: function comments efi_bootmgr.cHeinrich Schuchardt
2019-06-04efi_loader: bootmgr: make BootNext non-volatileAKASHI Takahiro
2019-06-04efi_loader: bootmgr: print a message when loading from BootNext failedAKASHI Takahiro
2019-05-02efi_loader: optional data in load options are binaryHeinrich Schuchardt
2019-04-23efi_loader: rework bootmgr/bootefi using load_image APIAKASHI Takahiro
2019-04-07efi_loader: bootmgr: support BootNext and BootCurrent variable behaviorAKASHI Takahiro
2019-02-25efi_loader: define load option attributesAKASHI Takahiro
2019-02-25efi_loader: fix entry count in bootmgrHeinrich Schuchardt