summaryrefslogtreecommitdiffstats
path: root/commands/dfu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/usb-gadget'Sascha Hauer2014-08-071-126/+10
|\
| * USB: gadget: DFU: register as USB functionSascha Hauer2014-07-221-6/+6
| * Add function to parse a string in dfu formatSascha Hauer2014-07-221-83/+7
| * USB: gadget: specify vendor/product id with device parametersSascha Hauer2014-07-221-42/+2
* | Documentation: revamp dfu's help textHolger Schurig2014-07-221-6/+9
|/
* Documentation: remove doxygen documentationSascha Hauer2014-06-261-10/+0
* commands: harmonize in-barebox documentationHolger Schurig2014-05-141-12/+15
* commands: group 'help' outputHolger Schurig2014-05-141-0/+1
* Merge branch 'for-next/misc'Sascha Hauer2014-03-071-3/+8
|\
| * USB: dfu: Use barebox product idSascha Hauer2014-02-141-3/+8
* | Merge branch 'for-next/env'Sascha Hauer2014-03-071-3/+7
|\ \
| * | usb: dfu: Add create flagSascha Hauer2014-02-281-2/+6
| * | usb: dfu: Fix spelling of flag nameSascha Hauer2014-02-281-1/+1
| |/
* / dfu command: check return valuesSascha Hauer2014-02-131-3/+6
|/
* remove remaining references of CONFIG_BOARDINFOSascha Hauer2013-08-161-2/+2
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-3/+0
* commands: remove struct command pointer from commandsSascha Hauer2012-02-271-1/+1
* dfu: add description how to specify the "description" to the long helpJean-Christophe PLAGNIOL-VILLARD2012-02-141-0/+4
* doc: add documentation for 'dfu'Robert Schwebel2010-11-011-10/+18
* remove typedef cmd_tbl_t and replace it with struct commandSascha Hauer2010-02-011-1/+1
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-5/+5
* commands: remove maxargsSascha Hauer2009-10-191-1/+0
* call getopt_reset only onceSascha Hauer2009-10-191-1/+0
* commands: return COMMAND_ERROR_USAGESascha Hauer2009-10-191-4/+2
* Add USB device supportSascha Hauer2009-09-251-0/+184