aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/Makefile
diff options
context:
space:
mode:
authorRemi Machet <rmachet@slac.stanford.edu>2008-05-20 16:50:10 -0400
committerPaul Mackerras <paulus@samba.org>2008-06-08 23:42:25 -0400
commitc6ec08e03dd06b8dfa3f6d938b0a89c6ed8475c9 (patch)
tree12571414b76d9ca8d4054f8cc0f7ee8558e14386 /arch/powerpc/boot/Makefile
parent61586476cda599c64ab2b8f4f808d6a615a2fab2 (diff)
powerpc: Boot code for the C2K
Support for the C2K cPCI Single Board Computer from GEFanuc (PowerPC MPC7448 with a Marvell MV64460 chipset). All features of the board are not supported yet, but the board boots, flash works, all Ethernet ports are working and PCI devices are all found (USB and SATA on PCI1 do not work yet). Part 2 of 5: support for the board in arch/powerpc/boot. Signed-off-by: Remi Machet <rmachet@slac.stanford.edu> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/boot/Makefile')
-rw-r--r--arch/powerpc/boot/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile
index c3585bed1970..e02fe3603e3e 100644
--- a/arch/powerpc/boot/Makefile
+++ b/arch/powerpc/boot/Makefile
@@ -63,7 +63,7 @@ src-plat := of.c cuboot-52xx.c cuboot-824x.c cuboot-83xx.c cuboot-85xx.c holly.c
63 ps3-head.S ps3-hvcall.S ps3.c treeboot-bamboo.c cuboot-8xx.c \ 63 ps3-head.S ps3-hvcall.S ps3.c treeboot-bamboo.c cuboot-8xx.c \
64 cuboot-pq2.c cuboot-sequoia.c treeboot-walnut.c \ 64 cuboot-pq2.c cuboot-sequoia.c treeboot-walnut.c \
65 cuboot-bamboo.c cuboot-mpc7448hpc2.c cuboot-taishan.c \ 65 cuboot-bamboo.c cuboot-mpc7448hpc2.c cuboot-taishan.c \
66 fixed-head.S ep88xc.c ep405.c \ 66 fixed-head.S ep88xc.c ep405.c cuboot-c2k.c \
67 cuboot-katmai.c cuboot-rainier.c redboot-8xx.c ep8248e.c \ 67 cuboot-katmai.c cuboot-rainier.c redboot-8xx.c ep8248e.c \
68 cuboot-warp.c cuboot-85xx-cpm2.c cuboot-yosemite.c simpleboot.c \ 68 cuboot-warp.c cuboot-85xx-cpm2.c cuboot-yosemite.c simpleboot.c \
69 virtex405-head.S redboot-83xx.c 69 virtex405-head.S redboot-83xx.c
@@ -264,6 +264,7 @@ image-$(CONFIG_KSI8560) += cuImage.ksi8560
264# Board ports in arch/powerpc/platform/embedded6xx/Kconfig 264# Board ports in arch/powerpc/platform/embedded6xx/Kconfig
265image-$(CONFIG_STORCENTER) += cuImage.storcenter 265image-$(CONFIG_STORCENTER) += cuImage.storcenter
266image-$(CONFIG_MPC7448HPC2) += cuImage.mpc7448hpc2 266image-$(CONFIG_MPC7448HPC2) += cuImage.mpc7448hpc2
267image-$(CONFIG_PPC_C2K) += cuImage.c2k
267 268
268# For 32-bit powermacs, build the COFF and miboot images 269# For 32-bit powermacs, build the COFF and miboot images
269# as well as the ELF images. 270# as well as the ELF images.