Re: [U-Boot] [PATCH 0/9] Add basic Tegra30 (T30) support

2012-09-13 Thread Tom Warren
Tom, On Thu, Sep 13, 2012 at 2:04 PM, Tom Rini wrote: > On Wed, Sep 12, 2012 at 03:10:46PM -0700, Tom Warren wrote: > >> This patch series adds basic (boot to cmd prompt) support for Tegra30. >> This is based on the Tegra20 SPL, which initializes the AVP (ARM7TDMI >> boot proc) first, then contro

Re: [U-Boot] [PATCH 0/9] Add basic Tegra30 (T30) support

2012-09-13 Thread Tom Rini
On Wed, Sep 12, 2012 at 03:10:46PM -0700, Tom Warren wrote: > This patch series adds basic (boot to cmd prompt) support for Tegra30. > This is based on the Tegra20 SPL, which initializes the AVP (ARM7TDMI > boot proc) first, then control is transferred to the CPU (A9 quad cluster). > It is based o

Re: [U-Boot] [PATCH 0/9] Add basic Tegra30 (T30) support

2012-09-13 Thread Stephen Warren
On 09/12/2012 04:10 PM, Tom Warren wrote: > This patch series adds basic (boot to cmd prompt) support for Tegra30. > This is based on the Tegra20 SPL, which initializes the AVP (ARM7TDMI > boot proc) first, then control is transferred to the CPU (A9 quad cluster). > It is based on current u-boot-te

[U-Boot] [PATCH 0/9] Add basic Tegra30 (T30) support

2012-09-12 Thread Tom Warren
This patch series adds basic (boot to cmd prompt) support for Tegra30. This is based on the Tegra20 SPL, which initializes the AVP (ARM7TDMI boot proc) first, then control is transferred to the CPU (A9 quad cluster). It is based on current u-boot-tegra/next. Future patches will add support/drivers