commit | d154ca60036f060375ff3d80b2f1fbd2cd7de115 | [log] [tgz] |
---|---|---|
author | Ben Whitten <ben.whitten@gmail.com> | Thu Jun 07 11:37:27 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Jul 10 16:55:57 2018 -0400 |
tree | 307786fc963042f6c60b6a45b08a6437fe7c84d9 | |
parent | d673668964f1e8c65675978b737169c2aa9e2a2d [diff] |
spl: fit: verify images prior to post processing Verification of hashes needs to take place before any image post processing, thus matching full FIT image processing. This allows mechanisms such as encryption be applied to images prior to fit generation at the spl level. Signed-off-by: Ben Whitten <ben.whitten@lairdtech.com>