> On 18.04.2020, at 00:07, Heiko Stuebner <he...@sntech.de> wrote: > > From: Heiko Stuebner <heiko.stueb...@theobroma-systems.com> > > rsa-checsum needs support for hash functions or else will run into > compile errors like: > u-boot/lib/rsa/rsa-checksum.c:28: undefined reference to > `hash_progressive_lookup_algo' > > So similar to the main FIT_SIGNATURE entry selects HASH, > select SPL_HASH_SUPPORT for SPL_FIT_SIGNATURE. > > Cc: Heinrich Schuchardt <xypron.g...@gmx.de> > 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