[U-Boot] [PATCH] tegra2: move tegra2 SoC code to arch/arm/cpu/tegra2-common

2012-04-18 Thread Allen Martin
In preparation for splitting out the armv4t code from tegra2, move the tegra2 SoC code to arch/arm/cpu/tegra2-common. This code will be compiled armv4t for the arm7tdmi and armv7 for the cortex A9. Signed-off-by: Allen Martin --- Resending this with "git format-patch -M" to make it more readable

Re: [U-Boot] [PATCH] tegra2: move tegra2 SoC code to arch/arm/cpu/tegra2-common

2012-04-30 Thread Simon Glass
Hi Allen, On Thu, Apr 19, 2012 at 12:22 PM, Allen Martin wrote: > On Thu, Apr 19, 2012 at 11:27:05AM -0700, Simon Glass wrote: > > > > > > This is part of an upcoming patch set to move all armv4t code out of > > > tegra2 u-boot and put it into an SPL, but I wanted to get some early > > > feedbac

Re: [U-Boot] [PATCH] tegra2: move tegra2 SoC code to arch/arm/cpu/tegra2-common

2012-04-30 Thread Allen Martin
On Mon, Apr 30, 2012 at 11:31:44AM -0700, Simon Glass wrote: > > -Have the armv4t build reach up and over into armv7 > -Move the code out to board/nvidia > > Both of these seemed worse > > I've thought about this a bit more. To me you have a bit of a unique problem > in that you need to build t

Re: [U-Boot] [PATCH] tegra2: move tegra2 SoC code to arch/arm/cpu/tegra2-common

2012-06-09 Thread Simon Glass
Hi Allen, On Mon, Apr 30, 2012 at 12:52 PM, Allen Martin wrote: > On Mon, Apr 30, 2012 at 11:31:44AM -0700, Simon Glass wrote: > > > > -Have the armv4t build reach up and over into armv7 > > -Move the code out to board/nvidia > > > > Both of these seemed worse > > > > I've thought about this a b

Re: [U-Boot] [PATCH] tegra2: move tegra2 SoC code to arch/arm/cpu/tegra2-common

2012-04-19 Thread Simon Glass
+Albert Hi Allen, On Wed, Apr 18, 2012 at 3:46 PM, Allen Martin wrote: > In preparation for splitting out the armv4t code from tegra2, move the > tegra2 SoC code to arch/arm/cpu/tegra2-common.  This code will be > compiled armv4t for the arm7tdmi and armv7 for the cortex A9. > > Signed-off-by: A

Re: [U-Boot] [PATCH] tegra2: move tegra2 SoC code to arch/arm/cpu/tegra2-common

2012-04-19 Thread Allen Martin
On Thu, Apr 19, 2012 at 11:27:05AM -0700, Simon Glass wrote: > > > > This is part of an upcoming patch set to move all armv4t code out of > > tegra2 u-boot and put it into an SPL, but I wanted to get some early > > feedback on this patch.  This moves most of the tegra2 SoC code from > > arch/arm/cp