summaryrefslogtreecommitdiff
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* bootstd: Support creating a boot menuSimon Glass2023-01-161-2/+35
* bootstd: Allow reading a logo for the OSSimon Glass2023-01-161-0/+6
* bootstd: Read the Operating System name for distro/scriptsSimon Glass2023-01-161-0/+1
* video: Add font functions to the vidconsole APISimon Glass2023-01-161-2/+9
* image: Move common image code to image_board and commandSimon Glass2023-01-161-180/+1
* image: Add a function to find a script in an imageSimon Glass2023-01-161-101/+116
* menu: Make use of CLI character processingSimon Glass2023-01-162-7/+14
* menu: Update bootmenu_loop() to return the codeSimon Glass2023-01-162-3/+3
* menu: Update bootmenu_autoboot_loop() to return the codeSimon Glass2023-01-161-1/+1
* menu: Rename KEY_... to BKEY_...Simon Glass2023-01-162-18/+18
* cmd: spi: Judge the number of added parameterschenzhipeng2023-01-121-0/+3
* cmd: exit: Fix return value propagation out of environment scriptsMarek Vasut2023-01-111-2/+5
* fastboot: remove #ifdef CONFIG when it is possiblePatrick Delaunay2023-01-111-19/+16
* cmd: change the return value when argc errorShenlin Liang2023-01-111-1/+1
* cmd: mtdparts: add SYS_MTDPARTS_RUNTIME dependency on CONFIG_MTDIDS/MTDPARTS_...Patrick Delaunay2023-01-111-0/+2
* Merge branch 'next'Tom Rini2023-01-0910-80/+96
|\
| * cmd: source: Support specifying config nameSean Anderson2022-12-311-21/+53
| * cmd: source: Clean up a few linesSean Anderson2022-12-311-6/+4
| * global: Migrate CONFIG_SYS_I2C_DIRECT_BUS to CFGTom Rini2022-12-231-2/+2
| * global: Migrate CONFIG_RAMDISK_ADDR to CFGTom Rini2022-12-231-2/+2
| * global: Migrate CONFIG_POSTBOOTMENU to CFGTom Rini2022-12-231-2/+2
| * Convert CONFIG_THOR_RESET_OFF to KconfigTom Rini2022-12-221-0/+4
| * i2c: Remove CONFIG_I2C_MULTI_BUSTom Rini2022-12-221-9/+6
| * Merge tag 'v2023.01-rc4' into nextTom Rini2022-12-213-15/+29
| |\
| * | configs: remove support of MTDIDS_DEFAULT/MTDPARTS_DEFAULTPatrick Delaunay2022-12-121-4/+1
| * | net: Remove eth_legacy.cTom Rini2022-12-072-12/+0
| * | global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2022-12-052-10/+10
| * | global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini2022-12-051-9/+9
| * | global: Move remaining CONFIG_SYS_NUM_* to CFG_SYS_NUM_*Tom Rini2022-12-051-3/+3
* | | efi_loader: carve out efi_get_memory_map_alloc()Heinrich Schuchardt2023-01-061-14/+4
* | | cmd: avoid endless loop in sound play commandHeinrich Schuchardt2023-01-041-2/+2
* | | cmd: net: wget: fix Kconfig dependencyMichael Walle2022-12-291-1/+1
* | | eficonfig: EFI_VARIABLE_APPEND_WRITE is not set for null keyMasahisa Kojima2022-12-201-2/+36
* | | eficonfig: avoid SetVariable between GetNextVariableName callsMasahisa Kojima2022-12-201-16/+38
* | | eficonfig: carve out efi_get_next_variable_name_int callsMasahisa Kojima2022-12-201-47/+15
* | | cmd: allow sound command to play multiple soundsHeinrich Schuchardt2022-12-201-13/+28
| |/ |/|
* | cmd: mtd: check if a block has to be skipped or erasedDario Binacchi2022-12-101-8/+20
* | cmd: nand: Extend nand info to print ecc informationMichael Trimarchi2022-12-101-6/+8
* | Merge tag 'sound-2023-01-rc4' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2022-12-061-1/+1
|\ \ | |/ |/|
| * cmd: fix long text for sound commandHeinrich Schuchardt2022-12-051-1/+1
* | net: ping6: Add ping6 commandViacheslav Mitrofanov2022-12-052-0/+33
* | net: tftp: Add IPv6 support for tftpbootViacheslav Mitrofanov2022-12-051-0/+35
|/
* eficonfig: use efi_get_next_variable_name_int()Masahisa Kojima2022-12-021-24/+117
* efi_loader: utility function to check the variable name is "Boot####"Masahisa Kojima2022-12-021-22/+1
* eficonfig: use u16_strsize() to get u16 string buffer sizeMasahisa Kojima2022-12-021-2/+1
* eficonfig: fix going one directory up issueMasahisa Kojima2022-12-021-1/+1
* efi_loader: don't use EFI_LOADER_DATA internallyHeinrich Schuchardt2022-12-021-1/+1
* net: Add wget applicationYing-Chun Liu (PaulLiu)2022-11-282-0/+20
* cmd: fix dependency for CMD_CLSJohn Keeping2022-11-241-1/+1
* cmd: ubifs: Do not show usage when command failsPali Rohár2022-11-231-4/+4