- 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
- 6f12ebf dfu: add SF backend by Stephen Warren · 10 years ago
- cb7bd2e dfu: add free_entity() to struct dfu_entity by Stephen Warren · 10 years ago
- 7ac1b41 dfu: allow backend to specify a maximum buffer size by Stephen Warren · 10 years ago
- dd64827 dfu: defer parsing of device string to IO backend by Stephen Warren · 10 years ago
- 3ee9593 dfu: add write error handling by Stephen Warren · 10 years ago
- 0e285b5 dfu: fix some issues with reads/uploads by Stephen Warren · 10 years ago
- 3d83e67 dfu: Disable default calculation of CRC32 by Lukasz Majewski · 10 years ago
- bd69424 dfu: Introduction of the "dfu_hash_algo" env variable for checksum method setting by Lukasz Majewski · 10 years ago
- c8151b4 dfu: mmc: Provide support for eMMC boot partition access by Lukasz Majewski · 11 years ago
- 1aa4bdc drivers:dfu: dfu_flush(): add raw data flush to complete dfu write by Przemyslaw Marczak · 10 years ago
- fc25fa2 dfu, nand: add medium specific polltimeout function by Heiko Schocher · 11 years ago
- b7d4259 dfu: mmc: change offset base handling by Mateusz Zalega · 11 years ago
- 711b931 dfu: mmc: raw data write fix by Mateusz Zalega · 11 years ago
- 672ad18 dfu:fix: Replace wrong return value with proper one by Lukasz Majewski · 11 years ago
- 519fdde Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
- 7d0b605 dfu: mmc: Replace calls to u-boot commands with native mmc API by Łukasz Majewski · 11 years ago
- 001a831 usb: dfu: introduce dfuMANIFEST state by Heiko Schocher · 11 years ago
- a2199af usb, dfu: extract flush code into seperate function by Heiko Schocher · 11 years ago
- b627eb4 usb: dfu: add static alt num count in dfu_config_entities() by Przemyslaw Marczak · 11 years ago
- 17eb1d8 dfu: mmc: fs: Fix format accepted by ext4write command by Lukasz Majewski · 11 years ago
- 4fb1278 dfu: Export allocated dfu buffer size by Lukasz Majewski · 11 years ago
- 47d79de usb: dfu: make nand upload working by Bo Shen · 11 years ago
- 31bae4c usb: dfu: correct dfu buffer inited value by Bo Shen · 11 years ago
- c2617bc usb: dfu: decrease dfu->r_left along with the transfer by Bo Shen · 11 years ago
- 710f1d3 drivers: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
- d427826 dfu:core: Export dfu_{get|free}_buf functions by Lukasz Majewski · 11 years ago
- fed936e dfu:core: Find DFU alt setting number by passing its name by Lukasz Majewski · 11 years ago
- 16297cf usb: new board-specific USB init interface by Mateusz Zalega · 11 years ago
- a9479f0 dfu: ram support by Afzal Mohammed · 11 years ago
- 5a127c8 dfu: unify mmc/nand read/write ops enum by Afzal Mohammed · 11 years ago
- 765c5ae dfu: Extract common DFU code to handle "dfu_alt_info" environment variable by Lukasz Majewski · 11 years ago
- a7d2c3c dfu:cosmetic: Fix printf text for buffer overflow condition by Lukasz Majewski · 11 years ago
- 815c30b dfu, nand, ubi: add partubi alt settings for updating ubi partition by Heiko Schocher · 11 years ago
- 6bed7ce dfu: Implementation of target reset after communication with dfu-util's -R switch by Lukasz Majewski · 11 years ago
- 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- 9df4955 dfu:ext4:fix Fix DFU upload functionality by Łukasz Majewski · 11 years ago
- 051f9a3 dfu:ext4:fix Fix ext4{read|write} command formatting by Łukasz Majewski · 11 years ago
- 36f05e6 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 11 years ago
- e7e75c7 dfu: make data buffer size configurable by Heiko Schocher · 11 years ago
- a67cc37 dfu, nand: before write a buffer to nand, erase the nand sectors by Heiko Schocher · 11 years ago
- c663176 dfu: NAND specific routines for DFU operation by Pantelis Antoniou · 12 years ago
- ea2453d dfu: Support larger than memory transfers. by Pantelis Antoniou · 12 years ago
- 6642772 dfu:ext4:fix: Change ext4write command order of parameters by Łukasz Majewski · 12 years ago
- 1b6ca18 dfu: Add a partition type target by Pantelis Antoniou · 12 years ago
- 81c1d7b dfu:usb:fix: Read the "filesize" environment variable only when file read by Łukasz Majewski · 12 years ago