Re: [U-Boot] [PATCH 0/6] RFC: True PIC on 83xx

2010-11-30 Thread Joakim Tjernlund
Wolfgang Denk w...@denx.de wrote on 2010/11/23 21:52:11: Dear Joakim Tjernlund, In message 1290538131-12383-1-git-send-email-joakim.tjernl...@transmode.se you wrote: Here goes my attempt to revive true PIC on ppc, starting with 83xx. This uses a a new gcc option(which I have just impl.)

Re: [U-Boot] [PATCH 0/6] RFC: True PIC on 83xx

2010-11-30 Thread Joakim Tjernlund
Wolfgang Denk w...@denx.de wrote on 2010/11/23 21:52:11: Dear Joakim Tjernlund, In message 1290538131-12383-1-git-send-email-joakim.tjernl...@transmode.se you wrote: Here goes my attempt to revive true PIC on ppc, starting with 83xx. This uses a a new gcc option(which I have

[U-Boot] [PATCH 0/6] RFC: True PIC on 83xx

2010-11-23 Thread Joakim Tjernlund
Here goes my attempt to revive true PIC on ppc, starting with 83xx. This uses a a new gcc option(which I have just impl.) to add msingle-pic-base also save a lot of code: before: textdata bss dec hex filename 222728 14336 24228 261292 3fcac u-boot after: textdata

Re: [U-Boot] [PATCH 0/6] RFC: True PIC on 83xx

2010-11-23 Thread Wolfgang Denk
Dear Joakim Tjernlund, In message 1290538131-12383-1-git-send-email-joakim.tjernl...@transmode.se you wrote: Here goes my attempt to revive true PIC on ppc, starting with 83xx. This uses a a new gcc option(which I have just impl.) to add msingle-pic-base also save a lot of code: Is my

Re: [U-Boot] [PATCH 0/6] RFC: True PIC on 83xx

2010-11-23 Thread Joakim Tjernlund
Wolfgang Denk w...@denx.de wrote on 2010/11/23 21:52:11: Dear Joakim Tjernlund, In message 1290538131-12383-1-git-send-email-joakim.tjernl...@transmode.se you wrote: Here goes my attempt to revive true PIC on ppc, starting with 83xx. This uses a a new gcc option(which I have just impl.)

Re: [U-Boot] [PATCH 0/6] RFC: True PIC on 83xx

2010-11-23 Thread Graeme Russ
On Wed, Nov 24, 2010 at 8:08 AM, Joakim Tjernlund joakim.tjernl...@transmode.se wrote: Wolfgang Denk w...@denx.de wrote on 2010/11/23 21:52:11: Dear Joakim Tjernlund, In message 1290538131-12383-1-git-send-email-joakim.tjernl...@transmode.se you wrote: Here goes my attempt to revive true