ARMv7: PSCI: ls102xa: add more PSCI v1.0 functions implemention
This patch implements PSCI functions for ls102xa SoC following PSCI v1.0, they are as the list: psci_version, psci_features, psci_cpu_suspend, psci_affinity_info, psci_system_reset, psci_system_off. Tested on LS1021aQDS, LS1021aTWR. Signed-off-by:Wang Dongsheng <dongsheng.wang@nxp.com> Signed-off-by:
Hongbo Zhang <hongbo.zhang@nxp.com> Reviewed-by:
York Sun <york.sun@nxp.com>
Showing
- arch/arm/cpu/armv7/ls102xa/psci.S 101 additions, 2 deletionsarch/arm/cpu/armv7/ls102xa/psci.S
- arch/arm/include/asm/arch-ls102xa/config.h 1 addition, 0 deletionsarch/arm/include/asm/arch-ls102xa/config.h
- board/freescale/ls1021aqds/Makefile 1 addition, 0 deletionsboard/freescale/ls1021aqds/Makefile
- board/freescale/ls1021aqds/psci.S 33 additions, 0 deletionsboard/freescale/ls1021aqds/psci.S
- board/freescale/ls1021atwr/Makefile 1 addition, 0 deletionsboard/freescale/ls1021atwr/Makefile
- board/freescale/ls1021atwr/psci.S 25 additions, 0 deletionsboard/freescale/ls1021atwr/psci.S
- include/configs/ls1021aqds.h 3 additions, 0 deletionsinclude/configs/ls1021aqds.h
- include/configs/ls1021atwr.h 1 addition, 0 deletionsinclude/configs/ls1021atwr.h
board/freescale/ls1021aqds/psci.S
0 → 100644
board/freescale/ls1021atwr/psci.S
0 → 100644
Please register or sign in to comment