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
Age
Commit message (
Expand
)
Author
2023-01-12
cmd: spi: Judge the number of added parameters
chenzhipeng
2023-01-11
cmd: exit: Fix return value propagation out of environment scripts
Marek Vasut
2023-01-11
fastboot: remove #ifdef CONFIG when it is possible
Patrick Delaunay
2023-01-11
cmd: change the return value when argc error
Shenlin Liang
2023-01-11
cmd: mtdparts: add SYS_MTDPARTS_RUNTIME dependency on CONFIG_MTDIDS/MTDPARTS_...
Patrick Delaunay
2023-01-09
Merge branch 'next'
Tom Rini
2023-01-06
efi_loader: carve out efi_get_memory_map_alloc()
Heinrich Schuchardt
2023-01-04
cmd: avoid endless loop in sound play command
Heinrich Schuchardt
2022-12-31
cmd: source: Support specifying config name
Sean Anderson
2022-12-31
cmd: source: Clean up a few lines
Sean Anderson
2022-12-29
cmd: net: wget: fix Kconfig dependency
Michael Walle
2022-12-23
global: Migrate CONFIG_SYS_I2C_DIRECT_BUS to CFG
Tom Rini
2022-12-23
global: Migrate CONFIG_RAMDISK_ADDR to CFG
Tom Rini
2022-12-23
global: Migrate CONFIG_POSTBOOTMENU to CFG
Tom Rini
2022-12-22
Convert CONFIG_THOR_RESET_OFF to Kconfig
Tom Rini
2022-12-22
i2c: Remove CONFIG_I2C_MULTI_BUS
Tom Rini
2022-12-21
Merge tag 'v2023.01-rc4' into next
Tom Rini
2022-12-20
eficonfig: EFI_VARIABLE_APPEND_WRITE is not set for null key
Masahisa Kojima
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-20
cmd: allow sound command to play multiple sounds
Heinrich Schuchardt
2022-12-12
configs: remove support of MTDIDS_DEFAULT/MTDPARTS_DEFAULT
Patrick Delaunay
2022-12-10
cmd: mtd: check if a block has to be skipped or erased
Dario Binacchi
2022-12-10
cmd: nand: Extend nand info to print ecc information
Michael Trimarchi
2022-12-07
net: Remove eth_legacy.c
Tom Rini
2022-12-06
Merge tag 'sound-2023-01-rc4' of https://source.denx.de/u-boot/custodians/u-b...
Tom Rini
2022-12-05
global: Move remaining CONFIG_SYS_* to CFG_SYS_*
Tom Rini
2022-12-05
global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*
Tom Rini
2022-12-05
global: Move remaining CONFIG_SYS_NUM_* to CFG_SYS_NUM_*
Tom Rini
2022-12-05
net: ping6: Add ping6 command
Viacheslav Mitrofanov
2022-12-05
net: tftp: Add IPv6 support for tftpboot
Viacheslav Mitrofanov
2022-12-05
cmd: fix long text for sound command
Heinrich Schuchardt
2022-12-02
eficonfig: use efi_get_next_variable_name_int()
Masahisa Kojima
2022-12-02
efi_loader: utility function to check the variable name is "Boot####"
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-12-02
efi_loader: don't use EFI_LOADER_DATA internally
Heinrich Schuchardt
2022-11-28
net: Add wget application
Ying-Chun Liu (PaulLiu)
2022-11-24
cmd: fix dependency for CMD_CLS
John Keeping
2022-11-23
cmd: ubifs: Do not show usage when command fails
Pali Rohár
2022-11-22
cmd: fdt: Fix iteration over elements above index 1 in fdt get
Marek Vasut
2022-11-22
eficonfig: add "Show Signature Database" menu entry
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
[next]