Re: [PATCH 5/7] spl: fit: enable signing a generated u-boot.itb

2020-04-17 Thread Philipp Tomsich
> On 18.04.2020, at 00:07, Heiko Stuebner wrote: > > From: Heiko Stuebner > > With SPL_FIT_SIGNATURE enabled we will likely want a generated > u-boot.itb to be signed and the key stores so that the spl can > reach it. > > So add a SPL_FIT_SIGNATURE_KEY_DIR option and suitable hooks > into t

[PATCH 5/7] spl: fit: enable signing a generated u-boot.itb

2020-04-17 Thread Heiko Stuebner
From: Heiko Stuebner With SPL_FIT_SIGNATURE enabled we will likely want a generated u-boot.itb to be signed and the key stores so that the spl can reach it. So add a SPL_FIT_SIGNATURE_KEY_DIR option and suitable hooks into the Makefile to have mkimage sign the .itb and store the used key into th