]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/configs/ls1021aqds.h
ARMv7: PSCI: ls102xa: add more PSCI v1.0 functions implemention
authorHongbo Zhang <hongbo.zhang@nxp.com>
Thu, 21 Jul 2016 10:09:38 +0000 (18:09 +0800)
committerYork Sun <york.sun@nxp.com>
Tue, 26 Jul 2016 16:02:49 +0000 (09:02 -0700)
commitaeb901f2a6c19e399354345ad1acd67420401a10
tree0162707ee59907b7d1d133545cb8d293a7dab453
parent7e742c276dea455d9439caa3f6bc3f4e9a1b5796
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>
arch/arm/cpu/armv7/ls102xa/psci.S
arch/arm/include/asm/arch-ls102xa/config.h
board/freescale/ls1021aqds/Makefile
board/freescale/ls1021aqds/psci.S [new file with mode: 0644]
board/freescale/ls1021atwr/Makefile
board/freescale/ls1021atwr/psci.S [new file with mode: 0644]
include/configs/ls1021aqds.h
include/configs/ls1021atwr.h