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