index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
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
/
cmd
/
eficonfig.c
Age
Commit message (
Expand
)
Author
2025-10-26
efi_loader: efi_console: support editable input fields
Casey Connolly
2025-07-03
cmd: eficonfig: add support for URI device path based boot options
Sughosh Ganu
2025-05-25
efi: Rename END to EFI_DP_END
Simon Glass
2025-05-25
efi_loader: Separate device path into its own header
Simon Glass
2025-04-19
cmd: simplify eficonfig_init()
Heinrich Schuchardt
2024-11-04
menu: add support to check if menu needs to be reprinted
Weijie Gao
2024-10-30
cmd/eficonfig: capitalize 'enter description'
Heinrich Schuchardt
2024-06-10
efi_loader: rename struct efi_initrd_dp to efi_lo_dp_prefix
Heinrich Schuchardt
2024-06-10
cmd: eficonfig: add support for setting fdt
Heinrich Schuchardt
2024-06-10
efi_loader: allow concatenation with contained end node
Heinrich Schuchardt
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-06
cmd: Remove <common.h> and add needed includes
Tom Rini
2024-04-20
cmd: eficonfig: check initrd path allocation
Heinrich Schuchardt
2024-01-13
efi_loader: Clean up efi_dp_append and efi_dp_concat
Ilias Apalodimas
2023-11-20
cmd: eficonfig: create shortened boot options
Heinrich Schuchardt
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