aboutsummaryrefslogtreecommitdiff
path: root/include/imx_sip.h
diff options
context:
space:
mode:
authorPeng Fan2022-07-26 16:41:04 +0800
committerStefano Babic2022-07-26 11:29:01 +0200
commitc383379f25e2491d9502f367324744cc580c0eb2 (patch)
tree00a2b8613933c58000cb951709e41f7733fdb506 /include/imx_sip.h
parenta8753afed74639dc88d69aea25db1a18810bf31c (diff)
imx: imx9: Support booting m33 from Acore
Add bootaux command to support on-demand booting M33 from u-boot. It kicks M33 via ATF by "bootaux 0x201e0000 0" Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'include/imx_sip.h')
-rw-r--r--include/imx_sip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/imx_sip.h b/include/imx_sip.h
index 26dbe0421a0..1b873f231be 100644
--- a/include/imx_sip.h
+++ b/include/imx_sip.h
@@ -15,5 +15,6 @@
#define IMX_SIP_SRC 0xC2000005
#define IMX_SIP_SRC_M4_START 0x00
#define IMX_SIP_SRC_M4_STARTED 0x01
+#define IMX_SIP_SRC_M4_STOP 0x02
#endif