commit | fed9c76641b02ccbda4119d1bee34767c8729107 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Apr 20 16:54:42 2017 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Apr 20 23:49:50 2017 +0900 |
tree | 4fb5f5feec43d8a1b8c0ed30d056b01759c7ecf4 | |
parent | 395e2142e40068dec646b642a6394d798ebd348e [diff] |
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>