Re: [U-Boot] [PATCH 2/2] PowerPC, nand_spl: Add relocation support for -fpic

2011-01-12 Thread Joakim Tjernlund
> Wolfgang Denk wrote on 2010/12/17 17:13:47: > > > > Dear Joakim Tjernlund, > > > > In message > > > > you wrote: > > > > > > > Great! then we got: > > > > [PATCH] PowerPC: Move -fPIC flag to common place > > > > [PATCH] PowerPC: Add support for -msingle-pic-base > > > > > > How about the abov

Re: [U-Boot] [PATCH 2/2] PowerPC, nand_spl: Add relocation support for -fpic

2010-12-17 Thread Wolfgang Denk
Dear Joakim Tjernlund, In message <1291393838-19683-2-git-send-email-joakim.tjernl...@transmode.se> you wrote: > By rearranging the linker script we get support for > relocation of -fpic for free. > Move __got2_entries outside _GOT2_TABLE_ defining scope > matching the rest of PowerPC > > Signed

Re: [U-Boot] [PATCH 2/2] PowerPC, nand_spl: Add relocation support for -fpic

2010-12-17 Thread Joakim Tjernlund
Wolfgang Denk wrote on 2010/12/17 17:13:47: > > Dear Joakim Tjernlund, > > In message > you > wrote: > > > > > Great! then we got: > > > [PATCH] PowerPC: Move -fPIC flag to common place > > > [PATCH] PowerPC: Add support for -msingle-pic-base > > > > How about the above 2 patches? > > I think I

Re: [U-Boot] [PATCH 2/2] PowerPC, nand_spl: Add relocation support for -fpic

2010-12-17 Thread Wolfgang Denk
Dear Joakim Tjernlund, In message you wrote: > > > Great! then we got: > > [PATCH] PowerPC: Move -fPIC flag to common place > > [PATCH] PowerPC: Add support for -msingle-pic-base > > How about the above 2 patches? I think I have them on my list for "next", but I got other things to do first.

Re: [U-Boot] [PATCH 2/2] PowerPC, nand_spl: Add relocation support for -fpic

2010-12-17 Thread Joakim Tjernlund
> > Kim Phillips wrote on 2010/12/14 00:05:11: > > On Thu, 9 Dec 2010 13:02:58 -0600 > > Scott Wood wrote: > > > > > On Fri, 3 Dec 2010 10:30:38 -0600 > > > "Joakim Tjernlund" wrote: > > > > > > > By rearranging the linker script we get support for > > > > relocation of -fpic for free. > > > > M

Re: [U-Boot] [PATCH 2/2] PowerPC, nand_spl: Add relocation support for -fpic

2010-12-13 Thread Joakim Tjernlund
Kim Phillips wrote on 2010/12/14 00:05:11: > On Thu, 9 Dec 2010 13:02:58 -0600 > Scott Wood wrote: > > > On Fri, 3 Dec 2010 10:30:38 -0600 > > "Joakim Tjernlund" wrote: > > > > > By rearranging the linker script we get support for > > > relocation of -fpic for free. > > > Move __got2_entries out

Re: [U-Boot] [PATCH 2/2] PowerPC, nand_spl: Add relocation support for -fpic

2010-12-13 Thread Kim Phillips
On Thu, 9 Dec 2010 13:02:58 -0600 Scott Wood wrote: > On Fri, 3 Dec 2010 10:30:38 -0600 > "Joakim Tjernlund" wrote: > > > By rearranging the linker script we get support for > > relocation of -fpic for free. > > Move __got2_entries outside _GOT2_TABLE_ defining scope > > matching the rest of Po

Re: [U-Boot] [PATCH 2/2] PowerPC, nand_spl: Add relocation support for -fpic

2010-12-11 Thread Joakim Tjernlund
Scott Wood wrote on 2010/12/10 21:34:59: > > On Thu, 9 Dec 2010 21:30:16 +0100 > Joakim Tjernlund wrote: > > > > > If not, is there anything special I need to test it (specific > > > > toolchain?) besides these two patches? > > > > > > No, not yet. The real benefit comes in later patches. Just >

Re: [U-Boot] [PATCH 2/2] PowerPC, nand_spl: Add relocation support for -fpic

2010-12-10 Thread Scott Wood
On Thu, 9 Dec 2010 21:30:16 +0100 Joakim Tjernlund wrote: > > > If not, is there anything special I need to test it (specific > > > toolchain?) besides these two patches? > > > > No, not yet. The real benefit comes in later patches. Just > > makes sure it works as before. I applied those two pat

Re: [U-Boot] [PATCH 2/2] PowerPC, nand_spl: Add relocation support for -fpic

2010-12-09 Thread Joakim Tjernlund
> > > > > > On Fri, 3 Dec 2010 10:30:38 -0600 > > "Joakim Tjernlund" wrote: > > > > > By rearranging the linker script we get support for > > > relocation of -fpic for free. > > > Move __got2_entries outside _GOT2_TABLE_ defining scope > > > matching the rest of PowerPC > > > > > > Signed-off-by:

Re: [U-Boot] [PATCH 2/2] PowerPC, nand_spl: Add relocation support for -fpic

2010-12-09 Thread Joakim Tjernlund
> > On Fri, 3 Dec 2010 10:30:38 -0600 > "Joakim Tjernlund" wrote: > > > By rearranging the linker script we get support for > > relocation of -fpic for free. > > Move __got2_entries outside _GOT2_TABLE_ defining scope > > matching the rest of PowerPC > > > > Signed-off-by: Joakim Tjernlund > > -

Re: [U-Boot] [PATCH 2/2] PowerPC, nand_spl: Add relocation support for -fpic

2010-12-09 Thread Scott Wood
On Fri, 3 Dec 2010 10:30:38 -0600 "Joakim Tjernlund" wrote: > By rearranging the linker script we get support for > relocation of -fpic for free. > Move __got2_entries outside _GOT2_TABLE_ defining scope > matching the rest of PowerPC > > Signed-off-by: Joakim Tjernlund > --- > nand_spl/board/

Re: [U-Boot] [PATCH 2/2] PowerPC, nand_spl: Add relocation support for -fpic

2010-12-09 Thread Joakim Tjernlund
> > By rearranging the linker script we get support for > relocation of -fpic for free. > Move __got2_entries outside _GOT2_TABLE_ defining scope > matching the rest of PowerPC > > Signed-off-by: Joakim Tjernlund Ping? ___ U-Boot mailing list U-Boot@li

[U-Boot] [PATCH 2/2] PowerPC, nand_spl: Add relocation support for -fpic

2010-12-03 Thread Joakim Tjernlund
By rearranging the linker script we get support for relocation of -fpic for free. Move __got2_entries outside _GOT2_TABLE_ defining scope matching the rest of PowerPC Signed-off-by: Joakim Tjernlund --- nand_spl/board/freescale/mpc8313erdb/u-boot.lds |4 +++- nand_spl/board/freescale/mpc8315