aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* sf: fix sf probeCyrille Pitchen2016-09-131-1/+0
* common: dfu: saperate the dfu common functionalityRavi Babu2016-08-011-59/+2
* cmd: rapidio: add rapidio command groupAurelien Jacquiot2016-07-273-0/+223
* Merge branch 'master' of git://git.denx.de/u-boot into ti-u-boot-2016.05Lokesh Vutla2016-05-173-3/+3
|\
| * Fix various typos, scattered over the code.Robert P. J. Day2016-05-052-2/+2
| * mmc: Fix error in RPMB codeMarek Vasut2016-05-051-1/+1
* | dm: spi: Read default speed and mode values from DTVignesh R2016-05-051-0/+2
* | Merge remote-tracking branch 'mainline/master' into ti-u-boot-2016.05Lokesh Vutla2016-05-058-59/+228
|\|
| * i2c/eeprom: Always define I2C_RXTX_LENMario Six2016-05-031-0/+4
| * Fix spelling of "occurred".Vagrant Cascadian2016-05-021-4/+4
| * cmd: Kconfig: Add a Kconfig options for a few CMDDinh Nguyen2016-04-251-0/+70
| * configs: Re-sync almost all of cmd/KconfigTom Rini2016-04-251-1/+1
| * cmd/usb_mass_storage.c: Rework ums_init() ret logic slightlyTom Rini2016-04-201-13/+5
| * Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2016-04-201-10/+29
| |\
| | * usb: ums - expose selected partition/sJohn Tobias2016-04-201-10/+29
| * | efi_loader: Pass fdt address directly to bootefi cmdAlexander Graf2016-04-181-20/+16
| * | efi_loader: Put fdt into convenient locationAlexander Graf2016-04-181-4/+26
| * | efi_loader: Use system fdt as fallbackAlexander Graf2016-04-181-6/+31
| * | efi_loader: Increase path string to 32 charactersAlexander Graf2016-04-181-1/+1
| * | efi_loader: Pass file path to payloadAlexander Graf2016-04-182-8/+27
| * | efi_loader: Add el torito supportAlexander Graf2016-04-181-0/+14
| * | cmd: fdt: Use separate CMD_FDT Kconfig entry instead of OF_LIBFDTMichal Simek2016-04-182-1/+8
| * | common: env: support sata devicePeng Fan2016-04-181-1/+2
| |/
* / cmd: nand: abstract global variable usage for dm conversionMugunthan V N2016-04-191-31/+39
|/
* cmd: blkcache: simplify sub-command handlingEric Nelson2016-04-111-4/+2
* cmd: blkcache: remove indentation from output of 'show'Eric Nelson2016-04-111-5/+5
* dm: usb: Do not reprobe usb hosts on "usb tree" commandHans de Goede2016-04-101-2/+6
* usb: kbd: Do not deregister usbkbd twice when using dmHans de Goede2016-04-101-1/+1
* sata: use block layer for sata commandEric Nelson2016-04-011-2/+4
* mmc: use block layer in mmc commandEric Nelson2016-04-011-3/+4
* drivers: block: add block device cacheEric Nelson2016-04-013-0/+101
* arm64: booti: add missing unmap_sysmem()Masahiro Yamada2016-04-011-0/+5
* Drop command-processing code when CONFIG_CMDLINE is disabledSimon Glass2016-04-011-0/+4
* cmd: spi: check return value of strdupPeng Fan2016-03-271-0/+2
* efi_loader: Add GOP supportAlexander Graf2016-03-271-0/+3
* Fix spelling of "transferred".Vagrant Cascadian2016-03-221-1/+1
* cmd: Fix license commandTom Rini2016-03-221-3/+3
* Add an option to enable the command lineSimon Glass2016-03-221-0/+12
* cbfs: Update a function to be staticSimon Glass2016-03-221-4/+8
* gpio: Report errors when GPIOs cannot be readSimon Glass2016-03-171-7/+27
* cpu: Add support for microcode version and CPU IDSimon Glass2016-03-161-0/+7
* cmd: scsi: Group the command portion together, guard with !CONFIG_SPL_BUILDTom Rini2016-03-161-21/+22
* efi_loader: Pass proper device path in on bootAlexander Graf2016-03-152-9/+27
* efi_loader: Call fdt preparation functionsAlexander Graf2016-03-151-0/+8
* efi_loader: Add "bootefi" commandAlexander Graf2016-03-153-0/+190
* Merge git://git.denx.de/u-boot-dmTom Rini2016-03-1420-128/+125
|\
| * Drop CONFIG_CRAMFS_CMDLINESimon Glass2016-03-141-5/+0
| * dm: sandbox: Add driver-model block-device support for sandboxSimon Glass2016-03-141-1/+8
| * dm: block: Adjust device calls to go through helpers functionSimon Glass2016-03-144-10/+8
| * dm: block: Rename device number member dev to devnumSimon Glass2016-03-149-21/+21