From: Hou Zhiqiang <zhiqiang....@nxp.com> This patch set is to enable the 'cpu' command for i.MX93 EVK, so that it can kick one CPU core to run the barematel or RTOS applicatons under U-Boot.
Tao Yang (3): mp: imx9: add cpu command support imx93_evk: add definition CONFIG_MAX_CPUS configs: imx93-11x11-evk: enable CONFIG_MP to support cpu command arch/arm/mach-imx/imx9/Makefile | 4 +- arch/arm/mach-imx/imx9/mp.c | 81 +++++++++++++++++++++++++++++++ configs/imx93_11x11_evk_defconfig | 1 + include/configs/imx93_evk.h | 4 +- 4 files changed, 88 insertions(+), 2 deletions(-) create mode 100644 arch/arm/mach-imx/imx9/mp.c -- 2.43.0