Re: [U-Boot] [PATCH] [NEW_RELOC] arm1136, qong: add support for ELF relocations

2010-10-12 Thread Albert ARIBAUD
Le 13/10/2010 07:27, Heiko Schocher a écrit : >>> +#defineCONFIG_RELOC_FIXUP_WORKS >> >> I believe this is now common to all ARMs, hence unneeded in config files. > > Hmm.. instead we should remove in arch/arm/include/asm/config.h > >24 #if defined(CONFIG_SYS_ARM_WITHOUT_RELOC) >25 /*

Re: [U-Boot] [PATCH] [NEW_RELOC] arm1136, qong: add support for ELF relocations

2010-10-12 Thread Heiko Schocher
Hello Wolfgang, Wolfgang Denk wrote: > Dear Albert ARIBAUD, > > In message <4cb478d4.3030...@free.fr> you wrote: >> Le 12/10/2010 13:31, Heiko Schocher a écrit : >>> Signed-off-by: Wolfgang Denk >>> Signed-off-by: Heiko Schocher >>> --- >> I assume this is [ELF_RELOC], not [NEW_RELOC], right? I'm

Re: [U-Boot] [PATCH] [NEW_RELOC] arm1136, qong: add support for ELF relocations

2010-10-12 Thread Heiko Schocher
Hello Albert, Albert ARIBAUD wrote: > Le 12/10/2010 13:31, Heiko Schocher a écrit : >> Signed-off-by: Wolfgang Denk >> Signed-off-by: Heiko Schocher >> --- > > I assume this is [ELF_RELOC], not [NEW_RELOC], right? I'm asking because > using the same tag for all "elf_reloc" branch related patches

Re: [U-Boot] [PATCH] [NEW_RELOC] arm1136, qong: add support for ELF relocations

2010-10-12 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message <4cb478d4.3030...@free.fr> you wrote: > Le 12/10/2010 13:31, Heiko Schocher a écrit : > > Signed-off-by: Wolfgang Denk > > Signed-off-by: Heiko Schocher > > --- > > I assume this is [ELF_RELOC], not [NEW_RELOC], right? I'm asking because > using the same tag for all

Re: [U-Boot] [PATCH] [NEW_RELOC] arm1136, qong: add support for ELF relocations

2010-10-12 Thread Albert ARIBAUD
Le 12/10/2010 13:31, Heiko Schocher a écrit : > Signed-off-by: Wolfgang Denk > Signed-off-by: Heiko Schocher > --- I assume this is [ELF_RELOC], not [NEW_RELOC], right? I'm asking because using the same tag for all "elf_reloc" branch related patches makes it easier to find them all back. > diff

[U-Boot] [PATCH] [NEW_RELOC] arm1136, qong: add support for ELF relocations

2010-10-12 Thread Heiko Schocher
Signed-off-by: Wolfgang Denk Signed-off-by: Heiko Schocher --- arch/arm/cpu/arm1136/start.S| 171 ++- arch/arm/cpu/arm1136/u-boot.lds |8 ++ include/configs/qong.h |2 +- 3 files changed, 105 insertions(+), 76 deletions(-) diff --git a/a