powerpc/boot: Add support for 64bit little endian wrapper
authorCédric Le Goater <clg@fr.ibm.com>
Thu, 24 Apr 2014 07:23:39 +0000 (09:23 +0200)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 28 Apr 2014 07:36:21 +0000 (17:36 +1000)
commit147c05168fc86e824ccd1c0a02b40843e3cbca88
treeb11fef2a92755918913b6c630d4fdb8f64af394a
parent2d9afb369bc069f11a3a8696c4bdf95d4ddf1281
powerpc/boot: Add support for 64bit little endian wrapper

The code is only slightly modified : entry points now use the
FIXUP_ENDIAN trampoline to switch endian order. The 32bit wrapper
is kept for big endian kernels and 64bit is enforced for little
endian kernels with a PPC64_BOOT_WRAPPER config option.

The linker script is generated using the kernel preprocessor flags
to make use of the CONFIG_* definitions and the wrapper script is
modified to take into account the new elf64ppc format.

Finally, the zImage file is compiled as a position independent
executable (-pie) which makes it loadable at any address by the
firmware.

Signed-off-by: Cédric Le Goater <clg@fr.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/boot/Makefile
arch/powerpc/boot/crt0.S
arch/powerpc/boot/ppc_asm.h
arch/powerpc/boot/pseries-head.S
arch/powerpc/boot/wrapper
arch/powerpc/boot/zImage.lds.S
arch/powerpc/platforms/Kconfig.cputype