summaryrefslogtreecommitdiff
path: root/drivers/dfu
Commit message (Expand)AuthorAgeLines
...
* usb: new board-specific USB init interfaceMateusz Zalega2013-10-20-1/+1
* dfu: ram supportAfzal Mohammed2013-09-24-2/+83
* dfu: unify mmc/nand read/write ops enumAfzal Mohammed2013-09-24-13/+3
* dfu: Extract common DFU code to handle "dfu_alt_info" environment variableLukasz Majewski2013-09-24-0/+23
* dfu:cosmetic: Fix printf text for buffer overflow conditionLukasz Majewski2013-09-24-2/+2
* dfu, nand, ubi: add partubi alt settings for updating ubi partitionHeiko Schocher2013-08-26-2/+36
* dfu: Implementation of target reset after communication with dfu-util's -R sw...Lukasz Majewski2013-07-29-0/+11
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-56/+4
* dfu:ext4:fix Fix DFU upload functionalityŁukasz Majewski2013-07-03-4/+5
* dfu:ext4:fix Fix ext4{read|write} command formattingŁukasz Majewski2013-07-03-0/+2
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2013-07-03-8/+41
|\
| * dfu: make data buffer size configurableHeiko Schocher2013-06-30-8/+41
* | dfu, nand: before write a buffer to nand, erase the nand sectorsHeiko Schocher2013-06-24-2/+16
|/
* dfu: NAND specific routines for DFU operationPantelis Antoniou2013-04-10-0/+196
* dfu: Support larger than memory transfers.Pantelis Antoniou2013-04-10-89/+262
* dfu:ext4:fix: Change ext4write command order of parametersŁukasz Majewski2013-04-08-2/+2
* dfu: Add a partition type targetPantelis Antoniou2013-03-16-0/+31
* dfu:usb:fix: Read the "filesize" environment variable only when file readŁukasz Majewski2012-09-21-1/+1
* dfu:usb: Support for ext4Łukasz Majewski2012-09-21-6/+26
* dfu: MMC specific routines for DFU operationLukasz Majewski2012-09-01-0/+163
* dfu: DFU backend implementationLukasz Majewski2012-09-01-0/+281