commit | 2d9afb369bc069f11a3a8696c4bdf95d4ddf1281 | [log] [tgz] |
---|---|---|
author | Cédric Le Goater <clg@fr.ibm.com> | Thu Apr 24 09:23:38 2014 +0200 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Apr 28 17:36:17 2014 +1000 |
tree | 4b673b16272bd0f4029ed03e3b9394b744a49526 | |
parent | f16e9684996188c12e1f460589003e99086ce36e [diff] |
powerpc/boot: Add a global entry point for pseries When entering the boot wrapper in little endian, we will need to fix the endian order using a fixup trampoline like in the kernel. This patch overrides the _zimage_start entry point for this purpose. Signed-off-by: Cédric Le Goater <clg@fr.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>