]> git.dujemihanovic.xyz Git - u-boot.git/commit
xilinx: zynqmp: Enable reset_cpu() in SPL
authorLukas Funke <lukas.funke@weidmueller.com>
Fri, 7 Jun 2024 09:26:08 +0000 (11:26 +0200)
committerMichal Simek <michal.simek@amd.com>
Mon, 17 Jun 2024 14:02:30 +0000 (16:02 +0200)
commit081f3a19912174018f55c854c7b258cb2d511ce1
treedc73424deae0906c398b5d0af37e34565675d1df
parentd67558b358963be5e8e39a80b3d27ba9325df72f
xilinx: zynqmp: Enable reset_cpu() in SPL

This commit enables SPL to reset the CPU via PMU-firmware. The usual
reset mechanism requires bl31 to be loaded which may not be the case in
SPL.

Signed-off-by: Lukas Funke <lukas.funke@weidmueller.com>
Link: https://lore.kernel.org/r/20240607092608.712996-2-lukas.funke-oss@weidmueller.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
board/xilinx/zynqmp/zynqmp.c