- d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
- 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
- 5378fb1 dfu: Add option to skip empty pages when flashing UBI images to NAND by Guillermo Rodríguez · 5 years ago
- 253d3b6 dfu: mmc: remove file size limit for io operations by Marek Szyprowski · 5 years ago
- 4690113 dfu: mmc: rearrange the code by Marek Szyprowski · 5 years ago
- 1e41401 dfu: Add optional timeout parameter by Andy Shevchenko · 5 years ago
- af1a829 dfu: add dependency on the raw NAND core by Miquel Raynal · 5 years ago
- a903be4 mtd: rename CONFIG_MTD -> CONFIG_DM_MTD by Miquel Raynal · 5 years ago
- 773771f dfu: add callback for flush and initiated operation by Patrick Delaunay · 5 years ago
- 2111e3c dfu: add DFU virtual backend by Patrick Delaunay · 5 years ago
- cb47cb0 dfu: add partition support for MTD backend by Patrick Delaunay · 5 years ago
- f7aee23 dfu: add backend for MTD device by Patrick Delaunay · 5 years ago
- 7ef8436 dfu: allow read with no data without error for EOF indication by Patrick Delaunay · 5 years ago
- 0616403 dfu: allow to manage DFU on several devices by Patrick Delaunay · 5 years ago
- 0f8fad8 dfu: prepare the support of multiple interface by Patrick Delaunay · 5 years ago
- bdc0f12 dfu: sf: add partition support for nor backend by Patrick Delaunay · 5 years ago
- ae224c3 dfu: cosmetic: cleanup sf to avoid checkpatch error by Patrick Delaunay · 5 years ago
- f937824 dfu: mmc: add support for in-partition offset by Marek Szyprowski · 5 years ago
- 756d9e1 dfu: dfu_nand: reduce verbosity by Ralph Siemsen · 5 years ago
- 0af6e2d env: Move env_get() to env.h by Simon Glass · 5 years ago
- 59fdf2e dfu: mmc: call fs functions instead of run_command by Simon Goldschmidt · 6 years ago
- 159eb4b dfu: Make DFU support more SPL friendly by Andrew F. Davis · 6 years ago
- 41fc0ad dfu: nand: Add missing dependency on CMD_MTDPARTS by Boris Brezillon · 6 years ago
- ab79fb0 dfu: Provide more verbose error message by Sam Protsenko · 6 years ago
- 6500cde dfu: Fix memory leak in dfu_init_env_entities() by Sam Protsenko · 6 years ago
- 6d29e5c dfu: Fix data abort in dfu_free_entities() by Sam Protsenko · 6 years ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 70c0b44 dfu: tftp: Fix arm64 build warnings by Marek Vasut · 7 years ago
- 7f8d436 dfu: Rename _FUNCTION_DFU to DFU_OVER_ by Marek Vasut · 7 years ago
- ea84f80 dfu: Fix up the Kconfig mess by Marek Vasut · 7 years ago
- ab68b43 dfu: select HASH by Maxime Ripard · 7 years ago
- 81e1042 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
- 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
- dec4ecb dfu: add common function to initiate transaction by Patrick Delaunay · 7 years ago
- 35be83e dfu: factorize transaction cleanup by Patrick Delaunay · 7 years ago
- f4e934f dfu: remove limitation on partition size by Patrick Delaunay · 7 years ago
- 5ea9b89 dfu: allow dfu read on partition greater than 2GB by Patrick Delaunay · 7 years ago
- ae1e9c7 dfu: dfu_nand: use get_nand_dev_by_index() by Grygorii Strashko · 7 years ago
- e01036c dfu: dfu_sf: Fix read offset by Phil Edworthy · 8 years ago
- 4cca5cf common: dfu: ignore reset for spl-dfu by B, Ravi · 8 years ago
- 9eb430d dfu: align array in dfu_get_dev_type with enum dfu_device_type by Patrick Delaunay · 8 years ago
- 265c7da dfu: Migrate to Kconfig by Tom Rini · 8 years ago
- 84f4148 nand: Fix some more NULL name tests by Scott Wood · 8 years ago
- aa7620b dm: dfu: mmc: Support CONFIG_BLK in DFU for MMC by Simon Glass · 8 years ago
- 0ed9da5 dfu, nand, ubi: fix erasing after write finish by Heiko Schocher · 8 years ago
- 2c1b7e1 nand: Embed mtd_info in struct nand_chip by Scott Wood · 8 years ago
- 08364d9 mtd: nand: Remove nand_info_t typedef by Scott Wood · 8 years ago
- 11f2bb6 dm: mmc: Use the new select_hwpart() API by Simon Glass · 9 years ago
- aebbf7a Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 9 years ago
- 529d4fd dfu: avoid memory leak by Peng Fan · 9 years ago
- 8c60f92 Fix various typos, scattered over the code. by Robert P. J. Day · 9 years ago
- 62d6d1c dfu: ram: fix number base of RAM entity parameters by Stephen Warren · 9 years ago
- 4fb4743 drivers: dfu: ram: fix a crash with dfu ram with invalid dfu_alt_info env by Mugunthan V N · 9 years ago
- b89a844 dm: part: Rename some partition functions by Simon Glass · 9 years ago
- e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
- 1e0f92a mmc: store hwpart in the block device by Stephen Warren · 9 years ago
- e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
- 354e39e dfu: dfu_sf: Pass duplicate devstr to parse_dev by Vignesh R · 9 years ago
- 4556b35 dfu: dfu_sf: Take the start address into account by Fabio Estevam · 9 years ago
- eae41e9 dfu: dfu_sf: Use the erase sector size for erase operations by Fabio Estevam · 9 years ago
- 7ae42bd dfu: mmc: buffer file reads too by Stephen Warren · 9 years ago
- 0898da5 dfu: don't keep freeing/reallocating by Stephen Warren · 9 years ago
- 770a801 dfu: tftp: Kconfig: Add Kconfig entry for dfu tftp feature by Lukasz Majewski · 9 years ago
- cc2d026 dfu: tftp: update: Add dfu_write_from_mem_addr() function by Lukasz Majewski · 9 years ago
- 507375c dfu: tftp: update: Provide tftp support for the DFU subsystem by Lukasz Majewski · 9 years ago
- 0af4df8 dfu: Delete superfluous initialization of the dfu_buf_size static variable by Lukasz Majewski · 9 years ago
- c00315b dfu: fix 64-bit compile warnings by Stephen Warren · 9 years ago
- 045d605 usb: USB download gadget and functions config options coherent naming by Paul Kocialkowski · 9 years ago
- eea8cad dfu: nand: Verify writes by Peter Tyser · 10 years ago
- 9d6d51a dfu: mmc: file buffer: remove static allocation by Przemyslaw Marczak · 10 years ago
- d0dd609 dfu: samsung: move call to set_dfu_alt_info() to dfu common code by Przemyslaw Marczak · 10 years ago
- 2488350 dfu: dfu_get_buf: check the value of env dfu_bufsiz before use by Przemyslaw Marczak · 10 years ago
- 95a2947 dfu: mmc: check if mmc device exists in mmc_block_op() by Przemyslaw Marczak · 10 years ago
- d38f24e usb, g_dnl: generalize DFU detach functions by Rob Herring · 10 years ago
- c0003f2 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 10 years ago
- db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
- 3a39d01 dfu: thor: fix: Modify dfu_get_alt() function to support absolute paths by Lukasz Majewski · 10 years ago
- def9215 dm: Add spi.h header to a few files by Simon Glass · 10 years ago
- f3e12b7 kconfig: add blank Kconfig files by Masahiro Yamada · 10 years ago
- d9eae70 dfu: Provide means to find difference between dfu-util -e and -R by Lukasz Majewski · 10 years ago
- afb2cf0 dfu: fix readback buffer overflow test by Stephen Warren · 10 years ago
- 0280af7 dfu: add SF backend by Stephen Warren · 10 years ago
- a5f77f6 dfu: add free_entity() to struct dfu_entity by Stephen Warren · 10 years ago
- f950098 dfu: allow backend to specify a maximum buffer size by Stephen Warren · 10 years ago
- 4afe50f dfu: defer parsing of device string to IO backend by Stephen Warren · 10 years ago
- 7f45023 dfu: add write error handling by Stephen Warren · 10 years ago
- 020e6f3 dfu: fix some issues with reads/uploads by Stephen Warren · 10 years ago
- 3e0d028 dfu: Disable default calculation of CRC32 by Lukasz Majewski · 10 years ago
- fa8dc1d dfu: Introduction of the "dfu_hash_algo" env variable for checksum method setting by Lukasz Majewski · 11 years ago
- 4da65ea dfu: mmc: Provide support for eMMC boot partition access by Lukasz Majewski · 11 years ago
- a0f6a38 drivers:dfu: dfu_flush(): add raw data flush to complete dfu write by Przemyslaw Marczak · 11 years ago
- b948810 dfu, nand: add medium specific polltimeout function by Heiko Schocher · 11 years ago
- 0ab80bf dfu: mmc: change offset base handling by Mateusz Zalega · 11 years ago
- dcb6ea6 dfu: mmc: raw data write fix by Mateusz Zalega · 11 years ago
- f62b92d dfu:fix: Replace wrong return value with proper one by Lukasz Majewski · 11 years ago
- b8fb7b8 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
- cf6d7db dfu: mmc: Replace calls to u-boot commands with native mmc API by Łukasz Majewski · 11 years ago
- e1ba151 usb: dfu: introduce dfuMANIFEST state by Heiko Schocher · 11 years ago
- 941b384 usb, dfu: extract flush code into seperate function by Heiko Schocher · 11 years ago
- 4af3e08 usb: dfu: add static alt num count in dfu_config_entities() by Przemyslaw Marczak · 11 years ago