diff options
author | Peng Fan | 2022-07-26 16:41:04 +0800 |
---|---|---|
committer | Stefano Babic | 2022-07-26 11:29:01 +0200 |
commit | c383379f25e2491d9502f367324744cc580c0eb2 (patch) | |
tree | 00a2b8613933c58000cb951709e41f7733fdb506 /include/imx_sip.h | |
parent | a8753afed74639dc88d69aea25db1a18810bf31c (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.h | 1 |
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 |