summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2016-09-30Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2016-09-27common: dfu: saperate the dfu common functionalityB, Ravi
2016-09-27Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini
2016-09-27dfu: Migrate to KconfigTom Rini
2016-09-27cmd: ubi: add option to specify volume idLadislav Michl
2016-09-26kconfig: introduce kconfig for UBIHeiko Schocher
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-09-23cmd/fat: Do not crash on write when <bytes> is not specifiedStefan Brüns
2016-09-18sandbox: Add "host size" hostfs command for fs testStefan Brüns
2016-09-12sf: fix sf probeCyrille Pitchen
2016-09-09cmd: Rework disk.c usageTom Rini
2016-09-07pxe: Fix pxe boot with FIT imageYork Sun
2016-09-01nand: Fix some more NULL name testsScott Wood
2016-09-01nand: Fix nand info for no deviceTony Lindgren
2016-08-26nand: Fix set_dev checks for no deviceTony Lindgren
2016-08-20fastboot: implement KconfigSteve Rae
2016-08-20cmd: efi_loader: Return CMD_RET_USAGE in case of not enough argumentsBin Meng
2016-08-20cmd: booti: move CONFIG_CMD_BOOTI to KconfigMasahiro Yamada
2016-08-20cmd: Split 'bootz' and 'booti' out from 'bootm'Tom Rini
2016-08-20cmd: fdt: add fdt overlay application subcommandMaxime Ripard
2016-08-20cmd: fdt: Narrow the check for fdt addrMaxime Ripard
2016-08-16x86: bdinfo: Drop meaningless valuesSimon Glass
2016-08-16bdinfo: Don't print out empty DRAM banksSimon Glass
2016-08-15xtensa: add support for the xtensa processor architecture [1/2]Chris Zankel
2016-08-08efi_loader: disk: Fix CONFIG_BLK breakageAlexander Graf
2016-08-05cmd: gpt: fix the wrong size parse for the last partitionKever Yang
2016-08-05cmd/bdinfo: extract print_std_bdinfoMax Filippov
2016-08-05cmd/bdinfo: extract print_baudrateMax Filippov
2016-08-05cmd/bdinfo: extract print_eth_ip_addrMax Filippov
2016-08-05cmd/bdinfo: extract print_bi_flashMax Filippov
2016-08-05cmd/bdinfo: extract print_bi_dramMax Filippov
2016-08-05cmd/bdinfo: extract print_bi_memMax Filippov
2016-08-05cmd/bdinfo: extract print_bi_boot_paramsMax Filippov
2016-08-02crypto/fsl: Update blob cmd to accept 64bit addressesSumit Garg
2016-07-27dm: usb: Use blk_dread/write() instead of direct callsSimon Glass
2016-07-27arm: Show early-malloc() usage in bdinfoSimon Glass
2016-07-25Merge git://git.denx.de/u-boot-nand-flashTom Rini
2016-07-25lzmadec: Use the same type as the lzma callSimon Glass
2016-07-25efi_loader: Make exposed image loader path absoluteAlexander Graf
2016-07-25cmd: misc: Add support for fractions in sleepmario.six@gdsys.cc
2016-07-24mtd: fix compiler warningsSteve Rae
2016-07-24cmd, nand: add an option to disable the verification when writing in raw modeBoris Brezillon
2016-07-22cmd: mtdparts: support runtime generated mtdpartsLadislav Michl
2016-07-22cmd: mtdparts: use defaults by defaultLadislav Michl
2016-07-22cmd: mtdparts: consolidate mtdparts reading from envLadislav Michl
2016-07-22cmd: mtdparts: fix null pointer dereference in parse_mtdpartsLadislav Michl
2016-07-22cmd: mtdparts: fix mtdparts variable presence confusion in mtdparts_initLadislav Michl
2016-07-19Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini
2016-07-16Various, unrelated tree-wide typo fixes.Robert P. J. Day
2016-07-15armv8: Move secure_ram variable out of generic global dataYork Sun