summaryrefslogtreecommitdiff
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* WS cleanup: remove SPACE(s) followed by TABWIP/2021-09-30-whitespace-cleanupsWolfgang Denk2021-09-302-4/+4
* WS cleanup: remove excessive empty linesWolfgang Denk2021-09-301-4/+0
* WS cleanup: remove trailing empty linesWolfgang Denk2021-09-303-3/+0
* ti: keystone: Move away from CONFIG_SOC_KEYSTONETom Rini2021-09-271-1/+1
* arm: use CONFIG_SUPPORT_PASSING_ATAGSPatrick Delaunay2021-09-241-5/+1
* Remove including timestamp.h in version.hWIP/2021-09-16-general-updatesPali Rohár2021-09-171-0/+1
* version: Remove global macro U_BOOT_VERSION_STRING from version.hPali Rohár2021-09-171-0/+3
* version: Do not make version_string[] variable as a weakPali Rohár2021-09-171-1/+1
* version: Move version_string[] from version.h to version_string.hPali Rohár2021-09-171-0/+1
* Merge tag 'v2021.10-rc4' into nextTom Rini2021-09-164-13/+59
|\
| * Merge tag 'mmc-2021-9-13' of https://source.denx.de/u-boot/custodians/u-boot-mmcTom Rini2021-09-132-8/+54
| |\
| | * mmc: Add support for enumerating MMC card in a given mode using mmc commandAswath Govindraju2021-09-102-8/+54
| * | efi_loader: eliminate EFI_CALL() in nvedit_efi.cHeinrich Schuchardt2021-09-111-5/+4
| |/
| * common: Remove unused CONFIG_FIT_SHAxxx selectorsAlexandru Gagniuc2021-09-081-0/+1
* | xyz-modem: Show information about finished transferPali Rohár2021-09-031-0/+16
* | xyz-modem: Properly abort/terminate transfer on errorPali Rohár2021-09-031-1/+13
* | xyz-modem: Close stream after processing/sending terminate sequencePali Rohár2021-09-031-1/+1
* | loadb: Properly indicate aborted kermit transferPali Rohár2021-09-011-0/+3
* | Kconfig: Remove all default n/no optionsMichal Simek2021-08-312-10/+0
* | qfw: Switch to CONFIG_SYS_LOAD_ADDR from CONFIG_LOADADDRTom Rini2021-08-311-5/+1
* | Convert CONFIG_SYS_I2C_SPEED et al to KconfigTom Rini2021-08-301-4/+0
* | cmd/i2c.c: Remove unused legacy codeTom Rini2021-08-301-50/+0
* | Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACYTom Rini2021-08-303-15/+15
* | Convert CONFIG_SYS_I2C_EEPROM_ADDR et al to KconfigTom Rini2021-08-303-26/+44
* | eeprom: Drop CONFIG_ENV_EEPROM_IS_ON_I2C usageTom Rini2021-08-301-5/+4
|/
* Merge tag 'xilinx-for-v2021.10-rc3' of https://gitlab.denx.de/u-boot/custodia...WIP/27Aug2021Tom Rini2021-08-273-7/+12
|\
| * cmd: boot: Update reset usage messageMichal Simek2021-08-261-1/+2
| * cmd: pwm: Remove additional pwm descriptionMichal Simek2021-08-261-3/+4
| * cmd: date: rtc: Update command to read the first RTC with seq 0Michal Simek2021-08-061-3/+6
* | pci: Drop old code from pci commandSimon Glass2021-08-051-212/+0
|/
* cmd:(cosmetic)Mentioned in 'chpart' command HELP text that it is for MTD devicesAdarsh Babu Kalepalli2021-08-041-2/+2
* cmd:Elaborate 'blkcache' cmd HELP statementAdarsh Babu Kalepalli2021-08-041-1/+2
* Merge https://source.denx.de/u-boot/custodians/u-boot-x86Tom Rini2021-08-021-5/+4
|\
| * x86: cmd: hob: Fix display of resource type for system memoryBin Meng2021-08-021-1/+1
| * x86: cmd: hob: Fix the command usage and help messagesBin Meng2021-08-021-4/+3
* | global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2021-08-0241-95/+95
* | global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-0285-384/+385
* | fdt: Show the type of devicetree with fdt addrSimon Glass2021-08-011-2/+3
* | fdt: Tidy up the code a bit with fdt addrSimon Glass2021-08-011-24/+13
|/
* i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass2021-07-283-15/+15
* Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISCSimon Glass2021-07-281-1/+1
* cmd: setexpr: add format string handlingRoland Gaudig2021-07-275-178/+295
* cmd: printf: add helper functions from busyboxRoland Gaudig2021-07-271-0/+121
* cmd: printf: import busybox-1.33.1 printf.cRoland Gaudig2021-07-271-0/+455
* command: Fix SMC and HVC maximum number of argumentsSiew Chin Lim2021-07-231-3/+3
* cmd: part: Correct error handlingAnders Dellien2021-07-231-1/+1
* cmd: pinmux: support pin name in status commandPatrick Delaunay2021-07-231-9/+37
* cmd: pinmux: update result of do_statusPatrick Delaunay2021-07-231-14/+17
* treewide: Test on CONFIG_USB_HOST (or CONFIG_CMD_USB) not CONFIG_USBTom Rini2021-07-181-1/+1
* usb: Add correct depends for CMD_USB_MASS_STORAGETom Rini2021-07-071-0/+1