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