]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: uniphier: enable PSCI sysreset for uniphier_v8_defconfig
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 20 Apr 2017 07:54:42 +0000 (16:54 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 20 Apr 2017 14:49:50 +0000 (23:49 +0900)
commitfed9c76641b02ccbda4119d1bee34767c8729107
tree4fb5f5feec43d8a1b8c0ed30d056b01759c7ecf4
parent395e2142e40068dec646b642a6394d798ebd348e
ARM: uniphier: enable PSCI sysreset for uniphier_v8_defconfig

This configuration is supposed to be used with ARM Trusted Firmware,
so the SYSTEM_RESET is implemented in BL31.  Invoke PSCI instead of
U-Boot's own reset code because we need to coordinate with SCP
(System Control Processor) for the system-level power management.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/mach-uniphier/Makefile
configs/uniphier_v8_defconfig