summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* memtest: remove memtest commandAlexander Aring2013-06-053-361/+0
* Remove a redundant line.Masaki Muranaka2013-06-031-1/+0
* Merge branch 'for-next/of'Sascha Hauer2013-06-021-5/+1
|\
| * bootm: Print internal devicetree information without verboseSascha Hauer2013-05-311-1/+1
| * bootm: make sure to print fixed oftreeSascha Hauer2013-05-311-4/+0
* | devices: add detect mechanismSascha Hauer2013-05-313-0/+87
|/
* commands/mem.c: drop non used DEVMEMJean-Christophe PLAGNIOL-VILLARD2013-05-081-2/+0
* Merge branch 'for-next/misc'Sascha Hauer2013-05-063-9/+4
|\
| * Don't honor initrd load addressSascha Hauer2013-05-041-3/+0
| * bootm: Simplify initrd address handlingUwe Kleine-König2013-05-041-4/+2
| * commands: the crc command is actually called crc32Jan Luebbe2013-04-161-2/+2
| * commands: i2c: change 0X to 0xJan Luebbe2013-04-091-1/+1
* | Merge branch 'for-next/memory-commands'Sascha Hauer2013-05-069-514/+797
|\ \
| * | Add memory modify command (mm)Sascha Hauer2013-04-173-0/+126
| * | memory commands: separate into one file per commandSascha Hauer2013-04-178-433/+660
| * | memory commands: make rw_buf globalSascha Hauer2013-04-171-9/+9
| * | memory commands: cleanup initializationSascha Hauer2013-04-171-8/+3
| * | Use a common define for RW_BUF_SIZESascha Hauer2013-04-171-1/+0
| * | memory commands: move memory_display to separate fileSascha Hauer2013-04-171-68/+0
| * | memory commands: export common functionsSascha Hauer2013-04-171-2/+6
| |/
* | of: property: fix error messageSteffen Trumtrar2013-04-261-2/+2
* | ubimkvol: Typo fixAlexander Shiyan2013-04-221-1/+1
|/
* Merge branch 'for-next/oftree'Sascha Hauer2013-04-045-53/+78
|\
| * of: remove unused libfdtSascha Hauer2013-03-064-5/+1
| * bootm: Pass unflattened devicetree to handlersSascha Hauer2013-03-061-15/+9
| * of_property command: Fix crash with empty property valueSascha Hauer2013-03-061-2/+8
| * of_* commands: print usage when insufficient arguments are givenSascha Hauer2013-03-062-0/+6
| * bootm: Use of_print_nodes instead of fdt_printSascha Hauer2013-03-061-3/+3
| * of: Pass barebox internal format devicetree to of_get_fixed_treeSascha Hauer2013-03-061-1/+8
| * oftree command: retire CMD_OFTREE_PROBE Kconfig optionSascha Hauer2013-03-062-8/+1
| * of: make OFDEVICE a user selectable optionSascha Hauer2013-03-061-3/+0
| * oftree command: Use of_print_nodesSascha Hauer2013-03-061-3/+10
| * of: Add root node argument to of_find_node_by_pathSascha Hauer2013-03-063-4/+18
| * of: let of_unflatten_dtb return the unflattened treeSascha Hauer2013-03-061-1/+13
| * of_node command: use of_create_nodeSascha Hauer2013-03-061-17/+10
* | Merge branch 'for-next/mtd'Sascha Hauer2013-04-041-23/+25
|\ \
| * | nand command: check for <dev> directly after option parsingSascha Hauer2013-03-041-15/+16
| * | nand command: use enumeration for command instead of bitmaskSascha Hauer2013-03-041-6/+6
| * | nand command: use loff_t for block offsetSascha Hauer2013-03-041-5/+6
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2013-04-042-8/+16
|\ \
| * | commands/tftp: use debug() for debug outputHubert Feurstein2013-04-031-1/+1
| * | ubiformat: get buffer from mallocJan Weitzel2013-04-031-7/+15
| |/
* / splash: fix background color supportJean-Christophe PLAGNIOL-VILLARD2013-03-141-4/+2
|/
* Merge branch 'for-next/mtd'Sascha Hauer2013-03-041-4/+4
|\
| * libmtd: rename functions from mtd_* to libmtd_*Sascha Hauer2013-02-141-4/+4
* | Merge branch 'for-next/misc'Sascha Hauer2013-03-041-34/+10
|\ \
| * | nandtest: fix length calculationAlexander Aring2013-02-201-4/+4
| * | fs: add pread and pwrite functionsAlexander Aring2013-02-201-30/+6
* | | ubiformat: open flash image readonlySascha Hauer2013-02-211-1/+1
* | | commands: automount: Added help string about "-d" optionAlexander Shiyan2013-02-181-0/+1
| |/ |/|