index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/test/py/pytest-9.0.3
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
efi_loader
/
efi_bootmgr.c
Age
Commit message (
Expand
)
Author
2022-09-14
bootmenu: add removable media entries
Masahisa Kojima
2022-09-14
eficonfig: menu-driven addition of UEFI boot option
Masahisa Kojima
2022-06-12
efi_loader: create boot options without file path
Heinrich Schuchardt
2022-06-12
efi_loader: allow booting from short dev only DP
Heinrich Schuchardt
2022-05-28
efi_loader: bootmgr: fix a problem in loading an image from a short-path
AKASHI Takahiro
2022-05-03
efi_loader: bootmgr: add booting from removable media
AKASHI Takahiro
2022-04-29
efi_loader: simplify try_load_entry()
Heinrich Schuchardt
2022-04-29
efi_loader: don't call log with __func__ as parameter
Heinrich Schuchardt
2022-02-03
efi: Use 16-bit unicode strings
Simon Glass
2021-04-10
efi_loader: Cleanup get_var duplication
Ilias Apalodimas
2021-03-25
efi_loader: Replace config option for initrd loading
Ilias Apalodimas
2021-01-19
efi_loader: move load options to new module
Heinrich Schuchardt
2020-12-29
efi_loader: avoid invalid free
Heinrich Schuchardt
2020-08-24
efi_loader: validate device path length in boot manager
Heinrich Schuchardt
2020-08-08
efi_loader: set load options in boot manager
Heinrich Schuchardt
2020-08-08
efi_loader: factor out efi_set_load_options()
Heinrich Schuchardt
2020-07-11
efi_loader: simplify boot manager
Heinrich Schuchardt
2020-07-03
efi_loader: use log function in boot manager
Heinrich Schuchardt
2020-06-03
efi_loader: validate load option
Heinrich Schuchardt
2020-05-18
common: Drop log.h from common header
Simon Glass
2019-07-16
efi_loader: function comments efi_bootmgr.c
Heinrich Schuchardt
2019-06-04
efi_loader: bootmgr: make BootNext non-volatile
AKASHI Takahiro
2019-06-04
efi_loader: bootmgr: print a message when loading from BootNext failed
AKASHI Takahiro
2019-05-02
efi_loader: optional data in load options are binary
Heinrich Schuchardt
2019-04-23
efi_loader: rework bootmgr/bootefi using load_image API
AKASHI Takahiro
2019-04-07
efi_loader: bootmgr: support BootNext and BootCurrent variable behavior
AKASHI Takahiro
2019-02-25
efi_loader: define load option attributes
AKASHI Takahiro
2019-02-25
efi_loader: fix entry count in bootmgr
Heinrich Schuchardt
2019-02-25
efi_loader: error message if BootOrder not defined
Heinrich Schuchardt
2019-02-16
efi_loader: LoadImage: always allocate new pages
Heinrich Schuchardt
2018-12-03
efi_loader: bootmgr: add load option helper functions
AKASHI Takahiro
2018-12-02
efi_loader: fix typos
Heinrich Schuchardt
2018-09-23
efi_loader: rename utf16_strlen, utf16_strnlen
Heinrich Schuchardt
2018-06-03
efi_loader: adjust definitions of variable services
Heinrich Schuchardt
2018-05-10
SPDX: Convert a few files that were missed before
Tom Rini
2018-01-28
efi_loader: consistently use %pD to print device paths
Heinrich Schuchardt
2017-09-20
efi_loader: add bootmgr
Rob Clark