From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 11 Dec 2014 11:08:59 -0800 Subject: [U-Boot] [PATCHv4 1/6] ARM: HYP/non-sec: add the pen address BE mode support. In-Reply-To: <1416562859-37857-2-git-send-email-Li.Xiubo@freescale.com> References: <1416562859-37857-1-git-send-email-Li.Xiubo@freescale.com> <1416562859-37857-2-git-send-email-Li.Xiubo@freescale.com> Message-ID: <5489EBCB.1030104@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 11/21/2014 01:40 AM, Xiubo Li wrote: > For some SoCs, the pen address register maybe in BE mode and the > CPUs are in LE mode. > > This patch adds BE mode support for smp pen address. > > Signed-off-by: Xiubo Li > Acked-by: York Sun > --- Applied to u-boot-fsl-qoriq master, awaiting upstream. York