From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Mon, 14 Nov 2016 10:23:51 +0100 Subject: [U-Boot] [U-Boot, v2, 2/5] ARM: bcm283x: Implement EFI RTS reset_system In-Reply-To: <1465253827-126767-3-git-send-email-agraf@suse.de> References: <1465253827-126767-3-git-send-email-agraf@suse.de> Message-ID: <20161114092350.16530.75033@achrid.arch.suse.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > 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 Thanks, applied to efi-next Alex