1. dbfa32c blk: Switch over to using uclass IDs by Simon Glass · 2 years, 3 months ago
  2. 063c938 Audit <flash.h> inclusion by Tom Rini · 2 years, 4 months ago
  3. fa4282a DFU: Check the number of arguments and argument string strictly by Masami Hiramatsu · 2 years, 10 months ago
  4. f815c33 DFU: Accept redundant spaces and tabs in dfu_alt_info by Masami Hiramatsu · 2 years, 10 months ago
  5. 020bb2c DFU: Do not copy the entity name over the buffer size by Masami Hiramatsu · 2 years, 10 months ago
  6. fd1f263 dfu: mtd: skip empty pages when writing page for UBI partition by Patrick Delaunay · 2 years, 10 months ago
  7. 54fb1fa dfu: newline after updating by Heinrich Schuchardt · 3 years, 9 months ago
  8. d7dc200 dfu: Sort Kconfig entries alphabetically by Marek Vasut · 3 years, 1 month ago
  9. a5fe780 dfu: dfu_sf: Read the SPI flash in 16 MiB chunks by Marek Vasut · 3 years, 2 months ago
  10. 4b198e3 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 3 months ago
  11. ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 4 months ago
  12. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 4 months ago
  13. f135735 dfu: add error callback by Patrick Delaunay · 3 years, 6 months ago
  14. 97f69af dfu: dfu_mtd: set max_buf_size to erasesize also for NOR devices by Patrick Delaunay · 3 years, 9 months ago
  15. cc13c5d usb: dfu: Migrate CONFIG_SYS_DFU_DATA_BUF_SIZE and CONFIG_SYS_DFU_MAX_FILE_SIZE to Kconfig by Aswath Govindraju · 3 years, 6 months ago
  16. 07c43fb dfu: dfu_mtd: remove the mtd_block_op error when mtd_lock is not supported by Patrick Delaunay · 3 years, 9 months ago
  17. 81f910e dfu: dfu_sf: avoid double free of SPI device by Heinrich Schuchardt · 3 years, 8 months ago
  18. 34db4d7 dfu: dfu_sf: use correct print code by Heinrich Schuchardt · 4 years ago
  19. b1fa1ad dfu: add 'SCRIPT' entity by Marek Szyprowski · 4 years ago
  20. d7cbe12 dfu: add 'SKIP' entity by Jaehoon Chung · 4 years ago
  21. 968f5e2 dfu: mmc: use the default MMC device if entity specifies it as -1 by Marek Szyprowski · 4 years ago
  22. abbe8c4 dfu: Fix handling of UBI partitions in MTD backend by Guillermo Rodriguez · 4 years, 3 months ago
  23. d6c907e dfu_mtd: Add provision to unlock mtd device by Sughosh Ganu · 3 years, 11 months ago
  24. 5cef045 dfu: simplify the dependencies of DFU_TFTP by AKASHI Takahiro · 4 years ago
  25. 0e84a04 dfu: add dfu_write_by_alt() by AKASHI Takahiro · 4 years, 1 month ago
  26. b24b829 dfu: export dfu_list by AKASHI Takahiro · 4 years, 1 month ago
  27. 768d58d common: update: add a generic interface for FIT image by AKASHI Takahiro · 4 years, 1 month ago
  28. bd4dc18 dfu: modify an argument type for an address by AKASHI Takahiro · 4 years, 1 month ago
  29. fb6732f dfu: rename dfu_tftp_write() to dfu_write_by_name() by AKASHI Takahiro · 4 years, 1 month ago
  30. 8784b0b dfu: fix dfu tftp on sandbox by Heinrich Schuchardt · 4 years, 4 months ago
  31. 4cba4a5 dfu: DFU_MTD depends on CMD_MTDPARTS by Heinrich Schuchardt · 4 years, 4 months ago
  32. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  33. 655306c common: Drop part.h from common header by Simon Glass · 4 years, 7 months ago
  34. c1c4a8f part: Drop disk_partition_t typedef by Simon Glass · 4 years, 7 months ago
  35. 8e20188 common: Drop flash.h from common header by Simon Glass · 4 years, 7 months ago
  36. e51b1bd configs: migrate CONFIG_SET_DFU_ALT_INFO to defconfigs by Patrick Delaunay · 4 years, 9 months ago
  37. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
  38. d69d595 Merge tag 'rpi-next-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi by Tom Rini · 4 years, 10 months ago
  39. 5378fb1 dfu: Add option to skip empty pages when flashing UBI images to NAND by Guillermo Rodríguez · 5 years ago
  40. 253d3b6 dfu: mmc: remove file size limit for io operations by Marek Szyprowski · 5 years ago
  41. 4690113 dfu: mmc: rearrange the code by Marek Szyprowski · 5 years ago
  42. 1e41401 dfu: Add optional timeout parameter by Andy Shevchenko · 5 years ago
  43. af1a829 dfu: add dependency on the raw NAND core by Miquel Raynal · 5 years ago
  44. a903be4 mtd: rename CONFIG_MTD -> CONFIG_DM_MTD by Miquel Raynal · 5 years ago
  45. 773771f dfu: add callback for flush and initiated operation by Patrick Delaunay · 5 years ago
  46. 2111e3c dfu: add DFU virtual backend by Patrick Delaunay · 5 years ago
  47. cb47cb0 dfu: add partition support for MTD backend by Patrick Delaunay · 5 years ago
  48. f7aee23 dfu: add backend for MTD device by Patrick Delaunay · 5 years ago
  49. 7ef8436 dfu: allow read with no data without error for EOF indication by Patrick Delaunay · 5 years ago
  50. 0616403 dfu: allow to manage DFU on several devices by Patrick Delaunay · 5 years ago
  51. 0f8fad8 dfu: prepare the support of multiple interface by Patrick Delaunay · 5 years ago
  52. bdc0f12 dfu: sf: add partition support for nor backend by Patrick Delaunay · 5 years ago
  53. ae224c3 dfu: cosmetic: cleanup sf to avoid checkpatch error by Patrick Delaunay · 5 years ago
  54. f937824 dfu: mmc: add support for in-partition offset by Marek Szyprowski · 5 years ago
  55. 756d9e1 dfu: dfu_nand: reduce verbosity by Ralph Siemsen · 5 years ago
  56. 0af6e2d env: Move env_get() to env.h by Simon Glass · 5 years ago
  57. 59fdf2e dfu: mmc: call fs functions instead of run_command by Simon Goldschmidt · 6 years ago
  58. 159eb4b dfu: Make DFU support more SPL friendly by Andrew F. Davis · 6 years ago
  59. 41fc0ad dfu: nand: Add missing dependency on CMD_MTDPARTS by Boris Brezillon · 6 years ago
  60. ab79fb0 dfu: Provide more verbose error message by Sam Protsenko · 6 years ago
  61. 6500cde dfu: Fix memory leak in dfu_init_env_entities() by Sam Protsenko · 6 years ago
  62. 6d29e5c dfu: Fix data abort in dfu_free_entities() by Sam Protsenko · 6 years ago
  63. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  64. 70c0b44 dfu: tftp: Fix arm64 build warnings by Marek Vasut · 7 years ago
  65. 7f8d436 dfu: Rename _FUNCTION_DFU to DFU_OVER_ by Marek Vasut · 7 years ago
  66. ea84f80 dfu: Fix up the Kconfig mess by Marek Vasut · 7 years ago
  67. ab68b43 dfu: select HASH by Maxime Ripard · 7 years ago
  68. 81e1042 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  69. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  70. dec4ecb dfu: add common function to initiate transaction by Patrick Delaunay · 7 years ago
  71. 35be83e dfu: factorize transaction cleanup by Patrick Delaunay · 7 years ago
  72. f4e934f dfu: remove limitation on partition size by Patrick Delaunay · 7 years ago
  73. 5ea9b89 dfu: allow dfu read on partition greater than 2GB by Patrick Delaunay · 7 years ago
  74. ae1e9c7 dfu: dfu_nand: use get_nand_dev_by_index() by Grygorii Strashko · 7 years ago
  75. e01036c dfu: dfu_sf: Fix read offset by Phil Edworthy · 8 years ago
  76. 4cca5cf common: dfu: ignore reset for spl-dfu by B, Ravi · 8 years ago
  77. 9eb430d dfu: align array in dfu_get_dev_type with enum dfu_device_type by Patrick Delaunay · 8 years ago
  78. 265c7da dfu: Migrate to Kconfig by Tom Rini · 8 years ago
  79. 84f4148 nand: Fix some more NULL name tests by Scott Wood · 8 years ago
  80. aa7620b dm: dfu: mmc: Support CONFIG_BLK in DFU for MMC by Simon Glass · 8 years ago
  81. 0ed9da5 dfu, nand, ubi: fix erasing after write finish by Heiko Schocher · 8 years ago
  82. 2c1b7e1 nand: Embed mtd_info in struct nand_chip by Scott Wood · 8 years ago
  83. 08364d9 mtd: nand: Remove nand_info_t typedef by Scott Wood · 8 years ago
  84. 11f2bb6 dm: mmc: Use the new select_hwpart() API by Simon Glass · 9 years ago
  85. aebbf7a Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 9 years ago
  86. 529d4fd dfu: avoid memory leak by Peng Fan · 9 years ago
  87. 8c60f92 Fix various typos, scattered over the code. by Robert P. J. Day · 9 years ago
  88. 62d6d1c dfu: ram: fix number base of RAM entity parameters by Stephen Warren · 9 years ago
  89. 4fb4743 drivers: dfu: ram: fix a crash with dfu ram with invalid dfu_alt_info env by Mugunthan V N · 9 years ago
  90. b89a844 dm: part: Rename some partition functions by Simon Glass · 9 years ago
  91. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  92. 1e0f92a mmc: store hwpart in the block device by Stephen Warren · 9 years ago
  93. e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  94. 354e39e dfu: dfu_sf: Pass duplicate devstr to parse_dev by Vignesh R · 9 years ago
  95. 4556b35 dfu: dfu_sf: Take the start address into account by Fabio Estevam · 9 years ago
  96. eae41e9 dfu: dfu_sf: Use the erase sector size for erase operations by Fabio Estevam · 9 years ago
  97. 7ae42bd dfu: mmc: buffer file reads too by Stephen Warren · 9 years ago
  98. 0898da5 dfu: don't keep freeing/reallocating by Stephen Warren · 9 years ago
  99. 770a801 dfu: tftp: Kconfig: Add Kconfig entry for dfu tftp feature by Lukasz Majewski · 9 years ago
  100. cc2d026 dfu: tftp: update: Add dfu_write_from_mem_addr() function by Lukasz Majewski · 9 years ago