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-18
cmd: part: Add partition-related type command
Enric Balletbo i Serra
2023-01-18
event: Correct dependencies on the EVENT framework
Tom Rini
2023-01-18
cmd: event: Remove additional event description
Michal Simek
2023-01-16
bootstd: Support creating a boot menu
Simon Glass
2023-01-16
bootstd: Allow reading a logo for the OS
Simon Glass
2023-01-16
bootstd: Read the Operating System name for distro/scripts
Simon Glass
2023-01-16
video: Add font functions to the vidconsole API
Simon Glass
2023-01-16
image: Move common image code to image_board and command
Simon Glass
2023-01-16
image: Add a function to find a script in an image
Simon Glass
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: Update bootmenu_autoboot_loop() to return the code
Simon Glass
2023-01-16
menu: Rename KEY_... to BKEY_...
Simon Glass
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
[next]