|
|
@@ -16,11 +16,19 @@ Signed-off-by: David Bauer <[email protected]>
|
|
|
|
|
|
--- a/arch/powerpc/boot/Makefile
|
|
|
+++ b/arch/powerpc/boot/Makefile
|
|
|
-@@ -345,6 +345,7 @@ image-$(CONFIG_MPC836x_MDS) += cuImage.
|
|
|
+@@ -175,6 +175,7 @@ src-plat-$(CONFIG_EMBEDDED6xx) += cuboot
|
|
|
+ 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_ZIMAGE_LA3000000) += fixed-head.S
|
|
|
+ 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
|
|
|
+@@ -345,6 +346,7 @@ image-$(CONFIG_MPC836x_MDS) += cuImage.
|
|
|
image-$(CONFIG_ASP834x) += dtbImage.asp834x-redboot
|
|
|
|
|
|
# Board ports in arch/powerpc/platform/85xx/Kconfig
|
|
|
-+image-y += zImage.la3000000
|
|
|
++image-$(CONFIG_PPC_ZIMAGE_LA3000000) += zImage.la3000000
|
|
|
image-$(CONFIG_MPC8540_ADS) += cuImage.mpc8540ads
|
|
|
image-$(CONFIG_MPC8560_ADS) += cuImage.mpc8560ads
|
|
|
image-$(CONFIG_MPC85xx_CDS) += cuImage.mpc8541cds \
|
|
|
@@ -38,3 +46,16 @@ Signed-off-by: David Bauer <[email protected]>
|
|
|
of)
|
|
|
platformo="$object/of.o $object/epapr.o"
|
|
|
make_space=n
|
|
|
+--- a/arch/powerpc/Kconfig
|
|
|
++++ b/arch/powerpc/Kconfig
|
|
|
+@@ -74,6 +74,10 @@ config NMI_IPI
|
|
|
+ depends on SMP && (DEBUGGER || KEXEC_CORE || HARDLOCKUP_DETECTOR)
|
|
|
+ default y
|
|
|
+
|
|
|
++config PPC_ZIMAGE_LA3000000
|
|
|
++ bool
|
|
|
++ default n
|
|
|
++
|
|
|
+ config PPC_WATCHDOG
|
|
|
+ bool
|
|
|
+ depends on HARDLOCKUP_DETECTOR
|