aboutsummaryrefslogtreecommitdiff
path: root/drivers/dfu
AgeCommit message (Expand)AuthorFilesLines
2014-02-20dfu: mmc: fs: Fix format accepted by ext4write commandLukasz Majewski1-4/+3
2013-12-18dfu: Export allocated dfu buffer sizeLukasz Majewski1-0/+5
2013-11-08usb: dfu: make nand upload workingBo Shen1-0/+1
2013-11-08usb: dfu: correct dfu buffer inited valueBo Shen1-1/+1
2013-11-08usb: dfu: decrease dfu->r_left along with the transferBo Shen1-0/+1
2013-10-31drivers: convert makefiles to Kbuild styleMasahiro Yamada1-23/+4
2013-10-20dfu:core: Export dfu_{get|free}_buf functionsLukasz Majewski1-2/+2
2013-10-20dfu:core: Find DFU alt setting number by passing its nameLukasz Majewski1-0/+12
2013-10-20usb: new board-specific USB init interfaceMateusz Zalega1-1/+1
2013-09-24dfu: ram supportAfzal Mohammed3-2/+83
2013-09-24dfu: unify mmc/nand read/write ops enumAfzal Mohammed2-13/+3
2013-09-24dfu: Extract common DFU code to handle "dfu_alt_info" environment variableLukasz Majewski1-0/+23
2013-09-24dfu:cosmetic: Fix printf text for buffer overflow conditionLukasz Majewski1-2/+2
2013-08-26dfu, nand, ubi: add partubi alt settings for updating ubi partitionHeiko Schocher1-2/+36
2013-07-29dfu: Implementation of target reset after communication with dfu-util's -R sw...Lukasz Majewski1-0/+11
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk4-56/+4
2013-07-03dfu:ext4:fix Fix DFU upload functionalityŁukasz Majewski1-4/+5
2013-07-03dfu:ext4:fix Fix ext4{read|write} command formattingŁukasz Majewski1-0/+2
2013-07-03Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-8/+41
2013-06-30dfu: make data buffer size configurableHeiko Schocher1-8/+41
2013-06-24dfu, nand: before write a buffer to nand, erase the nand sectorsHeiko Schocher1-2/+16
2013-04-10dfu: NAND specific routines for DFU operationPantelis Antoniou3-0/+196
2013-04-10dfu: Support larger than memory transfers.Pantelis Antoniou2-89/+262
2013-04-08dfu:ext4:fix: Change ext4write command order of parametersŁukasz Majewski1-2/+2
2013-03-16dfu: Add a partition type targetPantelis Antoniou1-0/+31
2012-09-21dfu:usb:fix: Read the "filesize" environment variable only when file readŁukasz Majewski1-1/+1
2012-09-21dfu:usb: Support for ext4Łukasz Majewski1-6/+26
2012-09-01dfu: MMC specific routines for DFU operationLukasz Majewski2-0/+163
2012-09-01dfu: DFU backend implementationLukasz Majewski2-0/+281