commit | 3149e524fc1e76ec1420cd17588c724d4232a904 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Thu Oct 29 13:47:43 2020 +0900 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Oct 30 14:20:27 2020 +0100 |
tree | 3dbadd9c9d59b7900c00be7ab89ba5ecf9c6b859 | |
parent | 1c2d1293f608a367488b5dea7250dda8bb8f1d02 [diff] |
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>