summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2021-10-06nand.h: Cleanup linux/mtd/rawnand.h usageTom Rini1-0/+1
2021-10-03pci: pciinfo_header can be staticVladimir Oltean1-1/+1
2021-10-03pci: pci_header_show can be staticVladimir Oltean1-1/+1
2021-10-03pci: pci_bar_show can be staticVladimir Oltean1-1/+1
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk2-4/+4
2021-09-30WS cleanup: remove excessive empty linesWolfgang Denk1-4/+0
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk3-3/+0
2021-09-28ti: keystone: Move away from CONFIG_SOC_KEYSTONETom Rini1-1/+1
2021-09-24arm: use CONFIG_SUPPORT_PASSING_ATAGSPatrick Delaunay1-5/+1
2021-09-17Remove including timestamp.h in version.hPali Rohár1-0/+1
2021-09-17version: Remove global macro U_BOOT_VERSION_STRING from version.hPali Rohár1-0/+3
2021-09-17version: Do not make version_string[] variable as a weakPali Rohár1-1/+1
2021-09-17version: Move version_string[] from version.h to version_string.hPali Rohár1-0/+1
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini4-13/+59
2021-09-13Merge tag 'mmc-2021-9-13' of https://source.denx.de/u-boot/custodians/u-boot-mmcTom Rini2-8/+54
2021-09-11efi_loader: eliminate EFI_CALL() in nvedit_efi.cHeinrich Schuchardt1-5/+4
2021-09-10mmc: Add support for enumerating MMC card in a given mode using mmc commandAswath Govindraju2-8/+54
2021-09-08common: Remove unused CONFIG_FIT_SHAxxx selectorsAlexandru Gagniuc1-0/+1
2021-09-03xyz-modem: Show information about finished transferPali Rohár1-0/+16
2021-09-03xyz-modem: Properly abort/terminate transfer on errorPali Rohár1-1/+13
2021-09-03xyz-modem: Close stream after processing/sending terminate sequencePali Rohár1-1/+1
2021-09-02loadb: Properly indicate aborted kermit transferPali Rohár1-0/+3
2021-09-01Kconfig: Remove all default n/no optionsMichal Simek2-10/+0
2021-09-01qfw: Switch to CONFIG_SYS_LOAD_ADDR from CONFIG_LOADADDRTom Rini1-5/+1
2021-08-30Convert CONFIG_SYS_I2C_SPEED et al to KconfigTom Rini1-4/+0
2021-08-30cmd/i2c.c: Remove unused legacy codeTom Rini1-50/+0
2021-08-30Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACYTom Rini3-15/+15
2021-08-30Convert CONFIG_SYS_I2C_EEPROM_ADDR et al to KconfigTom Rini3-26/+44
2021-08-30eeprom: Drop CONFIG_ENV_EEPROM_IS_ON_I2C usageTom Rini1-5/+4
2021-08-27Merge tag 'xilinx-for-v2021.10-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini3-7/+12
2021-08-26cmd: boot: Update reset usage messageMichal Simek1-1/+2
2021-08-26cmd: pwm: Remove additional pwm descriptionMichal Simek1-3/+4
2021-08-06cmd: date: rtc: Update command to read the first RTC with seq 0Michal Simek1-3/+6
2021-08-05pci: Drop old code from pci commandSimon Glass1-212/+0
2021-08-04cmd:(cosmetic)Mentioned in 'chpart' command HELP text that it is for MTD devicesAdarsh Babu Kalepalli1-2/+2
2021-08-04cmd:Elaborate 'blkcache' cmd HELP statementAdarsh Babu Kalepalli1-1/+2
2021-08-03Merge https://source.denx.de/u-boot/custodians/u-boot-x86Tom Rini1-5/+4
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass41-95/+95
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass85-384/+385
2021-08-02x86: cmd: hob: Fix display of resource type for system memoryBin Meng1-1/+1
2021-08-02x86: cmd: hob: Fix the command usage and help messagesBin Meng1-4/+3
2021-08-01fdt: Show the type of devicetree with fdt addrSimon Glass1-2/+3
2021-08-01fdt: Tidy up the code a bit with fdt addrSimon Glass1-24/+13
2021-07-28i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass3-15/+15
2021-07-28Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISCSimon Glass1-1/+1
2021-07-27cmd: setexpr: add format string handlingRoland Gaudig5-178/+295
2021-07-27cmd: printf: add helper functions from busyboxRoland Gaudig1-0/+121
2021-07-27cmd: printf: import busybox-1.33.1 printf.cRoland Gaudig1-0/+455
2021-07-24command: Fix SMC and HVC maximum number of argumentsSiew Chin Lim1-3/+3
2021-07-23cmd: part: Correct error handlingAnders Dellien1-1/+1