]> git.dujemihanovic.xyz Git - u-boot.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)
commit6eea541514461b073be89919bca2e322a2fd1bc8
treef3c37b3adbba1c79c3541fd98a8d50fb8b3c96f1
parentdbeaca79b7924d46a51228fa0b1db3462036b5e0
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