Re: [U-Boot] [PATCH v5 00/13] split tegra20 arm7 code into separate SPL

2012-07-19 Thread Simon Glass
Hi Tom, On Tue, Jul 3, 2012 at 12:47 AM, Tom Warren wrote: > Wolfgang, > >> -Original Message- >> From: Allen Martin [mailto:amar...@nvidia.com] >> Sent: Monday, June 25, 2012 3:55 PM >> To: Tom Warren; swar...@wwwdotorg.org; s...@chromium.org; >> thierry.red...@avionic-design.de >> Cc: u

Re: [U-Boot] [PATCH v5 00/13] split tegra20 arm7 code into separate SPL

2012-07-02 Thread Tom Warren
Wolfgang, > -Original Message- > From: Allen Martin [mailto:amar...@nvidia.com] > Sent: Monday, June 25, 2012 3:55 PM > To: Tom Warren; swar...@wwwdotorg.org; s...@chromium.org; > thierry.red...@avionic-design.de > Cc: u-boot@lists.denx.de > Subject: [PATCH v5 00/13] split tegra20 arm7 cod

Re: [U-Boot] [PATCH v5 00/13] split tegra20 arm7 code into separate SPL

2012-06-25 Thread Marek Vasut
Dear Allen Martin, > This patch series fixes a long standing problem with the tegra20 > u-boot build. Tegra20 contains an ARM7TDMI boot processor and a > Cortex A9 main processor. Prior to this patch series this was > accomplished by #ifdefing out any armv7 code from the early boot > sequence an

Re: [U-Boot] [PATCH v5 00/13] split tegra20 arm7 code into separate SPL

2012-06-25 Thread Tom Warren
Allen, > -Original Message- > From: Allen Martin [mailto:amar...@nvidia.com] > Sent: Monday, June 25, 2012 4:21 PM > To: Stephen Warren > Cc: Tom Warren; s...@chromium.org; thierry.red...@avionic-design.de; u- > b...@lists.denx.de > Subject: Re: [PATCH v5 00/13] split tegra20 arm7 code int

Re: [U-Boot] [PATCH v5 00/13] split tegra20 arm7 code into separate SPL

2012-06-25 Thread Allen Martin
On Mon, Jun 25, 2012 at 04:04:28PM -0700, Stephen Warren wrote: > On 06/25/2012 04:55 PM, Allen Martin wrote: > > This patch series fixes a long standing problem with the tegra20 > > u-boot build. Tegra20 contains an ARM7TDMI boot processor and a > > Cortex A9 main processor. Prior to this patch

Re: [U-Boot] [PATCH v5 00/13] split tegra20 arm7 code into separate SPL

2012-06-25 Thread Stephen Warren
On 06/25/2012 04:55 PM, Allen Martin wrote: > This patch series fixes a long standing problem with the tegra20 > u-boot build. Tegra20 contains an ARM7TDMI boot processor and a > Cortex A9 main processor. Prior to this patch series this was > accomplished by #ifdefing out any armv7 code from the

[U-Boot] [PATCH v5 00/13] split tegra20 arm7 code into separate SPL

2012-06-25 Thread Allen Martin
This patch series fixes a long standing problem with the tegra20 u-boot build. Tegra20 contains an ARM7TDMI boot processor and a Cortex A9 main processor. Prior to this patch series this was accomplished by #ifdefing out any armv7 code from the early boot sequence and creating a single binary tha