]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: HYP/non-sec: add generic ARMv7 PSCI code
authorMarc Zyngier <marc.zyngier@arm.com>
Sat, 12 Jul 2014 13:24:04 +0000 (14:24 +0100)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Mon, 28 Jul 2014 15:19:18 +0000 (17:19 +0200)
commitecf07a7930e9e9558bff70698515279f5a2c40d4
tree8fc9acafe4f516e5801ff2695305e365dfc10299
parentf510aeae689925a660bff14683eef4147785d271
ARM: HYP/non-sec: add generic ARMv7 PSCI code

Implement core support for PSCI. As this is generic code, it doesn't
implement anything really useful (all the functions are returning
Not Implemented).

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
arch/arm/cpu/armv7/Makefile
arch/arm/cpu/armv7/psci.S [new file with mode: 0644]
arch/arm/include/asm/psci.h [new file with mode: 0644]