Re: [U-Boot] [PATCH v2 2/7] Tegra30: Add AVP (arm720t) files

2012-12-04 Thread Tom Warren
Stephen, On Mon, Dec 3, 2012 at 5:34 PM, Stephen Warren wrote: > On 12/03/2012 04:45 PM, Tom Warren wrote: >> This provides SPL support for T30 boards - AVP early init, plus >> CPU (A9) init/jump to main U-Boot. >> >> Some changes were made to Tegra20 cpu.c to move common routines >> into tegra-c

Re: [U-Boot] [PATCH v2 2/7] Tegra30: Add AVP (arm720t) files

2012-12-03 Thread Stephen Warren
On 12/03/2012 04:45 PM, Tom Warren wrote: > This provides SPL support for T30 boards - AVP early init, plus > CPU (A9) init/jump to main U-Boot. > > Some changes were made to Tegra20 cpu.c to move common routines > into tegra-common/cpu.c and reduce code duplication. > arch/arm/cpu/arm720t/tegra

[U-Boot] [PATCH v2 2/7] Tegra30: Add AVP (arm720t) files

2012-12-03 Thread Tom Warren
This provides SPL support for T30 boards - AVP early init, plus CPU (A9) init/jump to main U-Boot. Some changes were made to Tegra20 cpu.c to move common routines into tegra-common/cpu.c and reduce code duplication. Signed-off-by: Tom Warren --- V2: Move common CPU init code to tegra-common/cpu.