Re: [U-Boot] [PATCHv4 1/6] ARM: HYP/non-sec: add the pen address BE mode support.

2014-12-11 Thread York Sun
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 upstrea

[U-Boot] [PATCHv4 1/6] ARM: HYP/non-sec: add the pen address BE mode support.

2014-11-21 Thread Xiubo Li
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 --- arch/arm/cpu/armv7/nonsec_virt.S | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/cpu/armv7/n