aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_dfu.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-25Move all command code into its own directorySimon Glass1-113/+0
2015-11-19Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-09-07dfu: command: Extend "dfu" command to handle receiving data via TFTPLukasz Majewski1-0/+20
2015-04-14dfu: cmd: trigger watchdog before calling usb_gadget_handle_interruptsHeiko Schocher1-0/+2
2015-04-14usb: modify usb_gadget_handle_interrupts to take controller indexKishon Vijay Abraham I1-1/+1
2015-04-14common: cmd_dfu: invoke board_usb_cleanup() for cleaning upKishon Vijay Abraham I1-0/+1
2014-12-18usb, g_dnl: generalize DFU detach functionsRob Herring1-3/+3
2014-09-02dfu: Provide means to find difference between dfu-util -e and -RLukasz Majewski1-4/+19
2014-08-09dfu: defer parsing of device string to IO backendStephen Warren1-2/+1
2014-06-25dfu: free entities when parsing failsStephen Warren1-2/+3
2014-05-05USB: gadget: added a saner gadget downloader registration APIMateusz Zalega1-2/+1
2013-10-20usb: new board-specific USB init interfaceMateusz Zalega1-12/+18
2013-09-24usb:gadget:Remove redundant #includes for USB composite gadget and its functionsLukasz Majewski1-3/+0
2013-09-24dfu: Extract common DFU code to handle "dfu_alt_info" environment variableLukasz Majewski1-14/+2
2013-07-29dfu: Implementation of target reset after communication with dfu-util's -R sw...Lukasz Majewski1-1/+13
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-13/+1
2013-03-16dfu: Fix crash when wrong number of arguments givenPantelis Antoniou1-1/+1
2013-03-16dfu: Only perform DFU board_usb_init() for TRATSPantelis Antoniou1-0/+3
2012-10-15ARM: prevent misaligned array initsAlbert ARIBAUD1-1/+1
2012-09-01dfu:cmd: Support for DFU u-boot commandLukasz Majewski1-0/+81