From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 20 Jul 2015 14:11:06 -0700 Subject: [U-Boot] [PATCH 1/2] armv8: Fix TCR macros for shareability attribute In-Reply-To: <1435564177-23474-1-git-send-email-b18965@freescale.com> References: <1435564177-23474-1-git-send-email-b18965@freescale.com> Message-ID: <55AD63EA.5010307@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 06/29/2015 12:49 AM, Alison Wang wrote: > From: Zhichun Hua > > For ARMv8, outer shareable is 0b10, inner shareable is 0b11 at bit > position [13:12] of TCR_ELx register. > > Signed-off-by: Zhichun Hua > Signed-off-by: York Sun > --- Applied to u-boot-fsl-qoriq master branch. York