commit | 6b0ee50634212a63a49e17646716f87df303a68d | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Wed Nov 02 10:36:18 2016 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Nov 28 20:15:19 2016 -0500 |
tree | caec60357e57920eaae03e0072332f1e95409d5a | |
parent | 1de40662f1cfd438efa98efa8be6937c6eb5c843 [diff] |
ARM: bcm283x: Implement EFI RTS reset_system The rpi has a pretty simple way of resetting the whole system. All it takes is to poke a few registers at a well defined location in MMIO space. This patch adds support for the EFI loader implementation to allow an OS to reset and power off the system when we're outside of boot time. Signed-off-by: Alexander Graf <agraf@suse.de>