> On 18.04.2020, at 00:07, Heiko Stuebner <he...@sntech.de> wrote: > > From: Heiko Stuebner <heiko.stueb...@theobroma-systems.com> > > 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 the spl dtb file. > > The added dependencies should make sure that the u-boot.itb > gets generated before the spl-binary gets build, so that there > is the necessary space for the key to get included. > > Signed-off-by: Heiko Stuebner <heiko.stueb...@theobroma-systems.com> Reviewed-by: Philipp Tomsich <philipp.toms...@theobroma-systems.com>
- [PATCH 0/7] rockchip: make it possible to sign the u-b... Heiko Stuebner
- [PATCH 1/7] spl: fit: select SPL_HASH_SUPPORT for... Heiko Stuebner
- Re: [PATCH 1/7] spl: fit: select SPL_HASH_SUP... Philipp Tomsich
- [PATCH 2/7] spl: fit: select SPL_CRYPTO_SUPPORT f... Heiko Stuebner
- Re: [PATCH 2/7] spl: fit: select SPL_CRYPTO_S... Philipp Tomsich
- [PATCH 3/7] lib: rsa: distinguish between tpl and... Heiko Stuebner
- Re: [PATCH 3/7] lib: rsa: distinguish between... Philipp Tomsich
- [PATCH 4/7] mkimage: fit_image: handle multiple e... Heiko Stuebner
- [PATCH 7/7] rockchip: make_fit_atf: add signature... Heiko Stuebner
- [PATCH 5/7] spl: fit: enable signing a generated ... Heiko Stuebner
- Re: [PATCH 5/7] spl: fit: enable signing a ge... Philipp Tomsich
- [PATCH 6/7] spl: fit: add Kconfig option to speci... Heiko Stuebner
- Re: [PATCH 6/7] spl: fit: add Kconfig option ... Philipp Tomsich
- Re: [PATCH 6/7] spl: fit: add Kconfig option ... Heinrich Schuchardt