Makefile (8a3e1c670e503ddd6f6c373b307f38b783ee3a50) Makefile (c6ec08e03dd06b8dfa3f6d938b0a89c6ed8475c9)
1# Makefile for making ELF bootable images for booting on CHRP
2# using Open Firmware.
3#
4# Geert Uytterhoeven September 1997
5#
6# Based on coffboot by Paul Mackerras
7# Simplified for ppc64 by Todd Inglett
8#

--- 49 unchanged lines hidden (view full) ---

58 4xx.c ebony.c mv64x60.c mpsc.c mv64x60_i2c.c cuboot.c bamboo.c \
59 cpm-serial.c stdlib.c mpc52xx-psc.c planetcore.c uartlite.c \
60 fsl-soc.c mpc8xx.c pq2.c
61src-plat := of.c cuboot-52xx.c cuboot-824x.c cuboot-83xx.c cuboot-85xx.c holly.c \
62 cuboot-ebony.c treeboot-ebony.c prpmc2800.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 \
65 cuboot-bamboo.c cuboot-mpc7448hpc2.c cuboot-taishan.c \
1# Makefile for making ELF bootable images for booting on CHRP
2# using Open Firmware.
3#
4# Geert Uytterhoeven September 1997
5#
6# Based on coffboot by Paul Mackerras
7# Simplified for ppc64 by Todd Inglett
8#

--- 49 unchanged lines hidden (view full) ---

58 4xx.c ebony.c mv64x60.c mpsc.c mv64x60_i2c.c cuboot.c bamboo.c \
59 cpm-serial.c stdlib.c mpc52xx-psc.c planetcore.c uartlite.c \
60 fsl-soc.c mpc8xx.c pq2.c
61src-plat := of.c cuboot-52xx.c cuboot-824x.c cuboot-83xx.c cuboot-85xx.c holly.c \
62 cuboot-ebony.c treeboot-ebony.c prpmc2800.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 \
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 \
68 cuboot-warp.c cuboot-85xx-cpm2.c cuboot-yosemite.c simpleboot.c \
69 virtex405-head.S redboot-83xx.c
70src-boot := $(src-wlib) $(src-plat) empty.c
71
72src-boot := $(addprefix $(obj)/, $(src-boot))
73obj-boot := $(addsuffix .o, $(basename $(src-boot)))
74obj-wlib := $(addsuffix .o, $(basename $(addprefix $(obj)/, $(src-wlib))))

--- 184 unchanged lines hidden (view full) ---

259image-$(CONFIG_TQM8560) += cuImage.tqm8560
260image-$(CONFIG_SBC8548) += cuImage.sbc8548
261image-$(CONFIG_SBC8560) += cuImage.sbc8560
262image-$(CONFIG_KSI8560) += cuImage.ksi8560
263
264# Board ports in arch/powerpc/platform/embedded6xx/Kconfig
265image-$(CONFIG_STORCENTER) += cuImage.storcenter
266image-$(CONFIG_MPC7448HPC2) += cuImage.mpc7448hpc2
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 \
69 virtex405-head.S redboot-83xx.c
70src-boot := $(src-wlib) $(src-plat) empty.c
71
72src-boot := $(addprefix $(obj)/, $(src-boot))
73obj-boot := $(addsuffix .o, $(basename $(src-boot)))
74obj-wlib := $(addsuffix .o, $(basename $(addprefix $(obj)/, $(src-wlib))))

--- 184 unchanged lines hidden (view full) ---

259image-$(CONFIG_TQM8560) += cuImage.tqm8560
260image-$(CONFIG_SBC8548) += cuImage.sbc8548
261image-$(CONFIG_SBC8560) += cuImage.sbc8560
262image-$(CONFIG_KSI8560) += cuImage.ksi8560
263
264# Board ports in arch/powerpc/platform/embedded6xx/Kconfig
265image-$(CONFIG_STORCENTER) += cuImage.storcenter
266image-$(CONFIG_MPC7448HPC2) += cuImage.mpc7448hpc2
267image-$(CONFIG_PPC_C2K) += cuImage.c2k
267
268# For 32-bit powermacs, build the COFF and miboot images
269# as well as the ELF images.
270ifeq ($(CONFIG_PPC32),y)
271image-$(CONFIG_PPC_PMAC) += zImage.coff zImage.miboot
272endif
273
274initrd- := $(patsubst zImage%, zImage.initrd%, $(image-n) $(image-))

--- 126 unchanged lines hidden ---
268
269# For 32-bit powermacs, build the COFF and miboot images
270# as well as the ELF images.
271ifeq ($(CONFIG_PPC32),y)
272image-$(CONFIG_PPC_PMAC) += zImage.coff zImage.miboot
273endif
274
275initrd- := $(patsubst zImage%, zImage.initrd%, $(image-n) $(image-))

--- 126 unchanged lines hidden ---