aboutsummaryrefslogtreecommitdiff
path: root/drivers/dfu
AgeCommit message (Expand)AuthorFilesLines
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