Re: [U-Boot] [PATCH v3 6/7] arm: add a common .lds link script

2012-03-06 Thread Simon Glass
Hi Albert, On Tue, Feb 28, 2012 at 1:25 PM, Albert ARIBAUD wrote: > Hi Simon, > > Le 21/02/2012 21:14, Simon Glass a écrit : >> >> Hi Albert, >> >> >> On Tue, Feb 21, 2012 at 11:52 AM, Albert ARIBAUD >>  wrote: >>> >>> Hi Simon, >>> >>> Le 21/02/2012 18:02, Simon Glass a écrit : >>> >>> >> +

Re: [U-Boot] [PATCH v3 6/7] arm: add a common .lds link script

2012-02-23 Thread Simon Glass
Hi Marek, On Tue, Feb 21, 2012 at 12:24 PM, Marek Vasut wrote: >> Hi Albert, >> >> On Tue, Feb 21, 2012 at 5:11 AM, Albert ARIBAUD >> >> wrote: >> > Hi Simon, >> > >> > Le 21/02/2012 07:17, Simon Glass a écrit : >> >> Most ARM CPUs use a very similar link script. This adds a basic >> >> script t

Re: [U-Boot] [PATCH v3 6/7] arm: add a common .lds link script

2012-02-21 Thread Marek Vasut
> Hi Albert, > > On Tue, Feb 21, 2012 at 5:11 AM, Albert ARIBAUD > > wrote: > > Hi Simon, > > > > Le 21/02/2012 07:17, Simon Glass a écrit : > >> Most ARM CPUs use a very similar link script. This adds a basic > >> script that can be used by most CPUs. > >> > >> Two new symbols are introduced

Re: [U-Boot] [PATCH v3 6/7] arm: add a common .lds link script

2012-02-21 Thread Simon Glass
Hi Albert, On Tue, Feb 21, 2012 at 11:52 AM, Albert ARIBAUD wrote: > Hi Simon, > > Le 21/02/2012 18:02, Simon Glass a écrit : > > +       . = ALIGN(4); >>> >>> >>> >>> This "ALIGN(4)" is what upsets my edminiv2 build and makes it not >>> binary-identical. It is not in the current arm926ejs l

Re: [U-Boot] [PATCH v3 6/7] arm: add a common .lds link script

2012-02-21 Thread Albert ARIBAUD
Hi Simon, Le 21/02/2012 18:02, Simon Glass a écrit : + . = ALIGN(4); This "ALIGN(4)" is what upsets my edminiv2 build and makes it not binary-identical. It is not in the current arm926ejs liner script. I will check if adding it to the current arm926ejs script produces a working and bin

Re: [U-Boot] [PATCH v3 6/7] arm: add a common .lds link script

2012-02-21 Thread Simon Glass
Hi Albert, On Tue, Feb 21, 2012 at 5:11 AM, Albert ARIBAUD wrote: > Hi Simon, > > Le 21/02/2012 07:17, Simon Glass a écrit : > >> Most ARM CPUs use a very similar link script. This adds a basic >> script that can be used by most CPUs. >> >> Two new symbols are introduced which are intended to eve

Re: [U-Boot] [PATCH v3 6/7] arm: add a common .lds link script

2012-02-21 Thread Albert ARIBAUD
Hi again Simon, Le 21/02/2012 14:11, Albert ARIBAUD a écrit : Two new symbols are introduced which are intended to eventually be defined on all architectures to make things easier for generic relocation and reduce special-case code for each architecture: __text_start is the start of the text a

Re: [U-Boot] [PATCH v3 6/7] arm: add a common .lds link script

2012-02-21 Thread Albert ARIBAUD
Hi Simon, Le 21/02/2012 07:17, Simon Glass a écrit : Most ARM CPUs use a very similar link script. This adds a basic script that can be used by most CPUs. Two new symbols are introduced which are intended to eventually be defined on all architectures to make things easier for generic relocation

[U-Boot] [PATCH v3 6/7] arm: add a common .lds link script

2012-02-20 Thread Simon Glass
Most ARM CPUs use a very similar link script. This adds a basic script that can be used by most CPUs. Two new symbols are introduced which are intended to eventually be defined on all architectures to make things easier for generic relocation and reduce special-case code for each architecture: __