u-boot-brain/drivers/dfu
Heinrich Schuchardt 73f4ebb659 dfu: fix dfu tftp on sandbox
The environment variable loadaddr is in the virtual address space of the
sandbox. To get the actual memory address where the FIT image has been
loaded we have to convert this address according to the memory mapping of
the sandbox.

Equally the addresses in the *.its file have to be converted when used in
the dfu_ram driver.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2020-09-01 14:47:43 +02:00
..
dfu_mmc.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
dfu_mtd.c dm: core: Require users of devres to include the header 2020-02-05 19:33:46 -07: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_tftp.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
dfu_virt.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
dfu.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
Kconfig dfu: DFU_MTD depends on CMD_MTDPARTS 2020-09-01 14:47:43 +02:00
Makefile dfu: add DFU virtual backend 2019-10-31 12:12:31 +01:00