]> git.sur5r.net Git - u-boot/commit
spl: fit: verify images prior to post processing
authorBen Whitten <ben.whitten@gmail.com>
Thu, 7 Jun 2018 10:37:27 +0000 (11:37 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 10 Jul 2018 20:55:57 +0000 (16:55 -0400)
commitd154ca60036f060375ff3d80b2f1fbd2cd7de115
tree307786fc963042f6c60b6a45b08a6437fe7c84d9
parentd673668964f1e8c65675978b737169c2aa9e2a2d
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>
common/spl/spl_fit.c