Re: [PATCH v4 3/4] ARM: stm32: Pass ROM API table pointer to U-Boot proper

2023-01-13 Thread Patrice CHOTARD
On 1/12/23 18:58, Marek Vasut wrote: > The ROM API table pointer is no longer accessible from U-Boot, fix > this by passing the ROM API pointer through. This makes it possible > for U-Boot to call ROM API functions to authenticate payload like > signed fitImages. > > Reviewed-by: Patrice Chotar

[PATCH v4 3/4] ARM: stm32: Pass ROM API table pointer to U-Boot proper

2023-01-12 Thread Marek Vasut
The ROM API table pointer is no longer accessible from U-Boot, fix this by passing the ROM API pointer through. This makes it possible for U-Boot to call ROM API functions to authenticate payload like signed fitImages. Reviewed-by: Patrice Chotard Reviewed-by: Patrick Delaunay Signed-off-by: Mar