commit | 9778d9dcb8435ce5c8f4c7d3499e7d333b7f913c | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Mon May 29 09:11:32 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 05 14:13:12 2017 -0400 |
tree | b86d40bdded9ab25c9214491bfb7cbeee4eede29 | |
parent | 178eba37f11915266166415b4f3a36b2672f5bfe [diff] |
ARMv8: Add support for poweroff via PSCI Add support for calling poweroff in case of psci is wired. Based on the same solution as is used for reset. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Simon Glass <sjg@chromium.org> [trini: Move all logic in to fwcall.c as other ARMs implement poweroff via PMIC] Signed-off-by: Tom Rini <trini@konsulko.com>