- 3b1e60b efi: Move default filename to a function by Simon Glass · 2 weeks ago
- 55c0571 efi_loader: Mark efi_bootmgr_release_uridp as static by Ilias Apalodimas · 4 weeks ago
- 868937f efi_loader: return the correct error in efi_bootmgr_release_uridp() by Ilias Apalodimas · 3 months ago
- fe14afc efi_loader: rename efi_bootmgr_image_return_notify by Ilias Apalodimas · 3 months ago
- 32833cf efi_loader: shorten efi_bootmgr_release_uridp_resource() by Ilias Apalodimas · 3 months ago
- 8257f16 efi_loader: find distro device-path for media devices by Heinrich Schuchardt · 4 months ago
- d9b2363 efi_loader: load distro dtb in bootmgr by Heinrich Schuchardt · 7 months ago
- dfeb042 efi_loader: load device-tree specified in boot option by Heinrich Schuchardt · 7 months ago
- f8de009 efi_loader: allow concatenation with contained end node by Heinrich Schuchardt · 6 months ago
- 00df4ad efi_loader: do not install dtb if bootmgr fails by Heinrich Schuchardt · 7 months ago
- d41005b efi_loader: improve error handling in try_load_entry() by Heinrich Schuchardt · 7 months ago
- e0d1424 efi_loader: auto-generate removable media boot option first by Masahisa Kojima · 11 months ago
- 19410bb efi_loader: auto-generate boot option for each blkio device by Masahisa Kojima · 11 months ago
- 54ce3dd efi_loader: rename check_disk_has_default_file function by Masahisa Kojima · 11 months ago
- 9b08b9a efi_loader: split unrelated code from efi_bootmgr.c by AKASHI Takahiro · 10 months ago
- 5dcefa7 efi_loader: Clean up efi_dp_append and efi_dp_concat by Ilias Apalodimas · 11 months ago
- cd05b9c efi_loader: Remove <common.h> by Tom Rini · 11 months ago
- 08ccd54 Merge tag 'v2024.01-rc5' into next by Tom Rini · 11 months ago
- 7b06192 cmd: bootefi: move library interfaces under lib/efi_loader by AKASHI Takahiro · 1 year ago
- 949c441 efi_loader: support boot from URI device path by Masahisa Kojima · 1 year ago
- b5542a6 Load option with short device path for boot vars by Raymond Mao · 1 year, 5 months ago
- a35784d Fix incorrect return code of boot option update by Raymond Mao · 1 year, 5 months ago
- 70a76c5 Move bootorder and bootoption apis to lib by Raymond Mao · 1 year, 5 months ago
- ff08eac efi_loader: fix efi_dp_from_file() by Heinrich Schuchardt · 1 year, 7 months ago
- 767a9e6 bootmenu: add removable media entries by Masahisa Kojima · 2 years, 2 months ago
- c5ff0a0 eficonfig: menu-driven addition of UEFI boot option by Masahisa Kojima · 2 years, 2 months ago
- f57eacb efi_loader: create boot options without file path by Heinrich Schuchardt · 2 years, 6 months ago
- 0628e1c efi_loader: allow booting from short dev only DP by Heinrich Schuchardt · 2 years, 6 months ago
- dac4d09 efi_loader: bootmgr: fix a problem in loading an image from a short-path by AKASHI Takahiro · 2 years, 7 months ago
- fd972f5 efi_loader: bootmgr: add booting from removable media by AKASHI Takahiro · 2 years, 7 months ago
- c79cebe efi_loader: simplify try_load_entry() by Heinrich Schuchardt · 2 years, 7 months ago
- e07fe5c efi_loader: don't call log with __func__ as parameter by Heinrich Schuchardt · 2 years, 7 months ago
- 9097537 efi: Use 16-bit unicode strings by Simon Glass · 2 years, 10 months ago
- fc4ca6b efi_loader: Cleanup get_var duplication by Ilias Apalodimas · 3 years, 8 months ago
- b307e3d efi_loader: Replace config option for initrd loading by Ilias Apalodimas · 3 years, 8 months ago
- a8cb98f efi_loader: move load options to new module by Heinrich Schuchardt · 3 years, 10 months ago
- 7c2a859 efi_loader: avoid invalid free by Heinrich Schuchardt · 4 years ago
- 55a6112 efi_loader: validate device path length in boot manager by Heinrich Schuchardt · 4 years, 3 months ago
- a7647a7 efi_loader: set load options in boot manager by Heinrich Schuchardt · 4 years, 4 months ago
- 25c6be5 efi_loader: factor out efi_set_load_options() by Heinrich Schuchardt · 4 years, 4 months ago
- f625fed efi_loader: simplify boot manager by Heinrich Schuchardt · 4 years, 5 months ago
- 273df96 efi_loader: use log function in boot manager by Heinrich Schuchardt · 4 years, 6 months ago
- 7ca84f8 efi_loader: validate load option by Heinrich Schuchardt · 4 years, 6 months ago
- 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
- e612ba6 efi_loader: function comments efi_bootmgr.c by Heinrich Schuchardt · 5 years ago
- fd93b31 efi_loader: bootmgr: make BootNext non-volatile by AKASHI Takahiro · 5 years ago
- 15db9ce efi_loader: bootmgr: print a message when loading from BootNext failed by AKASHI Takahiro · 5 years ago
- 9df002e efi_loader: optional data in load options are binary by Heinrich Schuchardt · 6 years ago
- 14ff23b efi_loader: rework bootmgr/bootefi using load_image API by AKASHI Takahiro · 6 years ago
- e6577f9 efi_loader: bootmgr: support BootNext and BootCurrent variable behavior by AKASHI Takahiro · 6 years ago
- 516ea04 efi_loader: define load option attributes by AKASHI Takahiro · 6 years ago
- b82df7c efi_loader: fix entry count in bootmgr by Heinrich Schuchardt · 6 years ago
- 3d2257f efi_loader: error message if BootOrder not defined by Heinrich Schuchardt · 6 years ago
- e3d3a0c efi_loader: LoadImage: always allocate new pages by Heinrich Schuchardt · 6 years ago
- bd23774 efi_loader: bootmgr: add load option helper functions by AKASHI Takahiro · 6 years ago
- 5e96f42 efi_loader: fix typos by Heinrich Schuchardt · 6 years ago
- 597f8f7 efi_loader: rename utf16_strlen, utf16_strnlen by Heinrich Schuchardt · 6 years ago
- d6a6baa efi_loader: adjust definitions of variable services by Heinrich Schuchardt · 7 years ago
- 70df9d6 SPDX: Convert a few files that were missed before by Tom Rini · 7 years ago
- 253aa64 efi_loader: consistently use %pD to print device paths by Heinrich Schuchardt · 7 years ago
- c84c110 efi_loader: add bootmgr by Rob Clark · 7 years ago