Re: [PATCH 2/4] powerpc/boot/wrapper: use the pseries wrapper for zImage.epapr

2015-02-10 Thread Benjamin Herrenschmidt
On Wed, 2015-02-11 at 10:16 +0800, Jeremy Kerr wrote: > Hi Ben, > > >> We'll likely be entering the zImage.epapr as BE, so include the pseries > >> implementation of _zimage_start, which adds the endian fixup magic. > > > > Wont that break embedded epapr stuff ? > > How so? This will just give u

Re: [PATCH 2/4] powerpc/boot/wrapper: use the pseries wrapper for zImage.epapr

2015-02-10 Thread Jeremy Kerr
Hi Ben, >> We'll likely be entering the zImage.epapr as BE, so include the pseries >> implementation of _zimage_start, which adds the endian fixup magic. > > Wont that break embedded epapr stuff ? How so? This will just give us the endian fixup trampoline (followed by a branch to _zimage_start_l

Re: [PATCH 2/4] powerpc/boot/wrapper: use the pseries wrapper for zImage.epapr

2015-02-10 Thread Benjamin Herrenschmidt
On Tue, 2015-02-10 at 20:15 +0800, Jeremy Kerr wrote: > We'll likely be entering the zImage.epapr as BE, so include the pseries > implementation of _zimage_start, which adds the endian fixup magic. Wont that break embedded epapr stuff ? > Signed-off-by: Jeremy Kerr > > --- > arch/powerpc/boot/

[PATCH 2/4] powerpc/boot/wrapper: use the pseries wrapper for zImage.epapr

2015-02-10 Thread Jeremy Kerr
We'll likely be entering the zImage.epapr as BE, so include the pseries implementation of _zimage_start, which adds the endian fixup magic. Signed-off-by: Jeremy Kerr --- arch/powerpc/boot/wrapper |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/boot/wrapper b