> On 18.04.2020, at 00:07, Heiko Stuebner <he...@sntech.de> wrote: > > From: Heiko Stuebner <heiko.stueb...@theobroma-systems.com> > > Verifying FIT images obviously needs the rsa parts of crypto > support and while main uboot always compiles crypto support, > it's optional for SPL and we should thus select the necessary > option to not end up in compile errors like: > > u-boot/lib/rsa/rsa-verify.c:328: undefined reference to `rsa_mod_exp' > > So select SPL_CRYPTO_SUPPORT in SPL_FIT_SIGNATURE. > > 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-boot.... Heiko Stuebner
- [PATCH 1/7] spl: fit: select SPL_HASH_SUPPORT for SPL... Heiko Stuebner
- Re: [PATCH 1/7] spl: fit: select SPL_HASH_SUPPORT... Philipp Tomsich
- [PATCH 2/7] spl: fit: select SPL_CRYPTO_SUPPORT for S... Heiko Stuebner
- Re: [PATCH 2/7] spl: fit: select SPL_CRYPTO_SUPPO... Philipp Tomsich
- [PATCH 3/7] lib: rsa: distinguish between tpl and spl... Heiko Stuebner
- Re: [PATCH 3/7] lib: rsa: distinguish between tpl... Philipp Tomsich
- [PATCH 4/7] mkimage: fit_image: handle multiple error... Heiko Stuebner
- [PATCH 7/7] rockchip: make_fit_atf: add signature han... Heiko Stuebner
- Re: [PATCH 7/7] rockchip: make_fit_atf: add signa... Simon Glass
- Re: [PATCH 7/7] rockchip: make_fit_atf: add s... Heiko Stübner
- [PATCH 5/7] spl: fit: enable signing a generated u-bo... Heiko Stuebner
- Re: [PATCH 5/7] spl: fit: enable signing a genera... Philipp Tomsich
- [PATCH 6/7] spl: fit: add Kconfig option to specify k... Heiko Stuebner