commit | 748a82dccc345854cb9b7e96e8a01e4294257c3b | [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 | 0d3af24e7cfd705c0a1d5dd039207016aa5f4845 [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>