Re: [U-Boot] [PATCH v2 08/10] tegra20: add u-boot.t2 target

2012-06-07 Thread Allen Martin
On Wed, Jun 06, 2012 at 07:02:45PM -0700, Stephen Warren wrote: > On 06/06/2012 04:00 PM, Allen Martin wrote: > > Yes, that's the intention. Although I do have plans down the road for > > adding memory initialization to the SPL so I can use it for > > boot/flashing when in recovery mode and there'

Re: [U-Boot] [PATCH v2 08/10] tegra20: add u-boot.t2 target

2012-06-06 Thread Stephen Warren
On 06/06/2012 04:00 PM, Allen Martin wrote: > On Wed, Jun 06, 2012 at 12:57:05PM -0700, Stephen Warren wrote: >> On 06/06/2012 01:53 PM, Tom Warren wrote: I'll move the SPL to 0x108000 and the normal u-boot to 0x208000 if that sounds more acceptable. >>> The current flash tools every

Re: [U-Boot] [PATCH v2 08/10] tegra20: add u-boot.t2 target

2012-06-06 Thread Allen Martin
On Wed, Jun 06, 2012 at 12:57:05PM -0700, Stephen Warren wrote: > On 06/06/2012 01:53 PM, Tom Warren wrote: > >> > >> I'll move the SPL to 0x108000 and the normal u-boot to 0x208000 if that > >> sounds more acceptable. > > The current flash tools everyone is using expect to flash U-Boot to > > 0x0

Re: [U-Boot] [PATCH v2 08/10] tegra20: add u-boot.t2 target

2012-06-06 Thread Stephen Warren
On 06/06/2012 01:53 PM, Tom Warren wrote: > Allen, > >> -Original Message- >> From: Allen Martin [mailto:amar...@nvidia.com] >> Sent: Wednesday, June 06, 2012 12:37 PM >> To: Stephen Warren >> Cc: Tom Warren; s...@chromium.org; u-boot@lists.denx.de >> Subject: Re: [PATCH v2 08/10] tegra20:

Re: [U-Boot] [PATCH v2 08/10] tegra20: add u-boot.t2 target

2012-06-06 Thread Tom Warren
Allen, > -Original Message- > From: Allen Martin [mailto:amar...@nvidia.com] > Sent: Wednesday, June 06, 2012 12:37 PM > To: Stephen Warren > Cc: Tom Warren; s...@chromium.org; u-boot@lists.denx.de > Subject: Re: [PATCH v2 08/10] tegra20: add u-boot.t2 target > > On Wed, Jun 06, 2012 at 0

Re: [U-Boot] [PATCH v2 08/10] tegra20: add u-boot.t2 target

2012-06-06 Thread Allen Martin
On Wed, Jun 06, 2012 at 09:48:23AM -0700, Stephen Warren wrote: > On 06/05/2012 03:20 PM, Allen Martin wrote: > > Add target for tegra20 u-boot image. This is a concatenation of tegra > > spl and normal u-boot binaries. > > > diff --git a/board/nvidia/seaboard/config.mk > > b/board/nvidia/seaboa

Re: [U-Boot] [PATCH v2 08/10] tegra20: add u-boot.t2 target

2012-06-06 Thread Stephen Warren
On 06/05/2012 03:20 PM, Allen Martin wrote: > Add target for tegra20 u-boot image. This is a concatenation of tegra > spl and normal u-boot binaries. > diff --git a/board/nvidia/seaboard/config.mk b/board/nvidia/seaboard/config.mk > +PAD_TO=0x00108000 Oh crap, does this mean that we have to sta

[U-Boot] [PATCH v2 08/10] tegra20: add u-boot.t2 target

2012-06-05 Thread Allen Martin
Add target for tegra20 u-boot image. This is a concatenation of tegra spl and normal u-boot binaries. Signed-off-by: Allen Martin --- .gitignore |1 + Makefile| 11 +++ board/nvidia/seaboard/config.mk |1 + 3 files changed, 13 inser