commit | 821e4620d757d2c0a426dae5d462d57049d9a2cb | [log] [tgz] |
---|---|---|
author | Jassi Brar <jaswinder.singh@linaro.org> | Mon Mar 06 17:18:28 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 09 13:49:55 2023 -0400 |
tree | e9b37032867069a33c68f418207c96a9f90e2dd0 | |
parent | adfaad2138170e13af19a911beaa4dac0559bea2 [diff] |
fwu: move meta-data management in core Instead of each i/f having to implement their own meta-data verification and storage, move the logic in common code. This simplifies the i/f code much simpler and compact. Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Tested-by: Sughosh Ganu <sughosh.ganu@linaro.org>