Re: [U-Boot] [PATCH] arm: add ELF relocation support to rest of cpus

2010-11-26 Thread Darius Augulis
Hi Albert, On 11/25/2010 11:45 PM, Albert Aribaud wrote: bulk addition of ELF relocation support to ARM cpus arm946es, arm720t,arm920t, arm925t, arm_intcm, ixp, lh7a40x, s3c44b0, and sa1100. Signed-off-by: Albert Aribaudalbert.arib...@free.fr --- arch/arm/cpu/arm720t/start.S | 119

Re: [U-Boot] [PATCH] arm: add ELF relocation support to rest of cpus

2010-11-26 Thread Albert ARIBAUD
Hi Darius, Le 26/11/2010 19:04, Darius Augulis a écrit : Hi Albert, how about arm1136 and arm1176? Perhaps they both have relocation code but also they try to use _datarel_* which are not exported by linker anymore. If I am not mistaken, arm1136 and arm1176 are dealt with in v5 of my

Re: [U-Boot] [PATCH] arm: add ELF relocation support to rest of cpus

2010-11-26 Thread Darius Augulis
Hi, On 11/26/2010 08:12 PM, Albert ARIBAUD wrote: Hi Darius, Le 26/11/2010 19:04, Darius Augulis a écrit : Hi Albert, how about arm1136 and arm1176? Perhaps they both have relocation code but also they try to use _datarel_* which are not exported by linker anymore. If I am not

Re: [U-Boot] [PATCH] arm: add ELF relocation support to rest of cpus

2010-11-26 Thread Albert ARIBAUD
Le 26/11/2010 19:18, Darius Augulis a écrit : Hi, On 11/26/2010 08:12 PM, Albert ARIBAUD wrote: Hi Darius, Le 26/11/2010 19:04, Darius Augulis a écrit : Hi Albert, how about arm1136 and arm1176? Perhaps they both have relocation code but also they try to use _datarel_* which are not

Re: [U-Boot] [PATCH] arm: add ELF relocation support to rest of cpus

2010-11-26 Thread Darius Augulis
On 11/26/2010 08:34 PM, Albert ARIBAUD wrote: Le 26/11/2010 19:18, Darius Augulis a écrit : Hi, On 11/26/2010 08:12 PM, Albert ARIBAUD wrote: Hi Darius, Le 26/11/2010 19:04, Darius Augulis a écrit : Hi Albert, how about arm1136 and arm1176? Perhaps they both have relocation code but

Re: [U-Boot] [PATCH] arm: add ELF relocation support to rest of cpus

2010-11-26 Thread Wolfgang Denk
Dear Albert Aribaud, In message 1290721502-410-1-git-send-email-albert.arib...@free.fr you wrote: bulk addition of ELF relocation support to ARM cpus arm946es, arm720t,arm920t, arm925t, arm_intcm, ixp, lh7a40x, s3c44b0, and sa1100. Signed-off-by: Albert Aribaud albert.arib...@free.fr ---

[U-Boot] [PATCH] arm: add ELF relocation support to rest of cpus

2010-11-25 Thread Albert Aribaud
bulk addition of ELF relocation support to ARM cpus arm946es, arm720t,arm920t, arm925t, arm_intcm, ixp, lh7a40x, s3c44b0, and sa1100. Signed-off-by: Albert Aribaud albert.arib...@free.fr --- arch/arm/cpu/arm720t/start.S | 119 +