[U-Boot] [PATCH] cmd: image_info: Add checking of default FIT config
Simon Glass
sjg at chromium.org
Sat Jan 5 01:56:54 UTC 2019
On Tue, 18 Dec 2018 at 07:46, Bryan O'Donoghue
<bryan.odonoghue at linaro.org> wrote:
>
> This patch adds a check for the default FIT config to iminfo. Once applied
> any signing of the config will show a pass fail similar to rsa+/rsa-.
>
> Output looks like this:
>
> Hash(es) for Image 0 (kernel at 1): sha1+
> Hash(es) for Image 1 (fdt at imx7s-warp.dtb): sha1+
> Hash(es) for Image 2 (ramdisk at 1): sha1+
> Hash(es) for Image 3 (bootscr): sha1+
> Hash for default configuration: sha1,rsa2048:mbl-fit-rot-key+
>
> Signed-off-by: Bryan O'Donoghue <bryan.odonoghue at linaro.org>
> Cc: Jun Nie <jun.nie at linaro.org>
> Cc: Simon Glass <sjg at chromium.org>
> Cc: Tom Rini <trini at konsulko.com>
> ---
> cmd/bootm.c | 17 +++++++++++++++++
> 1 file changed, 17 insertions(+)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list