[U-Boot] [PATCH 0/4] Make u-boot true PIC for ppc

2009-12-30 Thread Joakim Tjernlund
This series adds link_off(), a function to calculate the difference between load address and link address. Using this function it is possible to make u-boot 100% PIC by wrapping global data accesses LINK_OFF() calls. Plenty of examples in the code to show how to use it. All start.S needs to be up

Re: [U-Boot] [PATCH 0/4] Make u-boot true PIC for ppc

2009-12-14 Thread Joakim Tjernlund
Wolfgang Denk wrote on 14/12/2009 21:11:17: > > Dear Joakim Tjernlund, > > In message 004f9...@transmode.se> you wrote: > > Any interest in these patches I sent some time ago? > > Lots of ionterest actually. But so little time :-( OK, good to know. I will wait then. Jocke _

Re: [U-Boot] [PATCH 0/4] Make u-boot true PIC for ppc

2009-12-14 Thread Wolfgang Denk
Dear Joakim Tjernlund, In message you wrote: > Any interest in these patches I sent some time ago? Lots of ionterest actually. But so little time :-( Sorry.. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Ki

Re: [U-Boot] [PATCH 0/4] Make u-boot true PIC for ppc

2009-12-14 Thread Joakim Tjernlund
Any interest in these patches I sent some time ago? Jocke Joakim Tjernlund wrote on 02/11/2009 19:01:16: > From: Joakim Tjernlund > To: u-boot@lists.denx.de > Cc: Joakim Tjernlund > Date: 02/11/2009 19:01 > Subject: [PATCH 0/4] Make u-boot true PIC for ppc > > This series adds link_o

[U-Boot] [PATCH 0/4] Make u-boot true PIC for ppc

2009-11-02 Thread Joakim Tjernlund
This series adds link_off(), a function to calculate the difference between load address and link address. Using this function it is possible to make u-boot 100% PIC by wrapping global data accesses LINK_OFF() calls. Plenty of examples in the code to show how to use it. All start.S needs to be up