aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2023-01-12cmd: spi: Judge the number of added parameterschenzhipeng1-0/+3
2023-01-11cmd: exit: Fix return value propagation out of environment scriptsMarek Vasut1-2/+5
2023-01-11fastboot: remove #ifdef CONFIG when it is possiblePatrick Delaunay1-19/+16
2023-01-11cmd: change the return value when argc errorShenlin Liang1-1/+1
2023-01-11cmd: mtdparts: add SYS_MTDPARTS_RUNTIME dependency on CONFIG_MTDIDS/MTDPARTS_...Patrick Delaunay1-0/+2
2023-01-09Merge branch 'next'Tom Rini10-80/+96
2023-01-06efi_loader: carve out efi_get_memory_map_alloc()Heinrich Schuchardt1-14/+4
2023-01-04cmd: avoid endless loop in sound play commandHeinrich Schuchardt1-2/+2
2022-12-31cmd: source: Support specifying config nameWIP/2022-12-31-cmd-source-support-specifying-config-nameSean Anderson1-21/+53
2022-12-31cmd: source: Clean up a few linesSean Anderson1-6/+4
2022-12-29cmd: net: wget: fix Kconfig dependencyMichael Walle1-1/+1
2022-12-23global: Migrate CONFIG_SYS_I2C_DIRECT_BUS to CFGTom Rini1-2/+2
2022-12-23global: Migrate CONFIG_RAMDISK_ADDR to CFGTom Rini1-2/+2
2022-12-23global: Migrate CONFIG_POSTBOOTMENU to CFGTom Rini1-2/+2
2022-12-22Convert CONFIG_THOR_RESET_OFF to KconfigTom Rini1-0/+4
2022-12-22i2c: Remove CONFIG_I2C_MULTI_BUSTom Rini1-9/+6
2022-12-21Merge tag 'v2023.01-rc4' into nextTom Rini3-15/+29
2022-12-20eficonfig: EFI_VARIABLE_APPEND_WRITE is not set for null keyMasahisa Kojima1-2/+36
2022-12-20eficonfig: avoid SetVariable between GetNextVariableName callsMasahisa Kojima1-16/+38
2022-12-20eficonfig: carve out efi_get_next_variable_name_int callsMasahisa Kojima1-47/+15
2022-12-20cmd: allow sound command to play multiple soundsHeinrich Schuchardt1-13/+28
2022-12-12configs: remove support of MTDIDS_DEFAULT/MTDPARTS_DEFAULTPatrick Delaunay1-4/+1
2022-12-10cmd: mtd: check if a block has to be skipped or erasedDario Binacchi1-8/+20
2022-12-10cmd: nand: Extend nand info to print ecc informationMichael Trimarchi1-6/+8
2022-12-07net: Remove eth_legacy.cTom Rini2-12/+0
2022-12-06Merge tag 'sound-2023-01-rc4' of https://source.denx.de/u-boot/custodians/u-b...WIP/06Dec2022Tom Rini1-1/+1
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2-10/+10
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-9/+9
2022-12-05global: Move remaining CONFIG_SYS_NUM_* to CFG_SYS_NUM_*Tom Rini1-3/+3
2022-12-05net: ping6: Add ping6 commandViacheslav Mitrofanov2-0/+33
2022-12-05net: tftp: Add IPv6 support for tftpbootViacheslav Mitrofanov1-0/+35
2022-12-05cmd: fix long text for sound commandHeinrich Schuchardt1-1/+1
2022-12-02eficonfig: use efi_get_next_variable_name_int()Masahisa Kojima1-24/+117
2022-12-02efi_loader: utility function to check the variable name is "Boot####"Masahisa Kojima1-22/+1
2022-12-02eficonfig: use u16_strsize() to get u16 string buffer sizeMasahisa Kojima1-2/+1
2022-12-02eficonfig: fix going one directory up issueMasahisa Kojima1-1/+1
2022-12-02efi_loader: don't use EFI_LOADER_DATA internallyHeinrich Schuchardt1-1/+1
2022-11-28net: Add wget applicationYing-Chun Liu (PaulLiu)2-0/+20
2022-11-24cmd: fix dependency for CMD_CLSJohn Keeping1-1/+1
2022-11-23cmd: ubifs: Do not show usage when command failsPali Rohár1-4/+4
2022-11-22cmd: fdt: Fix iteration over elements above index 1 in fdt getMarek Vasut1-3/+6
2022-11-22eficonfig: add "Show Signature Database" menu entryMasahisa Kojima1-0/+235
2022-11-22eficonfig: add UEFI Secure Boot Key enrollment interfaceMasahisa Kojima3-0/+271
2022-11-22eficonfig: use protocol interface for file selectionMasahisa Kojima1-6/+7
2022-11-22eficonfig: expose eficonfig_create_device_path()Masahisa Kojima1-9/+11
2022-11-22eficonfig: refactor change boot order implementationMasahisa Kojima1-62/+67
2022-11-22eficonfig: expose append entry functionMasahisa Kojima1-15/+17
2022-11-22eficonfig: refactor file selection handlingMasahisa Kojima1-26/+11
2022-11-16eficonfig: fix missing variable initializationMasahisa Kojima1-1/+1
2022-11-16cmd: remove superfluous if in eficonfig_edit_boot_optionHeinrich Schuchardt1-2/+0