]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: stm32: Pass ROM API table pointer to U-Boot proper
authorMarek Vasut <marex@denx.de>
Thu, 12 Jan 2023 17:58:41 +0000 (18:58 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 13 Jan 2023 12:46:57 +0000 (13:46 +0100)
commitfeed067b78bb58371559de79019e326133495c9c
treef3c37b3adbba1c79c3541fd98a8d50fb8b3c96f1
parent7eb833912a4a0e55f2e65f3cb2e0af1939fc2c39
ARM: stm32: Pass ROM API table pointer to U-Boot proper

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 <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Signed-off-by: Marek Vasut <marex@denx.de>
arch/arm/mach-stm32mp/cpu.c