index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
eficonfig.c
Age
Commit message (
Expand
)
Author
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-02-10
Merge tag 'efi-2023-04-rc2' of https://source.denx.de/u-boot/custodians/u-boo...
Tom Rini
2023-02-10
Correct SPL use of EFI_SECURE_BOOT
Simon Glass
2023-02-10
Correct SPL use of EFI_MM_COMM_TEE
Simon Glass
2023-02-10
eficonfig: CTRL+S to save the boot order
Masahisa Kojima
2023-02-10
menu: remove CTRL+C to quit
Masahisa Kojima
2023-01-27
eficonfig: add vertical scroll support
Masahisa Kojima
2023-01-27
eficonfig: refactor change boot order implementation
Masahisa Kojima
2023-01-27
eficonfig: refactor eficonfig_process_common function
Masahisa Kojima
2023-01-16
menu: Make use of CLI character processing
Simon Glass
2023-01-16
menu: Update bootmenu_loop() to return the code
Simon Glass
2023-01-16
menu: Rename KEY_... to BKEY_...
Simon Glass
2022-12-20
eficonfig: avoid SetVariable between GetNextVariableName calls
Masahisa Kojima
2022-12-20
eficonfig: carve out efi_get_next_variable_name_int calls
Masahisa Kojima
2022-12-02
eficonfig: use efi_get_next_variable_name_int()
Masahisa Kojima
2022-12-02
eficonfig: use u16_strsize() to get u16 string buffer size
Masahisa Kojima
2022-12-02
eficonfig: fix going one directory up issue
Masahisa Kojima
2022-11-22
eficonfig: add UEFI Secure Boot Key enrollment interface
Masahisa Kojima
2022-11-22
eficonfig: use protocol interface for file selection
Masahisa Kojima
2022-11-22
eficonfig: expose eficonfig_create_device_path()
Masahisa Kojima
2022-11-22
eficonfig: refactor change boot order implementation
Masahisa Kojima
2022-11-22
eficonfig: expose append entry function
Masahisa Kojima
2022-11-22
eficonfig: refactor file selection handling
Masahisa Kojima
2022-11-16
eficonfig: fix missing variable initialization
Masahisa Kojima
2022-11-16
cmd: remove superfluous if in eficonfig_edit_boot_option
Heinrich Schuchardt
2022-09-14
eficonfig: add "Change Boot Order" menu entry
Masahisa Kojima
2022-09-14
eficonfig: scan media device in eficonfig startup
Masahisa Kojima
2022-09-14
bootmenu: add removable media entries
Masahisa Kojima
2022-09-14
eficonfig: add "Delete Boot Option" menu entry
Masahisa Kojima
2022-09-14
eficonfig: add "Edit Boot Option" menu entry
Masahisa Kojima
2022-09-14
eficonfig: menu-driven addition of UEFI boot option
Masahisa Kojima