Re: [U-Boot] [PATCH v2 0/2] Factorize ARM startup code as mush as possible.

2012-12-09 Thread Sughosh Ganu
hi Albert, On Tue Nov 13, 2012 at 08:55:23PM +0100, Albert ARIBAUD wrote: > > > > I tried the 1st patch of the series, and with that u-boot does not > > > > come up on the board. It is also printing out some random values for > > > > the dram and nand sizes. > > > > > > > > The patch was applied

Re: [U-Boot] [PATCH v2 0/2] Factorize ARM startup code as mush as possible.

2012-11-13 Thread Albert ARIBAUD
Hi Sughosh, On Tue, 13 Nov 2012 09:40:19 +0530, Sughosh Ganu wrote: > hi Albert, > > On Sat, Nov 10, 2012 at 8:00 PM, Albert ARIBAUD > wrote: > > > Hi Sughosh, > > > > On Thu, 8 Nov 2012 19:50:28 +0530, Sughosh Ganu > > wrote: > > > > > hi Albert, > > > > > > On Mon Nov 05, 2012 at 01:09:25PM

Re: [U-Boot] [PATCH v2 0/2] Factorize ARM startup code as mush as possible.

2012-11-12 Thread Sughosh Ganu
hi Albert, On Sat, Nov 10, 2012 at 8:00 PM, Albert ARIBAUD wrote: > Hi Sughosh, > > On Thu, 8 Nov 2012 19:50:28 +0530, Sughosh Ganu > wrote: > > > hi Albert, > > > > On Mon Nov 05, 2012 at 01:09:25PM +0530, Sughosh Ganu wrote: > > > On Sun Nov 04, 2012 at 10:38:32AM -0700, Tom Rini wrote: > > >

Re: [U-Boot] [PATCH v2 0/2] Factorize ARM startup code as mush as possible.

2012-11-10 Thread Albert ARIBAUD
Hi Sughosh, On Thu, 8 Nov 2012 19:50:28 +0530, Sughosh Ganu wrote: > hi Albert, > > On Mon Nov 05, 2012 at 01:09:25PM +0530, Sughosh Ganu wrote: > > On Sun Nov 04, 2012 at 10:38:32AM -0700, Tom Rini wrote: > > > On Sun, Nov 04, 2012 at 12:43:12PM +0100, Albert ARIBAUD wrote: > > > > > > > Hi T

Re: [U-Boot] [PATCH v2 0/2] Factorize ARM startup code as mush as possible.

2012-11-08 Thread Sughosh Ganu
hi Albert, On Mon Nov 05, 2012 at 01:09:25PM +0530, Sughosh Ganu wrote: > On Sun Nov 04, 2012 at 10:38:32AM -0700, Tom Rini wrote: > > On Sun, Nov 04, 2012 at 12:43:12PM +0100, Albert ARIBAUD wrote: > > > > > Hi Tom, > > > > > > On Sun, 4 Nov 2012 12:32:03 +0100, Albert ARIBAUD > > > wrote: >

Re: [U-Boot] [PATCH v2 0/2] Factorize ARM startup code as mush as possible.

2012-11-04 Thread Sughosh Ganu
On Sun Nov 04, 2012 at 10:38:32AM -0700, Tom Rini wrote: > On Sun, Nov 04, 2012 at 12:43:12PM +0100, Albert ARIBAUD wrote: > > > Hi Tom, > > > > On Sun, 4 Nov 2012 12:32:03 +0100, Albert ARIBAUD > > wrote: > > > > > The goal of this series is to scrub the start.S files > > > which have prolife

Re: [U-Boot] [PATCH v2 0/2] Factorize ARM startup code as mush as possible.

2012-11-04 Thread Tom Rini
On Sun, Nov 04, 2012 at 12:43:12PM +0100, Albert ARIBAUD wrote: > Hi Tom, > > On Sun, 4 Nov 2012 12:32:03 +0100, Albert ARIBAUD > wrote: > > > The goal of this series is to scrub the start.S files > > which have proliferated across arch/arm and eliminate > > code redundancy. > > I know this c

Re: [U-Boot] [PATCH v2 0/2] Factorize ARM startup code as mush as possible.

2012-11-04 Thread Albert ARIBAUD
Hi Tom, On Sun, 4 Nov 2012 12:32:03 +0100, Albert ARIBAUD wrote: > The goal of this series is to scrub the start.S files > which have proliferated across arch/arm and eliminate > code redundancy. I know this came a bit late in early nov 4th, but I really would like it to be considered for 2013

[U-Boot] [PATCH v2 0/2] Factorize ARM startup code as mush as possible.

2012-11-04 Thread Albert ARIBAUD
The goal of this series is to scrub the start.S files which have proliferated across arch/arm and eliminate code redundancy. Currently this series only factorizes the C runtime framework, that is, the assembly code responsible for setting up the C environments needed by board_init_*() and relocate