summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* nand: Fix some more NULL name testsScott Wood2016-09-011-1/+1
* nand: Fix nand info for no deviceTony Lindgren2016-09-011-3/+3
* nand: Fix set_dev checks for no deviceTony Lindgren2016-08-261-2/+1
* fastboot: implement KconfigSteve Rae2016-08-202-0/+62
* cmd: efi_loader: Return CMD_RET_USAGE in case of not enough argumentsBin Meng2016-08-201-1/+1
* cmd: booti: move CONFIG_CMD_BOOTI to KconfigMasahiro Yamada2016-08-201-0/+7
* cmd: Split 'bootz' and 'booti' out from 'bootm'Tom Rini2016-08-204-250/+269
* cmd: fdt: add fdt overlay application subcommandMaxime Ripard2016-08-201-0/+24
* cmd: fdt: Narrow the check for fdt addrMaxime Ripard2016-08-201-1/+1
* x86: bdinfo: Drop meaningless valuesSimon Glass2016-08-161-10/+0
* bdinfo: Don't print out empty DRAM banksSimon Glass2016-08-161-3/+5
* xtensa: add support for the xtensa processor architecture [1/2]Chris Zankel2016-08-151-0/+8
* efi_loader: disk: Fix CONFIG_BLK breakageAlexander Graf2016-08-081-5/+18
* cmd: gpt: fix the wrong size parse for the last partitionKever Yang2016-08-051-2/+2
* cmd/bdinfo: extract print_std_bdinfoMax Filippov2016-08-051-20/+12
* cmd/bdinfo: extract print_baudrateMax Filippov2016-08-051-14/+25
* cmd/bdinfo: extract print_eth_ip_addrMax Filippov2016-08-051-77/+36
* cmd/bdinfo: extract print_bi_flashMax Filippov2016-08-051-27/+27
* cmd/bdinfo: extract print_bi_dramMax Filippov2016-08-051-41/+19
* cmd/bdinfo: extract print_bi_memMax Filippov2016-08-051-16/+26
* cmd/bdinfo: extract print_bi_boot_paramsMax Filippov2016-08-051-7/+13
* crypto/fsl: Update blob cmd to accept 64bit addressesSumit Garg2016-08-021-1/+1
* dm: usb: Use blk_dread/write() instead of direct callsSimon Glass2016-07-271-2/+2
* arm: Show early-malloc() usage in bdinfoSimon Glass2016-07-271-0/+5
* Merge git://git.denx.de/u-boot-nand-flashTom Rini2016-07-252-7/+12
|\
| * mtd: fix compiler warningsSteve Rae2016-07-241-2/+2
| * cmd, nand: add an option to disable the verification when writing in raw modeBoris Brezillon2016-07-241-5/+10
* | lzmadec: Use the same type as the lzma callSimon Glass2016-07-251-2/+3
* | efi_loader: Make exposed image loader path absoluteAlexander Graf2016-07-251-1/+6
* | cmd: misc: Add support for fractions in sleepmario.six@gdsys.cc2016-07-251-1/+20
|/
* cmd: mtdparts: support runtime generated mtdpartsLadislav Michl2016-07-221-9/+12
* cmd: mtdparts: use defaults by defaultLadislav Michl2016-07-221-6/+16
* cmd: mtdparts: consolidate mtdparts reading from envLadislav Michl2016-07-221-22/+20
* cmd: mtdparts: fix null pointer dereference in parse_mtdpartsLadislav Michl2016-07-221-10/+13
* cmd: mtdparts: fix mtdparts variable presence confusion in mtdparts_initLadislav Michl2016-07-221-4/+6
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-07-191-2/+2
|\
| * armv8: Move secure_ram variable out of generic global dataYork Sun2016-07-151-2/+2
* | Various, unrelated tree-wide typo fixes.Robert P. J. Day2016-07-161-1/+1
|/
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2016-07-111-0/+2
|\
| * dm: spi: Read default speed and mode values from DTVignesh R2016-07-091-0/+2
* | usb: dm: Make "usb info" use usb_for_each_root_dev()Hans de Goede2016-07-051-25/+6
* | usb: dm: Add a usb_for_each_root_dev() helper functionHans de Goede2016-07-051-3/+12
|/
* hush: complete renaming CONFIG_SYS_HUSH_PARSER to CONFIG_HUSH_PARSERMasahiro Yamada2016-06-242-8/+2
* common: image: minimal android image iminfo supportMichael Trimarchi2016-06-241-0/+6
* cmd: bootefi: cosmeticSergey Kubushyn2016-06-241-1/+1
* autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.cMasahiro Yamada2016-06-201-0/+6
* Merge git://git.denx.de/u-boot-nand-flashTom Rini2016-06-201-6/+35
|\
| * nand: extend nand tortureMax Krummenacher2016-06-191-6/+35
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2016-06-181-1/+2
|\ \
| * | cmd: usb: check if_type before using this devicePeng Fan2016-06-181-1/+2