index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
master
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
toradex_u-boot-2024.07_smarc-imx8mp-bringup
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
efi_loader
/
efi_bootmgr.c
Age
Commit message (
Expand
)
Author
2024-01-21
efi_loader: auto-generate removable media boot option first
Masahisa Kojima
2024-01-21
efi_loader: auto-generate boot option for each blkio device
Masahisa Kojima
2024-01-21
efi_loader: rename check_disk_has_default_file function
Masahisa Kojima
2024-01-17
efi_loader: split unrelated code from efi_bootmgr.c
AKASHI Takahiro
2024-01-13
efi_loader: Clean up efi_dp_append and efi_dp_concat
Ilias Apalodimas
2023-12-21
efi_loader: Remove <common.h>
Tom Rini
2023-12-18
Merge tag 'v2024.01-rc5' into next
Tom Rini
2023-12-17
cmd: bootefi: move library interfaces under lib/efi_loader
AKASHI Takahiro
2023-11-18
efi_loader: support boot from URI device path
Masahisa Kojima
2023-07-15
Load option with short device path for boot vars
Raymond Mao
2023-07-15
Fix incorrect return code of boot option update
Raymond Mao
2023-07-15
Move bootorder and bootoption apis to lib
Raymond Mao
2023-05-13
efi_loader: fix efi_dp_from_file()
Heinrich Schuchardt
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