u-boot-brain/drivers/dfu
Marek Szyprowski c533f94c10 dfu: add 'SCRIPT' entity
Define a new 'SCRIPT' type for DFU entities. The downloaded data are
treated as simple u-boot's scripts and executed with run_command_list()
function.

Flashing the 'SCRIPT' entity might result in changing the 'dfu_alt_info'
environment variable from the flashed script, so add a global variable
for tracking the potential need to reinitialize the dfu_alt_info related
structures.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
2021-01-31 14:08:56 +01:00
..
dfu_alt.c dfu: add dfu_write_by_alt() 2020-10-30 14:20:27 +01:00
dfu_mmc.c dfu: add 'SCRIPT' entity 2021-01-31 14:08:56 +01:00
dfu_mtd.c dfu: Fix handling of UBI partitions in MTD backend 2021-01-31 14:08:56 +01:00
dfu_nand.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
dfu_ram.c dfu: fix dfu tftp on sandbox 2020-09-01 14:47:43 +02:00
dfu_sf.c common: Drop flash.h from common header 2020-05-18 14:53:28 -04:00
dfu_virt.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
dfu.c dfu: add 'SCRIPT' entity 2021-01-31 14:08:56 +01:00
Kconfig dfu: simplify the dependencies of DFU_TFTP 2020-11-21 07:26:16 +01:00
Makefile dfu: rename dfu_tftp_write() to dfu_write_by_name() 2020-10-30 14:20:27 +01:00