On Thu, 25 Jul 2024 at 03:32, Zhiqiang Hou <zhiqiang....@nxp.com> wrote: > > From: Hou Zhiqiang <zhiqiang....@nxp.com> > > 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....@nxp.com> > --- > V2: > - No change. > > drivers/cpu/cpu-uclass.c | 10 ++++++++++ > include/cpu.h | 15 +++++++++++++++ > 2 files changed, 25 insertions(+)
Reviewed-by: Simon Glass <s...@chromium.org>