aboutsummaryrefslogtreecommitdiff
path: root/drivers/dfu
AgeCommit message (Expand)AuthorFilesLines
2016-03-14dm: part: Rename some partition functionsSimon Glass1-1/+1
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass1-1/+1
2016-01-13mmc: store hwpart in the block deviceStephen Warren1-21/+5
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren1-2/+2
2015-11-03dfu: dfu_sf: Pass duplicate devstr to parse_devVignesh R1-1/+3
2015-10-19dfu: dfu_sf: Take the start address into accountFabio Estevam1-2/+10
2015-10-19dfu: dfu_sf: Use the erase sector size for erase operationsFabio Estevam1-1/+2
2015-09-11dfu: mmc: buffer file reads tooStephen Warren2-12/+26
2015-09-11dfu: don't keep freeing/reallocatingStephen Warren1-2/+2
2015-09-07dfu: tftp: Kconfig: Add Kconfig entry for dfu tftp featureLukasz Majewski1-0/+10
2015-09-07dfu: tftp: update: Add dfu_write_from_mem_addr() functionLukasz Majewski1-0/+37
2015-09-07dfu: tftp: update: Provide tftp support for the DFU subsystemLukasz Majewski2-0/+66
2015-09-07dfu: Delete superfluous initialization of the dfu_buf_size static variableLukasz Majewski1-1/+1
2015-07-27dfu: fix 64-bit compile warningsStephen Warren2-3/+3
2015-07-22usb: USB download gadget and functions config options coherent namingPaul Kocialkowski1-1/+1
2015-03-30dfu: nand: Verify writesPeter Tyser1-1/+1
2015-03-09dfu: mmc: file buffer: remove static allocationPrzemyslaw Marczak1-3/+22
2015-02-25dfu: samsung: move call to set_dfu_alt_info() to dfu common codePrzemyslaw Marczak1-0/+3
2014-12-18dfu: dfu_get_buf: check the value of env dfu_bufsiz before usePrzemyslaw Marczak1-2/+6
2014-12-18dfu: mmc: check if mmc device exists in mmc_block_op()Przemyslaw Marczak1-1/+7
2014-12-18usb, g_dnl: generalize DFU detach functionsRob Herring1-16/+0
2014-12-11Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-2/+27
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada1-1/+1
2014-11-14dfu: thor: fix: Modify dfu_get_alt() function to support absolute pathsLukasz Majewski1-2/+27
2014-10-22dm: Add spi.h header to a few filesSimon Glass1-0/+1
2014-09-24kconfig: add blank Kconfig filesMasahiro Yamada1-0/+0
2014-09-02dfu: Provide means to find difference between dfu-util -e and -RLukasz Majewski1-5/+26
2014-08-09dfu: fix readback buffer overflow testStephen Warren1-1/+1
2014-08-09dfu: add SF backendStephen Warren3-0/+143
2014-08-09dfu: add free_entity() to struct dfu_entityStephen Warren1-0/+3
2014-08-09dfu: allow backend to specify a maximum buffer sizeStephen Warren1-5/+8
2014-08-09dfu: defer parsing of device string to IO backendStephen Warren4-21/+24
2014-08-09dfu: add write error handlingStephen Warren1-18/+28
2014-08-09dfu: fix some issues with reads/uploadsStephen Warren4-21/+76
2014-06-11dfu: Disable default calculation of CRC32Lukasz Majewski1-13/+7
2014-06-01dfu: Introduction of the "dfu_hash_algo" env variable for checksum method set...Lukasz Majewski1-5/+47
2014-05-15dfu: mmc: Provide support for eMMC boot partition accessLukasz Majewski1-0/+46
2014-05-15drivers:dfu: dfu_flush(): add raw data flush to complete dfu writePrzemyslaw Marczak1-0/+4
2014-05-08dfu, nand: add medium specific polltimeout functionHeiko Schocher1-0/+13
2014-05-05dfu: mmc: change offset base handlingMateusz Zalega1-2/+6
2014-05-05dfu: mmc: raw data write fixMateusz Zalega1-40/+65
2014-04-30dfu:fix: Replace wrong return value with proper oneLukasz Majewski1-1/+1
2014-04-08Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2-27/+46
2014-03-23dfu: mmc: Replace calls to u-boot commands with native mmc APIƁukasz Majewski1-7/+24
2014-03-23usb: dfu: introduce dfuMANIFEST stateHeiko Schocher1-4/+0
2014-03-23usb, dfu: extract flush code into seperate functionHeiko Schocher1-18/+24
2014-03-13usb: dfu: add static alt num count in dfu_config_entities()Przemyslaw Marczak1-1/+5
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