[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

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

2009-12-14 Thread Joakim Tjernlund
19:01 Subject: [PATCH 0/4] Make u-boot true PIC for ppc 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

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

2009-12-14 Thread Wolfgang Denk
Dear Joakim Tjernlund, In message of8b4816fe.b31eee7e-onc125768c.004f687d-c125768c.004f9...@transmode.se 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

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

2009-12-14 Thread Joakim Tjernlund
Wolfgang Denk w...@denx.de wrote on 14/12/2009 21:11:17: Dear Joakim Tjernlund, In message OF8B4816FE.B31EEE7E-ONC125768C.004F687D-C125768C. 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

[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