mbox series

[PATCHv1,0/3] Enable the 'cpu' command for i.MX93 EVK board

Message ID 20240719114850.28134-1-Zhiqiang.Hou@nxp.com
Headers show
Series Enable the 'cpu' command for i.MX93 EVK board | expand

Message

Z.Q. Hou July 19, 2024, 11:48 a.m. UTC
From: Hou Zhiqiang <Zhiqiang.Hou@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