Age | Commit message (Expand) | Author |
2016-05-05 | Fix various typos, scattered over the code. | Robert P. J. Day |
2016-04-25 | dfu: ram: fix number base of RAM entity parameters | Stephen Warren |
2016-04-25 | drivers: dfu: ram: fix a crash with dfu ram with invalid dfu_alt_info env | Mugunthan V N |
2016-03-14 | dm: part: Rename some partition functions | Simon Glass |
2016-03-14 | dm: Drop the block_dev_desc_t typedef | Simon Glass |
2016-01-13 | mmc: store hwpart in the block device | Stephen Warren |
2016-01-13 | block: pass block dev not num to read/write/erase() | Stephen Warren |
2015-11-03 | dfu: dfu_sf: Pass duplicate devstr to parse_dev | Vignesh R |
2015-10-19 | dfu: dfu_sf: Take the start address into account | Fabio Estevam |
2015-10-19 | dfu: dfu_sf: Use the erase sector size for erase operations | Fabio Estevam |
2015-09-11 | dfu: mmc: buffer file reads too | Stephen Warren |
2015-09-11 | dfu: don't keep freeing/reallocating | Stephen Warren |
2015-09-07 | dfu: tftp: Kconfig: Add Kconfig entry for dfu tftp feature | Lukasz Majewski |
2015-09-07 | dfu: tftp: update: Add dfu_write_from_mem_addr() function | Lukasz Majewski |
2015-09-07 | dfu: tftp: update: Provide tftp support for the DFU subsystem | Lukasz Majewski |
2015-09-07 | dfu: Delete superfluous initialization of the dfu_buf_size static variable | Lukasz Majewski |
2015-07-27 | dfu: fix 64-bit compile warnings | Stephen Warren |
2015-07-22 | usb: USB download gadget and functions config options coherent naming | Paul Kocialkowski |
2015-03-30 | dfu: nand: Verify writes | Peter Tyser |
2015-03-09 | dfu: mmc: file buffer: remove static allocation | Przemyslaw Marczak |
2015-02-25 | dfu: samsung: move call to set_dfu_alt_info() to dfu common code | Przemyslaw Marczak |
2014-12-18 | dfu: dfu_get_buf: check the value of env dfu_bufsiz before use | Przemyslaw Marczak |
2014-12-18 | dfu: mmc: check if mmc device exists in mmc_block_op() | Przemyslaw Marczak |
2014-12-18 | usb, g_dnl: generalize DFU detach functions | Rob Herring |
2014-12-11 | Merge branch 'master' of git://git.denx.de/u-boot-usb | Tom Rini |
2014-11-23 | linux/kernel.h: sync min, max, min3, max3 macros with Linux | Masahiro Yamada |
2014-11-14 | dfu: thor: fix: Modify dfu_get_alt() function to support absolute paths | Lukasz Majewski |
2014-10-22 | dm: Add spi.h header to a few files | Simon Glass |
2014-09-24 | kconfig: add blank Kconfig files | Masahiro Yamada |
2014-09-02 | dfu: Provide means to find difference between dfu-util -e and -R | Lukasz Majewski |
2014-08-09 | dfu: fix readback buffer overflow test | Stephen Warren |
2014-08-09 | dfu: add SF backend | Stephen Warren |
2014-08-09 | dfu: add free_entity() to struct dfu_entity | Stephen Warren |
2014-08-09 | dfu: allow backend to specify a maximum buffer size | Stephen Warren |
2014-08-09 | dfu: defer parsing of device string to IO backend | Stephen Warren |
2014-08-09 | dfu: add write error handling | Stephen Warren |
2014-08-09 | dfu: fix some issues with reads/uploads | Stephen Warren |
2014-06-11 | dfu: Disable default calculation of CRC32 | Lukasz Majewski |
2014-06-01 | dfu: Introduction of the "dfu_hash_algo" env variable for checksum method set... | Lukasz Majewski |
2014-05-15 | dfu: mmc: Provide support for eMMC boot partition access | Lukasz Majewski |
2014-05-15 | drivers:dfu: dfu_flush(): add raw data flush to complete dfu write | Przemyslaw Marczak |
2014-05-08 | dfu, nand: add medium specific polltimeout function | Heiko Schocher |
2014-05-05 | dfu: mmc: change offset base handling | Mateusz Zalega |
2014-05-05 | dfu: mmc: raw data write fix | Mateusz Zalega |
2014-04-30 | dfu:fix: Replace wrong return value with proper one | Lukasz Majewski |
2014-04-08 | Merge branch 'u-boot/master' into 'u-boot-arm/master' | Albert ARIBAUD |
2014-03-23 | dfu: mmc: Replace calls to u-boot commands with native mmc API | Ćukasz Majewski |
2014-03-23 | usb: dfu: introduce dfuMANIFEST state | Heiko Schocher |
2014-03-23 | usb, dfu: extract flush code into seperate function | Heiko Schocher |
2014-03-13 | usb: dfu: add static alt num count in dfu_config_entities() | Przemyslaw Marczak |