imx: imx8qm: add system off supportAdd system power off support for i.MX8QM,when Linux kernel issues "poweroff" command,TF-A will send command to inform systemcontroller to power off whole board
imx: imx8qm: add system off supportAdd system power off support for i.MX8QM,when Linux kernel issues "poweroff" command,TF-A will send command to inform systemcontroller to power off whole board accordingto board design, tested on i.MX8QM MEK board.Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
show more ...
Support for NXP's i.MX8QM SoCNXP's i.MX8QM is an ARMv8 SoC with 2 clusters, 2 Cortex-A72cores in one cluster and 4 Cortex-A53 in the other cluster,and also has system controller (Cortex-M4) insid
Support for NXP's i.MX8QM SoCNXP's i.MX8QM is an ARMv8 SoC with 2 clusters, 2 Cortex-A72cores in one cluster and 4 Cortex-A53 in the other cluster,and also has system controller (Cortex-M4) inside, documentationcan be found in below link:https://www.nxp.com/products/processors-and-microcontrollers/applications-processors/i.mx-applications-processors/i.mx-8-processors:IMX8-SERIESThis patch adds support for booting up SMP linux kernel (v4.9).Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
12