summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-1415-47/+47
* dm: Use uclass_first_device_err() where it is usefulSimon Glass2016-03-142-10/+6
* trace: Fix compiler warnings in traceSimon Glass2016-02-261-2/+2
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2016-02-241-0/+20
|\
| * dfu: usb: f_dfu: Set deferred call for dfu_flush() functionLukasz Majewski2016-02-241-0/+20
* | cmd: mem: Show 64bit addresses which are testedMichal Simek2016-02-241-1/+1
* | booti: Help text rework.Karsten Merker2016-02-241-7/+7
|/
* i2c: spd: Extend SPD memory typesMichal Simek2016-02-221-1/+13
* gpio: Correct handling of 'gpio status'Simon Glass2016-02-151-1/+1
* itest: allow map_physmem to return 0 in limited casesStephen Warren2016-02-091-1/+1
* Remove unused CONFIG_CMD_HWFLOW option and associated dead code.David Müller (ELSOFT AG)2016-02-081-30/+0
* cmd: Fix control bmp_display()Simon Glass2016-02-061-2/+1
* Use correct spelling of "U-Boot"Bin Meng2016-02-067-8/+8
* Merge git://git.denx.de/u-boot-dmTom Rini2016-01-292-14/+6
|\
| * Implement "pci enum" command for CONFIG_DM_PCIStephen Warren2016-01-281-13/+5
| * tpm: Fix fault in case CONFIG_DM_TPM is set without any TPMChristophe Ricard2016-01-281-1/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2016-01-281-2/+76
|/
* fpga: Fix compilation warningsMichal Simek2016-01-271-4/+4
* microblaze: Do not print eth device when DM_ETH is enabledMichal Simek2016-01-271-1/+1
* bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada2016-01-251-0/+1
* Remove the cmd_ prefix from command filesSimon Glass2016-01-25127-129/+129
* Move all command code into its own directorySimon Glass2016-01-25128-0/+43205
OpenPOWER on IntegriCloud