aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2016-10-19efi_loader: Revert device_handle to disk after net bootAlexander Graf1-0/+2
2016-10-19efi: Fix missing EFIAPI specifiersSimon Glass1-2/+5
2016-10-19smbios: Expose in efi_loader as tableAlexander Graf1-0/+3
2016-10-18efi_loader: Allow boards to implement get_time and reset_systemAlexander Graf1-0/+4
2016-10-13Merge git://git.denx.de/u-boot-fdtTom Rini1-2/+7
2016-10-13cmd/fdt: add possibilty to have 'extrasize' on fdt resizeHannes Schmelzer1-2/+7
2016-10-13Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini1-3/+0
2016-10-13net: Fix cache misalignment message after network load operationsPeter Chubb1-3/+0
2016-10-11cmd: cros_ec: Move crosec commands to cmd subdirectoryMoritz Fischer3-0/+379
2016-10-06cmd/onenand.c: block align warningLadislav Michl1-0/+6
2016-10-06Various, accumulated typos collected from around the tree.Robert P. J. Day1-5/+5
2016-10-01fastboot: move FASTBOOT_FLASH options into KconfigPetr Kulhavy1-0/+24
2016-09-30Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-59/+2
2016-09-27common: dfu: saperate the dfu common functionalityB, Ravi1-59/+2
2016-09-27Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini1-4/+11
2016-09-27dfu: Migrate to KconfigTom Rini1-0/+1
2016-09-27cmd: ubi: add option to specify volume idLadislav Michl1-4/+11
2016-09-26kconfig: introduce kconfig for UBIHeiko Schocher1-0/+12
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada3-3/+3
2016-09-23cmd/fat: Do not crash on write when <bytes> is not specifiedStefan Brüns1-2/+2
2016-09-18sandbox: Add "host size" hostfs command for fs testStefan Brüns1-0/+8
2016-09-12sf: fix sf probeCyrille Pitchen1-1/+0
2016-09-09cmd: Rework disk.c usageTom Rini2-7/+3
2016-09-07pxe: Fix pxe boot with FIT imageYork Sun1-4/+5
2016-09-01nand: Fix some more NULL name testsScott Wood1-1/+1
2016-09-01nand: Fix nand info for no deviceTony Lindgren1-3/+3
2016-08-26nand: Fix set_dev checks for no deviceTony Lindgren1-2/+1
2016-08-20fastboot: implement KconfigSteve Rae2-0/+62
2016-08-20cmd: efi_loader: Return CMD_RET_USAGE in case of not enough argumentsBin Meng1-1/+1
2016-08-20cmd: booti: move CONFIG_CMD_BOOTI to KconfigMasahiro Yamada1-0/+7
2016-08-20cmd: Split 'bootz' and 'booti' out from 'bootm'Tom Rini4-250/+269
2016-08-20cmd: fdt: add fdt overlay application subcommandMaxime Ripard1-0/+24
2016-08-20cmd: fdt: Narrow the check for fdt addrMaxime Ripard1-1/+1
2016-08-16x86: bdinfo: Drop meaningless valuesSimon Glass1-10/+0
2016-08-16bdinfo: Don't print out empty DRAM banksSimon Glass1-3/+5
2016-08-15xtensa: add support for the xtensa processor architecture [1/2]Chris Zankel1-0/+8
2016-08-08efi_loader: disk: Fix CONFIG_BLK breakageAlexander Graf1-5/+18
2016-08-05cmd: gpt: fix the wrong size parse for the last partitionKever Yang1-2/+2
2016-08-05cmd/bdinfo: extract print_std_bdinfoMax Filippov1-20/+12
2016-08-05cmd/bdinfo: extract print_baudrateMax Filippov1-14/+25
2016-08-05cmd/bdinfo: extract print_eth_ip_addrMax Filippov1-77/+36
2016-08-05cmd/bdinfo: extract print_bi_flashMax Filippov1-27/+27
2016-08-05cmd/bdinfo: extract print_bi_dramMax Filippov1-41/+19
2016-08-05cmd/bdinfo: extract print_bi_memMax Filippov1-16/+26
2016-08-05cmd/bdinfo: extract print_bi_boot_paramsMax Filippov1-7/+13
2016-08-02crypto/fsl: Update blob cmd to accept 64bit addressesSumit Garg1-1/+1
2016-07-27dm: usb: Use blk_dread/write() instead of direct callsSimon Glass1-2/+2
2016-07-27arm: Show early-malloc() usage in bdinfoSimon Glass1-0/+5
2016-07-25Merge git://git.denx.de/u-boot-nand-flashTom Rini2-7/+12
2016-07-25lzmadec: Use the same type as the lzma callSimon Glass1-2/+3