Re: [U-Boot] [PATCH v2 06/10] ARM: add tegra20 support to arm720t

2012-06-06 Thread Stephen Warren
On 06/06/2012 04:18 PM, Allen Martin wrote: > On Wed, Jun 06, 2012 at 12:17:53PM -0700, Stephen Warren wrote: >> Oh, I see. MACH_TEGRA_GENERIC means "some Tegra SoC", and CONFIG_TEGRA* >> indicate which one. Coming from my kernel background, MACH_* is a define >> for a particular board, and we do h

Re: [U-Boot] [PATCH v2 06/10] ARM: add tegra20 support to arm720t

2012-06-06 Thread Allen Martin
On Wed, Jun 06, 2012 at 12:17:53PM -0700, Stephen Warren wrote: > Oh, I see. MACH_TEGRA_GENERIC means "some Tegra SoC", and CONFIG_TEGRA* > indicate which one. Coming from my kernel background, MACH_* is a define > for a particular board, and we do have a GENERIC Tegra board, so I got > the wrong e

Re: [U-Boot] [PATCH v2 06/10] ARM: add tegra20 support to arm720t

2012-06-06 Thread Stephen Warren
On 06/06/2012 12:25 PM, Allen Martin wrote: > On Wed, Jun 06, 2012 at 09:39:57AM -0700, Stephen Warren wrote: >> On 06/05/2012 03:20 PM, Allen Martin wrote: >>> Add support for tegra20 arm7 boot processor. This processor is used >>> to power on the Cortex A9 and transfer control to it. >> >>> diff

Re: [U-Boot] [PATCH v2 06/10] ARM: add tegra20 support to arm720t

2012-06-06 Thread Allen Martin
On Wed, Jun 06, 2012 at 09:39:57AM -0700, Stephen Warren wrote: > On 06/05/2012 03:20 PM, Allen Martin wrote: > > Add support for tegra20 arm7 boot processor. This processor is used > > to power on the Cortex A9 and transfer control to it. > > > diff --git a/arch/arm/cpu/arm720t/cpu.c b/arch/arm/

Re: [U-Boot] [PATCH v2 06/10] ARM: add tegra20 support to arm720t

2012-06-06 Thread Stephen Warren
On 06/05/2012 03:20 PM, Allen Martin wrote: > Add support for tegra20 arm7 boot processor. This processor is used > to power on the Cortex A9 and transfer control to it. > diff --git a/arch/arm/cpu/arm720t/cpu.c b/arch/arm/cpu/arm720t/cpu.c > #elif defined(CONFIG_INTEGRATOR) && defined(CONFIG_A

[U-Boot] [PATCH v2 06/10] ARM: add tegra20 support to arm720t

2012-06-05 Thread Allen Martin
Add support for tegra20 arm7 boot processor. This processor is used to power on the Cortex A9 and transfer control to it. Signed-off-by: Allen Martin --- arch/arm/cpu/arm720t/cpu.c |2 + arch/arm/cpu/arm720t/interrupts.c|4 + arch/arm/cpu/arm720t/start.S