Re: [PATCH 00/18] powerpc/boot: 64bit little endian wrapper

2014-03-21 Thread Cedric Le Goater
On 03/21/2014 06:28 PM, Geoff Levand wrote: > Hi Cédric, > > On Thu, 2014-03-20 at 16:09 +0100, Cédric Le Goater wrote: >> The following patchset adds support for 64bit little endian boot >> wrapper. It is based on original code from Andrew Tauferner. > > I tested this on PS3 (64 bit BE) and fo

Re: [PATCH 00/18] powerpc/boot: 64bit little endian wrapper

2014-03-21 Thread Geoff Levand
Hi Cédric, On Thu, 2014-03-20 at 16:09 +0100, Cédric Le Goater wrote: > The following patchset adds support for 64bit little endian boot > wrapper. It is based on original code from Andrew Tauferner. I tested this on PS3 (64 bit BE) and found no regression. Tested by: Geoff Levand __

Re: [PATCH 00/18] powerpc/boot: 64bit little endian wrapper

2014-03-21 Thread Cedric Le Goater
Hi Geoff, >> Do you have these in a git branch somewhere so I can merge and test >> them? > > No, sorry, I don't have a public git repo. Let me see how I can fix > that, it might be useful for future patchsets. Please try that : git pull git://github.com/legoater/linux.git zimage Th

Re: [PATCH 00/18] powerpc/boot: 64bit little endian wrapper

2014-03-21 Thread Cedric Le Goater
Hi Geoff, > Do you have these in a git branch somewhere so I can merge and test > them? No, sorry, I don't have a public git repo. Let me see how I can fix that, it might be useful for future patchsets. Thanks, C. ___ Linuxppc-dev mailing list L

Re: [PATCH 00/18] powerpc/boot: 64bit little endian wrapper

2014-03-20 Thread Geoff Levand
Hi Cédric, On Thu, 2014-03-20 at 16:09 +0100, Cédric Le Goater wrote: > 16 files changed, 465 insertions(+), 100 deletions(-) Do you have these in a git branch somewhere so I can merge and test them? Thanks. -Geoff ___ Linuxppc-dev mailing list Linu

[PATCH 00/18] powerpc/boot: 64bit little endian wrapper

2014-03-20 Thread Cédric Le Goater
Hi, The following patchset adds support for 64bit little endian boot wrapper. It is based on original code from Andrew Tauferner. The first patches provide fixes for 64bit support. I also changed the prom code to make it converge with the prom_init kernel code. They have a lot in common and t

[RFC PATCH 00/18] powerpc/boot: 64bit little endian wrapper for pseries

2014-02-07 Thread Cédric Le Goater
Hi, The following patchset adds support for 64bit little endian boot wrapper for pseries. It is based on original code from Andrew Tauferner. The first patches provide fixes for 64bit. I also changed the prom code to make it converge with the prom_init kernel code. They have a lot in common a