]> git.dujemihanovic.xyz Git - u-boot.git/commit
cpu: add release_core callback
authorHou Zhiqiang <Zhiqiang.Hou@nxp.com>
Thu, 1 Aug 2024 03:59:47 +0000 (11:59 +0800)
committerFabio Estevam <festevam@gmail.com>
Fri, 2 Aug 2024 18:16:51 +0000 (15:16 -0300)
commitf2c306cd991a1c383de66ece1dd2301cd6b4b54b
tree058dd716742d6a78f0a08651c9720dc292d98638
parent3cdcdcecac9062aa0255b90626840204dbf15961
cpu: add release_core callback

Add a new callback release_core to the cpu_ops, which is used to
release a CPU core to run baremetal or RTOS application on a SoC
with multiple CPU cores.

Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/cpu/cpu-uclass.c
include/cpu.h