| Commit message (Expand) | Author | Age | Files | Lines |
* | common: Drop log.h from common header | Simon Glass | 2020-05-18 | 5 | -0/+5 |
* | common: Drop part.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | part: Drop disk_partition_t typedef | Simon Glass | 2020-05-18 | 1 | -1/+1 |
* | common: Drop flash.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | configs: migrate CONFIG_SET_DFU_ALT_INFO to defconfigs | Patrick Delaunay | 2020-05-08 | 1 | -0/+5 |
* | dm: core: Require users of devres to include the header | Simon Glass | 2020-02-05 | 1 | -0/+1 |
* | Merge tag 'rpi-next-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-bo... | Tom Rini | 2020-02-05 | 1 | -36/+57 |
|\ |
|
| * | dfu: mmc: remove file size limit for io operations | Marek Szyprowski | 2020-01-29 | 1 | -16/+30 |
| * | dfu: mmc: rearrange the code | Marek Szyprowski | 2020-01-29 | 1 | -27/+34 |
* | | dfu: Add option to skip empty pages when flashing UBI images to NAND | Guillermo RodrÃguez | 2020-02-02 | 2 | -1/+13 |
|/ |
|
* | dfu: Add optional timeout parameter | Andy Shevchenko | 2020-01-07 | 2 | -0/+21 |
* | dfu: add dependency on the raw NAND core | Miquel Raynal | 2019-12-04 | 1 | -0/+1 |
* | mtd: rename CONFIG_MTD -> CONFIG_DM_MTD | Miquel Raynal | 2019-12-03 | 1 | -1/+1 |
* | dfu: add callback for flush and initiated operation | Patrick Delaunay | 2019-10-31 | 1 | -0/+19 |
* | dfu: add DFU virtual backend | Patrick Delaunay | 2019-10-31 | 4 | -1/+61 |
* | dfu: add partition support for MTD backend | Patrick Delaunay | 2019-10-31 | 1 | -1/+80 |
* | dfu: add backend for MTD device | Patrick Delaunay | 2019-10-31 | 4 | -1/+243 |
* | dfu: allow read with no data without error for EOF indication | Patrick Delaunay | 2019-10-31 | 1 | -0/+2 |
* | dfu: allow to manage DFU on several devices | Patrick Delaunay | 2019-10-31 | 1 | -1/+59 |
* | dfu: prepare the support of multiple interface | Patrick Delaunay | 2019-10-31 | 1 | -12/+39 |
* | dfu: sf: add partition support for nor backend | Patrick Delaunay | 2019-10-31 | 2 | -0/+60 |
* | dfu: cosmetic: cleanup sf to avoid checkpatch error | Patrick Delaunay | 2019-10-31 | 2 | -5/+6 |
* | dfu: mmc: add support for in-partition offset | Marek Szyprowski | 2019-10-31 | 1 | -2/+11 |
* | dfu: dfu_nand: reduce verbosity | Ralph Siemsen | 2019-10-31 | 1 | -1/+1 |
* | env: Move env_get() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+1 |
* | dfu: mmc: call fs functions instead of run_command | Simon Goldschmidt | 2019-01-30 | 1 | -36/+31 |
* | dfu: Make DFU support more SPL friendly | Andrew F. Davis | 2019-01-26 | 1 | -6/+6 |
* | dfu: nand: Add missing dependency on CMD_MTDPARTS | Boris Brezillon | 2018-11-13 | 1 | -0/+1 |
* | dfu: Provide more verbose error message | Sam Protsenko | 2018-08-08 | 1 | -0/+1 |
* | dfu: Fix memory leak in dfu_init_env_entities() | Sam Protsenko | 2018-08-08 | 1 | -3/+4 |
* | dfu: Fix data abort in dfu_free_entities() | Sam Protsenko | 2018-08-08 | 1 | -1/+1 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 7 | -15/+7 |
* | dfu: tftp: Fix arm64 build warnings | Marek Vasut | 2018-02-21 | 1 | -2/+2 |
* | dfu: Rename _FUNCTION_DFU to DFU_OVER_ | Marek Vasut | 2018-02-21 | 1 | -4/+4 |
* | dfu: Fix up the Kconfig mess | Marek Vasut | 2018-02-21 | 2 | -2/+12 |
* | dfu: select HASH | Maxime Ripard | 2018-01-26 | 1 | -0/+1 |
* | treewide: replace with error() with pr_err() | Masahiro Yamada | 2017-10-04 | 4 | -22/+22 |
* | env: Rename getenv/_f() to env_get() | Simon Glass | 2017-08-16 | 2 | -4/+4 |
* | dfu: add common function to initiate transaction | Patrick Delaunay | 2017-07-28 | 1 | -38/+34 |
* | dfu: factorize transaction cleanup | Patrick Delaunay | 2017-07-28 | 1 | -17/+11 |
* | dfu: remove limitation on partition size | Patrick Delaunay | 2017-07-28 | 5 | -9/+9 |
* | dfu: allow dfu read on partition greater than 2GB | Patrick Delaunay | 2017-07-28 | 5 | -15/+21 |
* | dfu: dfu_nand: use get_nand_dev_by_index() | Grygorii Strashko | 2017-07-11 | 1 | -7/+5 |
* | dfu: dfu_sf: Fix read offset | Phil Edworthy | 2017-06-03 | 1 | -1/+2 |
* | common: dfu: ignore reset for spl-dfu | B, Ravi | 2017-05-12 | 1 | -0/+4 |
* | dfu: align array in dfu_get_dev_type with enum dfu_device_type | Patrick Delaunay | 2016-11-03 | 1 | -1/+1 |
* | dfu: Migrate to Kconfig | Tom Rini | 2016-09-27 | 1 | -0/+28 |
* | nand: Fix some more NULL name tests | Scott Wood | 2016-09-01 | 1 | -2/+2 |
* | dm: dfu: mmc: Support CONFIG_BLK in DFU for MMC | Simon Glass | 2016-07-11 | 1 | -6/+5 |
* | dfu, nand, ubi: fix erasing after write finish | Heiko Schocher | 2016-06-09 | 1 | -1/+11 |