Re: [PATCH] common: Kconfig.boot: add config SPL_FIT_RSASSA_PSS

2021-10-26 Thread Tom Rini
On Fri, Oct 15, 2021 at 11:35:03AM +0200, Philippe Reynes wrote: > The padding pss is only supported on u-boot and tools since > commit 2bbed3ff8c7f ("image: Use Kconfig to enable FIT_RSASSA_PSS on host") > > This commit adds the config SPL_FIT_RSASSA_PSS to support > the padding pss in the SPL.

Re: [PATCH] common: Kconfig.boot: add config SPL_FIT_RSASSA_PSS

2021-10-24 Thread Simon Glass
On Fri, 15 Oct 2021 at 03:35, Philippe Reynes wrote: > > The padding pss is only supported on u-boot and tools since > commit 2bbed3ff8c7f ("image: Use Kconfig to enable FIT_RSASSA_PSS on host") > > This commit adds the config SPL_FIT_RSASSA_PSS to support > the padding pss in the SPL. > >

[PATCH] common: Kconfig.boot: add config SPL_FIT_RSASSA_PSS

2021-10-15 Thread Philippe Reynes
The padding pss is only supported on u-boot and tools since commit 2bbed3ff8c7f ("image: Use Kconfig to enable FIT_RSASSA_PSS on host") This commit adds the config SPL_FIT_RSASSA_PSS to support the padding pss in the SPL. Signed-off-by: Philippe Reynes --- common/Kconfig.boot | 7 +++ 1