From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 25 Feb 2015 13:31:27 -0800 Subject: [U-Boot] [PATCH v1 01/24] fsl-ch3/lowlevel: TZPC and TZASC programming to configure non-secure accesses In-Reply-To: <1420578704-18564-2-git-send-email-yorksun@freescale.com> References: <1420578704-18564-1-git-send-email-yorksun@freescale.com> <1420578704-18564-2-git-send-email-yorksun@freescale.com> Message-ID: <54EE3F2F.5070307@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01/06/2015 01:11 PM, York Sun wrote: > From: Bhupesh Sharma > > This patch ensures that the TZPC (BP147) and TZASC-400 programming > happens for LS2085A SoC only when the desired config flags are > enabled and ensures that the TZPC programming is done to allow Non-secure > (NS) + secure (S) transactions only for DCGF registers. > > The TZASC component is not present on LS2085A-Rev1, so the TZASC-400 > config flag is turned OFF for now. > > Signed-off-by: Bhupesh Sharma > --- This set is applied to u-boot-fsl-qoriq master branch. Awaiting upstream. York