index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dfu
Age
Commit message (
Expand
)
Author
2020-11-21
dfu: simplify the dependencies of DFU_TFTP
AKASHI Takahiro
2020-10-30
dfu: add dfu_write_by_alt()
AKASHI Takahiro
2020-10-30
dfu: export dfu_list
AKASHI Takahiro
2020-10-30
common: update: add a generic interface for FIT image
AKASHI Takahiro
2020-10-30
dfu: modify an argument type for an address
AKASHI Takahiro
2020-10-30
dfu: rename dfu_tftp_write() to dfu_write_by_name()
AKASHI Takahiro
2020-09-01
dfu: fix dfu tftp on sandbox
Heinrich Schuchardt
2020-09-01
dfu: DFU_MTD depends on CMD_MTDPARTS
Heinrich Schuchardt
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
common: Drop part.h from common header
Simon Glass
2020-05-18
part: Drop disk_partition_t typedef
Simon Glass
2020-05-18
common: Drop flash.h from common header
Simon Glass
2020-05-08
configs: migrate CONFIG_SET_DFU_ALT_INFO to defconfigs
Patrick Delaunay
2020-02-05
dm: core: Require users of devres to include the header
Simon Glass
2020-02-05
Merge tag 'rpi-next-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-bo...
Tom Rini
2020-02-02
dfu: Add option to skip empty pages when flashing UBI images to NAND
Guillermo RodrÃguez
2020-01-29
dfu: mmc: remove file size limit for io operations
Marek Szyprowski
2020-01-29
dfu: mmc: rearrange the code
Marek Szyprowski
2020-01-07
dfu: Add optional timeout parameter
Andy Shevchenko
2019-12-04
dfu: add dependency on the raw NAND core
Miquel Raynal
2019-12-03
mtd: rename CONFIG_MTD -> CONFIG_DM_MTD
Miquel Raynal
2019-10-31
dfu: add callback for flush and initiated operation
Patrick Delaunay
2019-10-31
dfu: add DFU virtual backend
Patrick Delaunay
2019-10-31
dfu: add partition support for MTD backend
Patrick Delaunay
2019-10-31
dfu: add backend for MTD device
Patrick Delaunay
2019-10-31
dfu: allow read with no data without error for EOF indication
Patrick Delaunay
2019-10-31
dfu: allow to manage DFU on several devices
Patrick Delaunay
2019-10-31
dfu: prepare the support of multiple interface
Patrick Delaunay
2019-10-31
dfu: sf: add partition support for nor backend
Patrick Delaunay
2019-10-31
dfu: cosmetic: cleanup sf to avoid checkpatch error
Patrick Delaunay
2019-10-31
dfu: mmc: add support for in-partition offset
Marek Szyprowski
2019-10-31
dfu: dfu_nand: reduce verbosity
Ralph Siemsen
2019-08-11
env: Move env_get() to env.h
Simon Glass
2019-01-30
dfu: mmc: call fs functions instead of run_command
Simon Goldschmidt
2019-01-26
dfu: Make DFU support more SPL friendly
Andrew F. Davis
2018-11-13
dfu: nand: Add missing dependency on CMD_MTDPARTS
Boris Brezillon
2018-08-08
dfu: Provide more verbose error message
Sam Protsenko
2018-08-08
dfu: Fix memory leak in dfu_init_env_entities()
Sam Protsenko
2018-08-08
dfu: Fix data abort in dfu_free_entities()
Sam Protsenko
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-02-21
dfu: tftp: Fix arm64 build warnings
Marek Vasut
2018-02-21
dfu: Rename _FUNCTION_DFU to DFU_OVER_
Marek Vasut
2018-02-21
dfu: Fix up the Kconfig mess
Marek Vasut
2018-01-26
dfu: select HASH
Maxime Ripard
2017-10-04
treewide: replace with error() with pr_err()
Masahiro Yamada
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
2017-07-28
dfu: add common function to initiate transaction
Patrick Delaunay
2017-07-28
dfu: factorize transaction cleanup
Patrick Delaunay
2017-07-28
dfu: remove limitation on partition size
Patrick Delaunay
2017-07-28
dfu: allow dfu read on partition greater than 2GB
Patrick Delaunay
[next]