Re: [U-Boot] [PATCH 0/4] arm64: rela relocation

2013-10-08 Thread Albert ARIBAUD
Hi FengHua, On Tue, 8 Oct 2013 11:32:39 +0800 (GMT+08:00), FengHua wrote: > > > Hi FengHua, > > > > On Fri, 4 Oct 2013 23:55:01 +0800 (GMT+08:00), FengHua > > wrote: > > > > > > > > > > > > arm64: rela relocation > > > > > > > > This lets us remove the manual relocation stuff from the arm

Re: [U-Boot] [PATCH 0/4] arm64: rela relocation

2013-10-07 Thread FengHua
> Hi FengHua, > > On Fri, 4 Oct 2013 23:55:01 +0800 (GMT+08:00), FengHua > wrote: > > > > > > > > arm64: rela relocation > > > > > > This lets us remove the manual relocation stuff from the arm64 patchset > > > (the symbol itself is removed by this patchset, but not all the new > > > manual

Re: [U-Boot] [PATCH 0/4] arm64: rela relocation

2013-10-07 Thread Scott Wood
On Sat, 2013-10-05 at 09:55 +0200, Albert ARIBAUD wrote: > Hi FengHua, > > On Fri, 4 Oct 2013 23:55:01 +0800 (GMT+08:00), FengHua > wrote: > > > > > > > > arm64: rela relocation > > > > > > This lets us remove the manual relocation stuff from the arm64 patchset > > > (the symbol itself is rem

Re: [U-Boot] [PATCH 0/4] arm64: rela relocation

2013-10-05 Thread Albert ARIBAUD
Hi FengHua, On Fri, 4 Oct 2013 23:55:01 +0800 (GMT+08:00), FengHua wrote: > > > > arm64: rela relocation > > > > This lets us remove the manual relocation stuff from the arm64 patchset > > (the symbol itself is removed by this patchset, but not all the new > > manual relocations added by the

Re: [U-Boot] [PATCH 0/4] arm64: rela relocation

2013-10-04 Thread FengHua
> arm64: rela relocation > > This lets us remove the manual relocation stuff from the arm64 patchset > (the symbol itself is removed by this patchset, but not all the new > manual relocations added by the arm64 patchset). > > I'm not terribly happy with the way relocate-rela is now, versus some