Re: [U-Boot] [PATCH 3/4] mpc83xx: Add true PIC support.

2011-01-09 Thread Joakim Tjernlund
Wolfgang Denk wrote on 2011/01/09 21:54:34: > > Dear Joakim Tjernlund, > > In message <1292838435-14958-3-git-send-email-joakim.tjernl...@transmode.se> > you wrote: > > By copying the GOT to the end of the INIT_RAM(dcache) > > and relocating it there, it is much esier to > > support true PIC on u

Re: [U-Boot] [PATCH 3/4] mpc83xx: Add true PIC support.

2011-01-09 Thread Wolfgang Denk
Dear Joakim Tjernlund, In message <1292838435-14958-3-git-send-email-joakim.tjernl...@transmode.se> you wrote: > By copying the GOT to the end of the INIT_RAM(dcache) > and relocating it there, it is much esier to > support true PIC on u-boot. This cannot handle > FIXUP so C code that depends on

[U-Boot] [PATCH 3/4] mpc83xx: Add true PIC support.

2010-12-20 Thread Joakim Tjernlund
By copying the GOT to the end of the INIT_RAM(dcache) and relocating it there, it is much esier to support true PIC on u-boot. This cannot handle FIXUP so C code that depends on fixups before relocation to RAM must use LINK_OFF to calculate the difference. This depends on the upcoming single-pic-b