1. 2dc41fc dfu: dfu_mtd: set max_buf_size to erasesize also for NOR devices by Patrick Delaunay · 3 years, 7 months ago
  2. 8e3ea2d usb: dfu: Migrate CONFIG_SYS_DFU_DATA_BUF_SIZE and CONFIG_SYS_DFU_MAX_FILE_SIZE to Kconfig by Aswath Govindraju · 3 years, 4 months ago
  3. a5bb384 dfu: dfu_mtd: remove the mtd_block_op error when mtd_lock is not supported by Patrick Delaunay · 3 years, 7 months ago
  4. 57cba22 dfu: dfu_sf: avoid double free of SPI device by Heinrich Schuchardt · 3 years, 6 months ago
  5. a045bc1 dfu: dfu_sf: use correct print code by Heinrich Schuchardt · 3 years, 9 months ago
  6. c533f94 dfu: add 'SCRIPT' entity by Marek Szyprowski · 3 years, 9 months ago
  7. b5f3405 dfu: add 'SKIP' entity by Jaehoon Chung · 3 years, 9 months ago
  8. f21358a dfu: mmc: use the default MMC device if entity specifies it as -1 by Marek Szyprowski · 3 years, 9 months ago
  9. 1b3c4cb dfu: Fix handling of UBI partitions in MTD backend by Guillermo Rodriguez · 4 years, 1 month ago
  10. 65f3fc1 dfu_mtd: Add provision to unlock mtd device by Sughosh Ganu · 3 years, 9 months ago
  11. c32479d dfu: simplify the dependencies of DFU_TFTP by AKASHI Takahiro · 3 years, 10 months ago
  12. f234566 dfu: add dfu_write_by_alt() by AKASHI Takahiro · 4 years ago
  13. 6beaa47 dfu: export dfu_list by AKASHI Takahiro · 4 years ago
  14. 3149e52 common: update: add a generic interface for FIT image by AKASHI Takahiro · 4 years ago
  15. 1c2d129 dfu: modify an argument type for an address by AKASHI Takahiro · 4 years ago
  16. 045fd8b dfu: rename dfu_tftp_write() to dfu_write_by_name() by AKASHI Takahiro · 4 years ago
  17. 73f4ebb dfu: fix dfu tftp on sandbox by Heinrich Schuchardt · 4 years, 2 months ago
  18. 40c7942 dfu: DFU_MTD depends on CMD_MTDPARTS by Heinrich Schuchardt · 4 years, 2 months ago
  19. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  20. e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 5 months ago
  21. 0528979 part: Drop disk_partition_t typedef by Simon Glass · 4 years, 5 months ago
  22. b79fdc7 common: Drop flash.h from common header by Simon Glass · 4 years, 5 months ago
  23. 8cc2814 configs: migrate CONFIG_SET_DFU_ALT_INFO to defconfigs by Patrick Delaunay · 4 years, 7 months ago
  24. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 8 months ago
  25. c95215a Merge tag 'rpi-next-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi by Tom Rini · 4 years, 8 months ago
  26. 13cb7cc dfu: Add option to skip empty pages when flashing UBI images to NAND by Guillermo Rodríguez · 4 years, 9 months ago
  27. c2a1e3d dfu: mmc: remove file size limit for io operations by Marek Szyprowski · 4 years, 10 months ago
  28. 774f8b0 dfu: mmc: rearrange the code by Marek Szyprowski · 4 years, 10 months ago
  29. 98a8f44 dfu: Add optional timeout parameter by Andy Shevchenko · 4 years, 10 months ago
  30. f3a02d2 dfu: add dependency on the raw NAND core by Miquel Raynal · 5 years ago
  31. 1de770d mtd: rename CONFIG_MTD -> CONFIG_DM_MTD by Miquel Raynal · 5 years ago
  32. 067c13c dfu: add callback for flush and initiated operation by Patrick Delaunay · 5 years ago
  33. ec44cac dfu: add DFU virtual backend by Patrick Delaunay · 5 years ago
  34. d5640f7 dfu: add partition support for MTD backend by Patrick Delaunay · 5 years ago
  35. 6015af2 dfu: add backend for MTD device by Patrick Delaunay · 5 years ago
  36. 0de1022 dfu: allow read with no data without error for EOF indication by Patrick Delaunay · 5 years ago
  37. febabe3 dfu: allow to manage DFU on several devices by Patrick Delaunay · 5 years ago
  38. 9ada683 dfu: prepare the support of multiple interface by Patrick Delaunay · 5 years ago
  39. cb986ba dfu: sf: add partition support for nor backend by Patrick Delaunay · 5 years ago
  40. 909b690 dfu: cosmetic: cleanup sf to avoid checkpatch error by Patrick Delaunay · 5 years ago
  41. d2d8eab dfu: mmc: add support for in-partition offset by Marek Szyprowski · 5 years ago
  42. 0a815ff dfu: dfu_nand: reduce verbosity by Ralph Siemsen · 5 years ago
  43. 7b51b57 env: Move env_get() to env.h by Simon Glass · 5 years ago
  44. 1f92c07 dfu: mmc: call fs functions instead of run_command by Simon Goldschmidt · 6 years ago
  45. 2d59ec8 dfu: Make DFU support more SPL friendly by Andrew F. Davis · 6 years ago
  46. 96c2961 dfu: nand: Add missing dependency on CMD_MTDPARTS by Boris Brezillon · 6 years ago
  47. 28a5c88 dfu: Provide more verbose error message by Sam Protsenko · 6 years ago
  48. 87a8ca9 dfu: Fix memory leak in dfu_init_env_entities() by Sam Protsenko · 6 years ago
  49. feaa785 dfu: Fix data abort in dfu_free_entities() by Sam Protsenko · 6 years ago
  50. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  51. 36dd7e7 dfu: tftp: Fix arm64 build warnings by Marek Vasut · 7 years ago
  52. bb4059a dfu: Rename _FUNCTION_DFU to DFU_OVER_ by Marek Vasut · 7 years ago
  53. 0f44d33 dfu: Fix up the Kconfig mess by Marek Vasut · 7 years ago
  54. 70c56c1 dfu: select HASH by Maxime Ripard · 7 years ago
  55. 9b643e3 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  56. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  57. 6fa8ddd dfu: add common function to initiate transaction by Patrick Delaunay · 7 years ago
  58. 57da060 dfu: factorize transaction cleanup by Patrick Delaunay · 7 years ago
  59. 15970d8 dfu: remove limitation on partition size by Patrick Delaunay · 7 years ago
  60. 4de5120 dfu: allow dfu read on partition greater than 2GB by Patrick Delaunay · 7 years ago
  61. 1652018 dfu: dfu_nand: use get_nand_dev_by_index() by Grygorii Strashko · 7 years ago
  62. e5f00f0 dfu: dfu_sf: Fix read offset by Phil Edworthy · 7 years ago
  63. 66928af common: dfu: ignore reset for spl-dfu by B, Ravi · 7 years ago
  64. dd93a8e dfu: align array in dfu_get_dev_type with enum dfu_device_type by Patrick Delaunay · 8 years ago
  65. 6828e60 dfu: Migrate to Kconfig by Tom Rini · 8 years ago
  66. 8b7d512 nand: Fix some more NULL name tests by Scott Wood · 8 years ago
  67. 797d1b9 dm: dfu: mmc: Support CONFIG_BLK in DFU for MMC by Simon Glass · 8 years ago
  68. 9ae63f4 dfu, nand, ubi: fix erasing after write finish by Heiko Schocher · 8 years ago
  69. b616d9b nand: Embed mtd_info in struct nand_chip by Scott Wood · 8 years ago
  70. 151c06e mtd: nand: Remove nand_info_t typedef by Scott Wood · 8 years ago
  71. 69f45cd dm: mmc: Use the new select_hwpart() API by Simon Glass · 8 years ago
  72. 7b4f17b Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 8 years ago
  73. 5d8fae7 dfu: avoid memory leak by Peng Fan · 8 years ago
  74. 1cc0a9f Fix various typos, scattered over the code. by Robert P. J. Day · 8 years ago
  75. 3517de6 dfu: ram: fix number base of RAM entity parameters by Stephen Warren · 8 years ago
  76. e1b0f6f drivers: dfu: ram: fix a crash with dfu ram with invalid dfu_alt_info env by Mugunthan V N · 8 years ago
  77. 3e8bd46 dm: part: Rename some partition functions by Simon Glass · 9 years ago
  78. 4101f68 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  79. 873cc1d mmc: store hwpart in the block device by Stephen Warren · 9 years ago
  80. 7c4213f block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  81. 30e3ea4 dfu: dfu_sf: Pass duplicate devstr to parse_dev by Vignesh R · 9 years ago
  82. 2727f3b dfu: dfu_sf: Take the start address into account by Fabio Estevam · 9 years ago
  83. f4c9258 dfu: dfu_sf: Use the erase sector size for erase operations by Fabio Estevam · 9 years ago
  84. 411c5e5 dfu: mmc: buffer file reads too by Stephen Warren · 9 years ago
  85. 806bd24 dfu: don't keep freeing/reallocating by Stephen Warren · 9 years ago
  86. 585a696 dfu: tftp: Kconfig: Add Kconfig entry for dfu tftp feature by Lukasz Majewski · 9 years ago
  87. 2092e46 dfu: tftp: update: Add dfu_write_from_mem_addr() function by Lukasz Majewski · 9 years ago
  88. 2d50d68 dfu: tftp: update: Provide tftp support for the DFU subsystem by Lukasz Majewski · 9 years ago
  89. a7e6892 dfu: Delete superfluous initialization of the dfu_buf_size static variable by Lukasz Majewski · 9 years ago
  90. e621c7a dfu: fix 64-bit compile warnings by Stephen Warren · 9 years ago
  91. 01acd6a usb: USB download gadget and functions config options coherent naming by Paul Kocialkowski · 9 years ago
  92. 9ac71f1 dfu: nand: Verify writes by Peter Tyser · 10 years ago
  93. 41ac233 dfu: mmc: file buffer: remove static allocation by Przemyslaw Marczak · 10 years ago
  94. 899a528 dfu: samsung: move call to set_dfu_alt_info() to dfu common code by Przemyslaw Marczak · 10 years ago
  95. f597fc3 dfu: dfu_get_buf: check the value of env dfu_bufsiz before use by Przemyslaw Marczak · 10 years ago
  96. 7da6fa2 dfu: mmc: check if mmc device exists in mmc_block_op() by Przemyslaw Marczak · 10 years ago
  97. fe1b28c usb, g_dnl: generalize DFU detach functions by Rob Herring · 10 years ago
  98. fc9b0b8 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 10 years ago
  99. b414119 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  100. 5610b05 dfu: thor: fix: Modify dfu_get_alt() function to support absolute paths by Lukasz Majewski · 10 years ago