common: update: add a generic interface for FIT image
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Thu, 29 Oct 2020 04:47:43 +0000 (13:47 +0900)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 30 Oct 2020 13:20:27 +0000 (14:20 +0100)
commit3149e524fc1e76ec1420cd17588c724d4232a904
tree3dbadd9c9d59b7900c00be7ab89ba5ecf9c6b859
parent1c2d1293f608a367488b5dea7250dda8bb8f1d02
common: update: add a generic interface for FIT image

The main purpose of this patch is to separate a generic interface for
updating firmware using DFU drivers from "auto-update" via tftp.

This function will also be used in implementing UEFI capsule update
in a later commit.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
common/Kconfig
common/Makefile
common/update.c
drivers/dfu/Kconfig
include/image.h