Re: [U-Boot] [PATCH 0/5] Optimize ARM relocation

2013-05-15 Thread Albert ARIBAUD
Hi Benoît, On Wed, 15 May 2013 01:58:23 +0200 (CEST), Benoît Thébaudeau benoit.thebaud...@advansee.com wrote: Hi Albert, On Tuesday, May 14, 2013 10:16:01 PM, Albert ARIBAUD wrote: On Tue, 14 May 2013 22:02:55 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: *** NOTE: this

[U-Boot] [PATCH 0/5] Optimize ARM relocation

2013-05-14 Thread Albert ARIBAUD
*** NOTE: this series applies over the 'Factorize ARM relocate_code instances' series. This series optimizes relocation by ensuring ARM binaries only use one type of relocation record, R_ARM_RELATIVE., then optimizing relocation code accordingly. The only known case where relocation records

Re: [U-Boot] [PATCH 0/5] Optimize ARM relocation

2013-05-14 Thread Albert ARIBAUD
On Tue, 14 May 2013 22:02:55 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: *** NOTE: this series applies over the 'Factorize ARM relocate_code instances' series. This series optimizes relocation by ensuring ARM binaries only use one type of relocation record, R_ARM_RELATIVE., then

Re: [U-Boot] [PATCH 0/5] Optimize ARM relocation

2013-05-14 Thread Benoît Thébaudeau
Hi Albert, On Tuesday, May 14, 2013 10:16:01 PM, Albert ARIBAUD wrote: On Tue, 14 May 2013 22:02:55 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: *** NOTE: this series applies over the 'Factorize ARM relocate_code instances' series. This series optimizes relocation by