From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Thu, 13 Oct 2016 16:34:33 +0200 Subject: [U-Boot] [U-Boot, 4/5] arm: Provide common PSCI based reset handler In-Reply-To: <1471374529-61610-5-git-send-email-agraf@suse.de> References: <1471374529-61610-5-git-send-email-agraf@suse.de> Message-ID: <20161013143433.34817.78447@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 > Most armv8 systems have PSCI support enabled in EL3, either through > ARM Trusted Firmware or other firmware. > > On these systems, we do not need to implement system reset manually, > but can instead rely on higher level firmware to deal with it. > > The exclude list seems excessive right now, but NXP is working on > providing an in-tree PSCI implementation, so that all NXP systems > can eventually use PSCI as well. > > Signed-off-by: Alexander Graf > Reviewed-by: Simon Glass Thanks, applied to