index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
efi_loader
/
efi_bootmgr.c
Age
Commit message (
Expand
)
Author
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