1. f490623 dfu: add CONFIG_DFU_NAME_MAX_SIZE configuration by Jaehoon Chung · 2 years, 4 months ago
  2. 9f8b150 dfu: Make DFU_TFTP depend on NETDEVICES by Tom Rini · 12 months ago
  3. 60d904a dfu: mmc: Add support for exposing whole mmc device by Marek Vasut · 12 months ago
  4. be0da12 dfu: mtd: mark bad the MTD block on erase error by Patrick Delaunay · 1 year, 5 months ago
  5. 4b1c067 dfu: mtd: fix the trace when limit is reached by Patrick Delaunay · 1 year, 5 months ago
  6. 1e94b46 common: Drop linux/printk.h from common header by Simon Glass · 1 year, 1 month ago
  7. d05e377 dfu: Add proper dependency for CONFIG_DFU_MMC by Ashok Reddy Soma · 1 year, 4 months ago
  8. 28d3439 dfu: mtd: remove direct call of mtdparts_init function by Patrick Delaunay · 1 year, 4 months ago
  9. de06083 common: dfu: Remove leading space characters by Ravi Gunasekaran · 1 year, 5 months ago
  10. e33a5c6 blk: Switch over to using uclass IDs by Simon Glass · 2 years, 2 months ago
  11. 17ead04 Audit <flash.h> inclusion by Tom Rini · 2 years, 3 months ago
  12. 53b4063 DFU: Check the number of arguments and argument string strictly by Masami Hiramatsu · 2 years, 9 months ago
  13. 8db74c1 DFU: Accept redundant spaces and tabs in dfu_alt_info by Masami Hiramatsu · 2 years, 9 months ago
  14. d8ae90a DFU: Do not copy the entity name over the buffer size by Masami Hiramatsu · 2 years, 9 months ago
  15. 5622747 dfu: mtd: skip empty pages when writing page for UBI partition by Patrick Delaunay · 2 years, 9 months ago
  16. f8d7e6e dfu: newline after updating by Heinrich Schuchardt · 3 years, 8 months ago
  17. 73d18e3 dfu: Sort Kconfig entries alphabetically by Marek Vasut · 3 years ago
  18. ca341e9 dfu: dfu_sf: Read the SPI flash in 16 MiB chunks by Marek Vasut · 3 years, 1 month ago
  19. b4c2c15 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 2 months ago
  20. 0b1284e global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 3 months ago
  21. 7e5f460 global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 3 months ago
  22. d471032 dfu: add error callback by Patrick Delaunay · 3 years, 5 months ago
  23. 2dc41fc dfu: dfu_mtd: set max_buf_size to erasesize also for NOR devices by Patrick Delaunay · 3 years, 8 months ago
  24. 8e3ea2d usb: dfu: Migrate CONFIG_SYS_DFU_DATA_BUF_SIZE and CONFIG_SYS_DFU_MAX_FILE_SIZE to Kconfig by Aswath Govindraju · 3 years, 5 months ago
  25. a5bb384 dfu: dfu_mtd: remove the mtd_block_op error when mtd_lock is not supported by Patrick Delaunay · 3 years, 7 months ago
  26. 57cba22 dfu: dfu_sf: avoid double free of SPI device by Heinrich Schuchardt · 3 years, 7 months ago
  27. a045bc1 dfu: dfu_sf: use correct print code by Heinrich Schuchardt · 3 years, 10 months ago
  28. c533f94 dfu: add 'SCRIPT' entity by Marek Szyprowski · 3 years, 10 months ago
  29. b5f3405 dfu: add 'SKIP' entity by Jaehoon Chung · 3 years, 10 months ago
  30. f21358a dfu: mmc: use the default MMC device if entity specifies it as -1 by Marek Szyprowski · 3 years, 10 months ago
  31. 1b3c4cb dfu: Fix handling of UBI partitions in MTD backend by Guillermo Rodriguez · 4 years, 2 months ago
  32. 65f3fc1 dfu_mtd: Add provision to unlock mtd device by Sughosh Ganu · 3 years, 10 months ago
  33. c32479d dfu: simplify the dependencies of DFU_TFTP by AKASHI Takahiro · 4 years ago
  34. f234566 dfu: add dfu_write_by_alt() by AKASHI Takahiro · 4 years ago
  35. 6beaa47 dfu: export dfu_list by AKASHI Takahiro · 4 years ago
  36. 3149e52 common: update: add a generic interface for FIT image by AKASHI Takahiro · 4 years ago
  37. 1c2d129 dfu: modify an argument type for an address by AKASHI Takahiro · 4 years ago
  38. 045fd8b dfu: rename dfu_tftp_write() to dfu_write_by_name() by AKASHI Takahiro · 4 years ago
  39. 73f4ebb dfu: fix dfu tftp on sandbox by Heinrich Schuchardt · 4 years, 3 months ago
  40. 40c7942 dfu: DFU_MTD depends on CMD_MTDPARTS by Heinrich Schuchardt · 4 years, 3 months ago
  41. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  42. e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 5 months ago
  43. 0528979 part: Drop disk_partition_t typedef by Simon Glass · 4 years, 5 months ago
  44. b79fdc7 common: Drop flash.h from common header by Simon Glass · 4 years, 5 months ago
  45. 8cc2814 configs: migrate CONFIG_SET_DFU_ALT_INFO to defconfigs by Patrick Delaunay · 4 years, 8 months ago
  46. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 9 months ago
  47. c95215a Merge tag 'rpi-next-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi by Tom Rini · 4 years, 9 months ago
  48. 13cb7cc dfu: Add option to skip empty pages when flashing UBI images to NAND by Guillermo Rodríguez · 4 years, 10 months ago
  49. c2a1e3d dfu: mmc: remove file size limit for io operations by Marek Szyprowski · 4 years, 11 months ago
  50. 774f8b0 dfu: mmc: rearrange the code by Marek Szyprowski · 4 years, 11 months ago
  51. 98a8f44 dfu: Add optional timeout parameter by Andy Shevchenko · 5 years ago
  52. f3a02d2 dfu: add dependency on the raw NAND core by Miquel Raynal · 5 years ago
  53. 1de770d mtd: rename CONFIG_MTD -> CONFIG_DM_MTD by Miquel Raynal · 5 years ago
  54. 067c13c dfu: add callback for flush and initiated operation by Patrick Delaunay · 5 years ago
  55. ec44cac dfu: add DFU virtual backend by Patrick Delaunay · 5 years ago
  56. d5640f7 dfu: add partition support for MTD backend by Patrick Delaunay · 5 years ago
  57. 6015af2 dfu: add backend for MTD device by Patrick Delaunay · 5 years ago
  58. 0de1022 dfu: allow read with no data without error for EOF indication by Patrick Delaunay · 5 years ago
  59. febabe3 dfu: allow to manage DFU on several devices by Patrick Delaunay · 5 years ago
  60. 9ada683 dfu: prepare the support of multiple interface by Patrick Delaunay · 5 years ago
  61. cb986ba dfu: sf: add partition support for nor backend by Patrick Delaunay · 5 years ago
  62. 909b690 dfu: cosmetic: cleanup sf to avoid checkpatch error by Patrick Delaunay · 5 years ago
  63. d2d8eab dfu: mmc: add support for in-partition offset by Marek Szyprowski · 5 years ago
  64. 0a815ff dfu: dfu_nand: reduce verbosity by Ralph Siemsen · 5 years ago
  65. 7b51b57 env: Move env_get() to env.h by Simon Glass · 5 years ago
  66. 1f92c07 dfu: mmc: call fs functions instead of run_command by Simon Goldschmidt · 6 years ago
  67. 2d59ec8 dfu: Make DFU support more SPL friendly by Andrew F. Davis · 6 years ago
  68. 96c2961 dfu: nand: Add missing dependency on CMD_MTDPARTS by Boris Brezillon · 6 years ago
  69. 28a5c88 dfu: Provide more verbose error message by Sam Protsenko · 6 years ago
  70. 87a8ca9 dfu: Fix memory leak in dfu_init_env_entities() by Sam Protsenko · 6 years ago
  71. feaa785 dfu: Fix data abort in dfu_free_entities() by Sam Protsenko · 6 years ago
  72. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  73. 36dd7e7 dfu: tftp: Fix arm64 build warnings by Marek Vasut · 7 years ago
  74. bb4059a dfu: Rename _FUNCTION_DFU to DFU_OVER_ by Marek Vasut · 7 years ago
  75. 0f44d33 dfu: Fix up the Kconfig mess by Marek Vasut · 7 years ago
  76. 70c56c1 dfu: select HASH by Maxime Ripard · 7 years ago
  77. 9b643e3 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  78. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  79. 6fa8ddd dfu: add common function to initiate transaction by Patrick Delaunay · 7 years ago
  80. 57da060 dfu: factorize transaction cleanup by Patrick Delaunay · 7 years ago
  81. 15970d8 dfu: remove limitation on partition size by Patrick Delaunay · 7 years ago
  82. 4de5120 dfu: allow dfu read on partition greater than 2GB by Patrick Delaunay · 7 years ago
  83. 1652018 dfu: dfu_nand: use get_nand_dev_by_index() by Grygorii Strashko · 7 years ago
  84. e5f00f0 dfu: dfu_sf: Fix read offset by Phil Edworthy · 7 years ago
  85. 66928af common: dfu: ignore reset for spl-dfu by B, Ravi · 7 years ago
  86. dd93a8e dfu: align array in dfu_get_dev_type with enum dfu_device_type by Patrick Delaunay · 8 years ago
  87. 6828e60 dfu: Migrate to Kconfig by Tom Rini · 8 years ago
  88. 8b7d512 nand: Fix some more NULL name tests by Scott Wood · 8 years ago
  89. 797d1b9 dm: dfu: mmc: Support CONFIG_BLK in DFU for MMC by Simon Glass · 8 years ago
  90. 9ae63f4 dfu, nand, ubi: fix erasing after write finish by Heiko Schocher · 8 years ago
  91. b616d9b nand: Embed mtd_info in struct nand_chip by Scott Wood · 8 years ago
  92. 151c06e mtd: nand: Remove nand_info_t typedef by Scott Wood · 8 years ago
  93. 69f45cd dm: mmc: Use the new select_hwpart() API by Simon Glass · 8 years ago
  94. 7b4f17b Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 8 years ago
  95. 5d8fae7 dfu: avoid memory leak by Peng Fan · 8 years ago
  96. 1cc0a9f Fix various typos, scattered over the code. by Robert P. J. Day · 8 years ago
  97. 3517de6 dfu: ram: fix number base of RAM entity parameters by Stephen Warren · 8 years ago
  98. e1b0f6f drivers: dfu: ram: fix a crash with dfu ram with invalid dfu_alt_info env by Mugunthan V N · 8 years ago
  99. 3e8bd46 dm: part: Rename some partition functions by Simon Glass · 9 years ago
  100. 4101f68 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago