[PATCH] powerpc/boot: fix global entry point for pseries

Cédric Le Goater clg at fr.ibm.com
Mon Mar 24 21:22:41 EST 2014


Patch 15/18 "powerpc/boot: add a global entry point for pseries"
introduced a pseries-head.S file to fix the endian order when
entering the boot wrapper. This patch is a fix for some platforms
which also generate the zImage.pseries boot wrapper.

Signed-off-by: Cédric Le Goater <clg at fr.ibm.com>
---
Ben,

You can probably merge that one with patch 15. I can also
resend the whole patchset and merge the three last patches
as you did. As you wish.

Cheers,


 arch/powerpc/boot/Makefile |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile
index 35189540b699..0d65b83e4af3 100644
--- a/arch/powerpc/boot/Makefile
+++ b/arch/powerpc/boot/Makefile
@@ -106,6 +106,10 @@ src-plat-$(CONFIG_AMIGAONE) += cuboot-amigaone.c
 src-plat-$(CONFIG_PPC_PS3) += ps3-head.S ps3-hvcall.S ps3.c
 src-plat-$(CONFIG_EPAPR_BOOT) += epapr.c epapr-wrapper.c
 src-plat-$(CONFIG_PPC_PSERIES) += pseries-head.S
+src-plat-$(CONFIG_PPC_POWERNV) += pseries-head.S
+src-plat-$(CONFIG_PPC_IBM_CELL_BLADE) += pseries-head.S
+src-plat-$(CONFIG_PPC_CELLEB) += pseries-head.S
+src-plat-$(CONFIG_PPC_CELL_QPACE) += pseries-head.S
 
 
 src-wlib := $(sort $(src-wlib-y))
-- 
1.7.10.4



More information about the Linuxppc-dev mailing list