From mboxrd@z Thu Jan 1 00:00:00 1970 From: Darius Augulis Date: Fri, 26 Nov 2010 20:41:44 +0200 Subject: [U-Boot] [PATCH] arm: add ELF relocation support to rest of cpus In-Reply-To: <4CEFFD99.7010101@free.fr> References: <1290721502-410-1-git-send-email-albert.aribaud@free.fr> <4CEFF692.7060908@gmail.com> <4CEFF87B.5070804@free.fr> <4CEFF9ED.2010108@gmail.com> <4CEFFD99.7010101@free.fr> Message-ID: <4CEFFF68.4030708@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 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 >>> patch, >>> which is already applied to u-boot-arm and will thus be pulled into >>> u-boot soon. >> >> as I can see only u-boot.lds is changed for arm1176 and start.S isn't. >> arm1136 got changed both these files. > > Correct, the arm1176 start.S is only half-fixed for ELF relocations. > I'll post a bugfix right away. > >>>> I have my own local patches but I think would be better if you >>>> change it >>>> together with all other cpus. >>> >>> Please verify my V5 patch and, if your patches are needed above it, >>> please post them here to be apllied above mine. >> >> they are very raw and not ready yet. Not sure when will have time to >> finish it. > > What do they add beside the fix to arm1136/1176 ? actually it's not a separate patch but merged into other big patch which adds support for mini6410 board. I will resolve my local conflicts after pulling your bugfix. Darius. > > Amicalement,