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

2013-01-08 Thread Albert ARIBAUD
On Tue, 27 Nov 2012 13:43:24 +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. > > This series only factorizes the C runtime framework, > that is, the assembly code responsible for setti

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

2012-12-27 Thread Albert ARIBAUD
On Tue, 27 Nov 2012 13:43:24 +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. > > This series only factorizes the C runtime framework, > that is, the assembly code responsible for settin

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

2012-11-27 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. 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_code().