From mboxrd@z Thu Jan 1 00:00:00 1970 From: Darius Augulis Date: Fri, 26 Nov 2010 20:18:21 +0200 Subject: [U-Boot] [PATCH] arm: add ELF relocation support to rest of cpus In-Reply-To: <4CEFF87B.5070804@free.fr> References: <1290721502-410-1-git-send-email-albert.aribaud@free.fr> <4CEFF692.7060908@gmail.com> <4CEFF87B.5070804@free.fr> Message-ID: <4CEFF9ED.2010108@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 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. > >> 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. Darius. > > Amicalement,