Re: [PATCH 4/4] ARM: stm32: Make ECDSA authentication available to U-Boot

2022-12-06 Thread Patrick DELAUNAY
Hi, On 12/6/22 03:33, Marek Vasut wrote: With U-Boot having access to ROM API call table, it is possible to use the ROM API call it authenticate e.g. signed kernel fitImages using the BootROM ECDSA support. Make this available by pulling the ECDSA BootROM call support from SPL-only guard. Sign

Re: [PATCH 4/4] ARM: stm32: Make ECDSA authentication available to U-Boot

2022-12-06 Thread Patrice CHOTARD
On 12/6/22 03:33, Marek Vasut wrote: > With U-Boot having access to ROM API call table, it is possible to use > the ROM API call it authenticate e.g. signed kernel fitImages using the > BootROM ECDSA support. Make this available by pulling the ECDSA BootROM > call support from SPL-only guard. >

[PATCH 4/4] ARM: stm32: Make ECDSA authentication available to U-Boot

2022-12-05 Thread Marek Vasut
With U-Boot having access to ROM API call table, it is possible to use the ROM API call it authenticate e.g. signed kernel fitImages using the BootROM ECDSA support. Make this available by pulling the ECDSA BootROM call support from SPL-only guard. Signed-off-by: Marek Vasut --- Cc: Alexandru Gag