From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Fri, 22 Jan 2016 14:09:17 -0600 Subject: [U-Boot] [PATCHv2 2/3] ARMv8/layerscape: Add FSL PPA support In-Reply-To: References: <1453369489-14131-1-git-send-email-Zhiqiang.Hou@freescale.com> <1453369489-14131-2-git-send-email-Zhiqiang.Hou@freescale.com> Message-ID: <1453493357.19133.93.camel@buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 2016-01-22 at 20:05 +0000, york sun wrote: > On 01/21/2016 01:53 AM, Zhiqiang Hou wrote: > > From: Hou Zhiqiang > > > > The FSL Primary Protected Application (PPA) is a software component > > loaded during boot which runs in TrustZone and remains resident > > after boot. > > > > Signed-off-by: Hou Zhiqiang > > --- > > Tested on LS1043A RDB board > > > > I presume PSCI is implemented in PPA. How does the SMP boot flow change with > PPA? U-boot has to remain functional in the absence of PPA, right? > > Would it be possible to write a readme for PPA? Also, how does the devicetree get updated to indicate the presence of PSCI? -Scott