Re: [U-Boot] [PATCH v2 4/6] reboard: arm: Add processor function library

2011-12-21 Thread Simon Glass
Hi Albert, On Sun, Dec 11, 2011 at 9:24 PM, Simon Glass wrote: > Hi Albert, > > On Sun, Dec 11, 2011 at 6:16 AM, Albert ARIBAUD > wrote: >> Hi Simon, >> >> Le 10/12/2011 20:16, Simon Glass a écrit : >> >>> Add a library to hold ARM assembler code which is generic across all >>> ARM CPUs. At firs

Re: [U-Boot] [PATCH v2 4/6] reboard: arm: Add processor function library

2011-12-11 Thread Simon Glass
Hi Albert, On Sun, Dec 11, 2011 at 6:16 AM, Albert ARIBAUD wrote: > Hi Simon, > > Le 10/12/2011 20:16, Simon Glass a écrit : > >> Add a library to hold ARM assembler code which is generic across all >> ARM CPUs. At first it just holds some basic relocation code. The >> plan is to move more start.

Re: [U-Boot] [PATCH v2 4/6] reboard: arm: Add processor function library

2011-12-11 Thread Albert ARIBAUD
Hi Simon, Le 10/12/2011 20:16, Simon Glass a écrit : Add a library to hold ARM assembler code which is generic across all ARM CPUs. At first it just holds some basic relocation code. The plan is to move more start.S code here. I still don't see the point in this new file, as this code is commo

[U-Boot] [PATCH v2 4/6] reboard: arm: Add processor function library

2011-12-10 Thread Simon Glass
Add a library to hold ARM assembler code which is generic across all ARM CPUs. At first it just holds some basic relocation code. The plan is to move more start.S code here. Signed-off-by: Simon Glass --- Changes in v2: - Invalidate I-cache when we jump to relocated code arch/arm/lib/Makefile |