summaryrefslogtreecommitdiff
path: root/include/imx_sip.h
AgeCommit message (Collapse)Author
2019-07-03MA-15062-1 change names of MACROs used to boot MCU on imx8m devicesfaqiang.zhu
new imx8mn chips have Cortex-M7 inside, not like other imx8m devices of imx8mm and imx8mq which have Cortex-M4 inside. the names of MACROs used to boot MCU on imx8m devices is modified to make them more common to cover M4 and M7. annotations are also modified based on the differences between M4 and M7. Change-Id: Ida272e6ecdf577eeaadb9f1242f4524bd1014cac Signed-off-by: faqiang.zhu <faqiang.zhu@nxp.com>
2018-02-04imx: add sip functionPeng Fan
Add SiP (Silicon Provider) services function to issue SMC call to Arm Trusted Firmware. More SiP information could be found in https://github.com/ARM-software/arm-trusted-firmware/blob/master/ docs/arm-sip-service.rst Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com> Cc: Stefano Babic <sbabic@denx.de>