summaryrefslogtreecommitdiff
path: root/cmd
Commit message (Expand)AuthorAgeLines
* fastboot: move FASTBOOT_FLASH options into KconfigPetr Kulhavy2016-10-01-0/+24
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2016-09-30-59/+2
|\
| * common: dfu: saperate the dfu common functionalityB, Ravi2016-09-27-59/+2
* | Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini2016-09-27-4/+11
|\ \
| * | cmd: ubi: add option to specify volume idLadislav Michl2016-09-27-4/+11
| |/
* | dfu: Migrate to KconfigTom Rini2016-09-27-0/+1
|/
* kconfig: introduce kconfig for UBIHeiko Schocher2016-09-26-0/+12
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-23-3/+3
* cmd/fat: Do not crash on write when <bytes> is not specifiedStefan Brüns2016-09-23-2/+2
* sandbox: Add "host size" hostfs command for fs testStefan Brüns2016-09-18-0/+8
* 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