[U-Boot] [PATCH] fit: Verify all configuration signatures

Simon Glass sjg at chromium.org
Thu Jun 7 20:28:12 UTC 2018


Hi Marek,

On 31 May 2018 at 07:59, Marek Vasut <marex at denx.de> wrote:
> Rather than verifying configuration signature of the configuration node
> containing the kernel image types, verify all configuration nodes, even
> those that do not contain kernel images. This is useful when the nodes
> contain ie. standalone OSes or U-Boot.
>
> Signed-off-by: Marek Vasut <marex at denx.de>
> Cc: Tom Rini <trini at konsulko.com>
> Cc: Pantelis Antoniou <pantelis.antoniou at konsulko.com>
> Cc: Simon Glass <sjg at chromium.org>
> ---
>  common/image-fit.c | 26 ++++++++++++++------------
>  1 file changed, 14 insertions(+), 12 deletions(-)
>

I'm a bit unsure of the implications of this. Also you should add
something to the testing to cover this case (test_fit.py).

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list