Re: [U-Boot] [PATCH 3/8] Tegra124: Add SPL/AVP (arm720t) cpu files

2014-01-22 Thread Stephen Warren
On 10/08/2013 02:13 AM, Thierry Reding wrote: > On Tue, Oct 08, 2013 at 12:42:53AM +0200, Tom Warren wrote: >> This provides SPL support for T124 boards - AVP >> early init, plus CPU (A15) init/jump to main U-Boot. >> +#if defined(CONFIG_TEGRA124) >> + struct clk_rst_ctlr *clkrst = (struct c

Re: [U-Boot] [PATCH 3/8] Tegra124: Add SPL/AVP (arm720t) cpu files

2013-10-08 Thread Stephen Warren
On 10/07/2013 04:42 PM, Tom Warren wrote: > This provides SPL support for T124 boards - AVP > early init, plus CPU (A15) init/jump to main U-Boot. > arch/arm/cpu/arm720t/tegra124/cpu.c | 301 > I would have expected a lot more of that file to be common with t

Re: [U-Boot] [PATCH 3/8] Tegra124: Add SPL/AVP (arm720t) cpu files

2013-10-08 Thread Stephen Warren
On 10/08/2013 02:13 AM, Thierry Reding wrote: > On Tue, Oct 08, 2013 at 12:42:53AM +0200, Tom Warren wrote: >> This provides SPL support for T124 boards - AVP early init, plus >> CPU (A15) init/jump to main U-Boot. >> soc_type = tegra_get_chip(); - if (soc_type == >> CHIPID_TEGRA30 |

Re: [U-Boot] [PATCH 3/8] Tegra124: Add SPL/AVP (arm720t) cpu files

2013-10-08 Thread Thierry Reding
On Tue, Oct 08, 2013 at 12:42:53AM +0200, Tom Warren wrote: > This provides SPL support for T124 boards - AVP > early init, plus CPU (A15) init/jump to main U-Boot. > > Change-Id: I721f83f1d5fa549e0698e0cc76ab3e5ea11ba895 > Signed-off-by: Tom Warren > --- > arch/arm/cpu/arm720t/tegra-common/cpu.

[U-Boot] [PATCH 3/8] Tegra124: Add SPL/AVP (arm720t) cpu files

2013-10-07 Thread Tom Warren
This provides SPL support for T124 boards - AVP early init, plus CPU (A15) init/jump to main U-Boot. Change-Id: I721f83f1d5fa549e0698e0cc76ab3e5ea11ba895 Signed-off-by: Tom Warren --- arch/arm/cpu/arm720t/tegra-common/cpu.c | 63 +-- arch/arm/cpu/arm720t/tegra-common/cpu.h | 6 +- arch/ar