Lines Matching refs:plat
150 src-plat-y := of.c epapr.c
151 src-plat-$(CONFIG_40x) += fixed-head.S cuboot-hotfoot.c \
154 src-plat-$(CONFIG_44x) += treeboot-ebony.c cuboot-ebony.c treeboot-bamboo.c \
162 src-plat-$(CONFIG_PPC_8xx) += cuboot-8xx.c fixed-head.S ep88xc.c redboot-8xx.c
163 src-plat-$(CONFIG_PPC_MPC52xx) += cuboot-52xx.c
164 src-plat-$(CONFIG_PPC_82xx) += cuboot-pq2.c fixed-head.S ep8248e.c cuboot-824x.c
165 src-plat-$(CONFIG_PPC_83xx) += cuboot-83xx.c fixed-head.S redboot-83xx.c
166 src-plat-$(CONFIG_FSL_SOC_BOOKE) += cuboot-85xx.c cuboot-85xx-cpm2.c
167 src-plat-$(CONFIG_EMBEDDED6xx) += cuboot-pq2.c cuboot-mpc7448hpc2.c \
171 src-plat-$(CONFIG_AMIGAONE) += cuboot-amigaone.c
172 src-plat-$(CONFIG_PPC_PS3) += ps3-head.S ps3-hvcall.S ps3.c
173 src-plat-$(CONFIG_EPAPR_BOOT) += epapr.c epapr-wrapper.c
174 src-plat-$(CONFIG_PPC_PSERIES) += pseries-head.S
175 src-plat-$(CONFIG_PPC_POWERNV) += pseries-head.S
176 src-plat-$(CONFIG_PPC_IBM_CELL_BLADE) += pseries-head.S
177 src-plat-$(CONFIG_MVME7100) += motload-head.S mvme7100.c
179 src-plat-$(CONFIG_PPC_MICROWATT) += fixed-head.S microwatt.c
182 src-plat := $(sort $(src-plat-y))
183 src-boot := $(src-wlib) $(src-plat) empty.c
188 obj-plat := $(addsuffix .o, $(basename $(addprefix $(obj)/, $(src-plat))))
189 obj-plat: $(libfdt)
246 extra-y := $(obj)/wrapper.a $(obj-plat) $(obj)/empty.o \