Re: [U-Boot] [PATCH 2/6] ARM: tegra: Disable SPL and non-cached memory on 64-bit

2015-03-20 Thread Stephen Warren
On 03/20/2015 11:09 AM, Tom Rini wrote: On Fri, Mar 20, 2015 at 10:26:12AM -0600, Stephen Warren wrote: On 03/20/2015 06:24 AM, Thierry Reding wrote: From: Thierry Reding For 64-bit ARM SoCs we rely on non-U-Boot code to bring up the CPU in AArch64 mode so that we don't need the SPL. Non-cach

Re: [U-Boot] [PATCH 2/6] ARM: tegra: Disable SPL and non-cached memory on 64-bit

2015-03-20 Thread Tom Rini
On Fri, Mar 20, 2015 at 10:26:12AM -0600, Stephen Warren wrote: > On 03/20/2015 06:24 AM, Thierry Reding wrote: > >From: Thierry Reding > > > >For 64-bit ARM SoCs we rely on non-U-Boot code to bring up the CPU in > >AArch64 mode so that we don't need the SPL. Non-cached memory is not > >implemente

Re: [U-Boot] [PATCH 2/6] ARM: tegra: Disable SPL and non-cached memory on 64-bit

2015-03-20 Thread Stephen Warren
On 03/20/2015 06:24 AM, Thierry Reding wrote: From: Thierry Reding For 64-bit ARM SoCs we rely on non-U-Boot code to bring up the CPU in AArch64 mode so that we don't need the SPL. Non-cached memory is not implemented (yet) for 64-bit ARM. diff --git a/include/configs/tegra-common.h b/includ

[U-Boot] [PATCH 2/6] ARM: tegra: Disable SPL and non-cached memory on 64-bit

2015-03-20 Thread Thierry Reding
From: Thierry Reding For 64-bit ARM SoCs we rely on non-U-Boot code to bring up the CPU in AArch64 mode so that we don't need the SPL. Non-cached memory is not implemented (yet) for 64-bit ARM. Cc: Tom Warren Signed-off-by: Thierry Reding --- include/configs/tegra-common.h | 4 1 file ch