[PATCH 17/18] powerpc/boot: add support for 64bit little endian wrapper

2014-03-20 Thread Cédric Le Goater
Compilation is changed for little endian and entry points between the wrapper and the kernel are modified to fix endian order with the FIXUP_ENDIAN trampoline. Signed-off-by: Cédric Le Goater --- arch/powerpc/boot/Makefile |7 +-- arch/powerpc/boot/crt0.S |1 + arch/p

[RFC PATCH 17/18] powerpc/boot: add support for 64bit little endian wrapper

2014-02-07 Thread Cédric Le Goater
Compilation is changed for little endian and entry points between the wrapper and the kernel are modified to fix endian order with the famous FIXUP_ENDIAN trampoline. This is PowerPC magic. Signed-off-by: Cédric Le Goater --- arch/powerpc/boot/Makefile |7 +-- arch/powerpc/boot/crt