]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: uniphier: support system reset functionality for PSCI
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 25 Aug 2016 12:03:41 +0000 (21:03 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 28 Aug 2016 04:09:19 +0000 (13:09 +0900)
commit928f3248b3e81a9fdaa818cf3aa02e5daef7015d
treeeab07df3764574cf8761867762c640bae53914c9
parent4a89a24e26670921614a83098e5c0692de2be86e
ARM: uniphier: support system reset functionality for PSCI

This supports the system reset via PSCI for ARMv7 SoCs.

Because the system reset is not supported on PSCI 0.1, let's define
CONFIG_ARMV7_PSCI_1_0. (it is supported since PSCI 0.2, but there
is no CONFIG to enable it in U-Boot for now.)

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/mach-uniphier/arm32/psci.c
arch/arm/mach-uniphier/reset.c
include/configs/uniphier.h