Lines Matching refs:plat
137 src-plat-y := of.c epapr.c
138 src-plat-$(CONFIG_40x) += fixed-head.S cuboot-hotfoot.c \
141 src-plat-$(CONFIG_44x) += treeboot-ebony.c cuboot-ebony.c treeboot-bamboo.c \
149 src-plat-$(CONFIG_PPC_8xx) += cuboot-8xx.c fixed-head.S ep88xc.c redboot-8xx.c
150 src-plat-$(CONFIG_PPC_MPC52xx) += cuboot-52xx.c
151 src-plat-$(CONFIG_PPC_82xx) += cuboot-pq2.c fixed-head.S ep8248e.c cuboot-824x.c
152 src-plat-$(CONFIG_PPC_83xx) += cuboot-83xx.c fixed-head.S redboot-83xx.c
153 src-plat-$(CONFIG_FSL_SOC_BOOKE) += cuboot-85xx.c cuboot-85xx-cpm2.c
154 src-plat-$(CONFIG_EMBEDDED6xx) += cuboot-pq2.c cuboot-mpc7448hpc2.c \
158 src-plat-$(CONFIG_AMIGAONE) += cuboot-amigaone.c
159 src-plat-$(CONFIG_PPC_PS3) += ps3-head.S ps3-hvcall.S ps3.c
160 src-plat-$(CONFIG_EPAPR_BOOT) += epapr.c epapr-wrapper.c
161 src-plat-$(CONFIG_PPC_PSERIES) += pseries-head.S
162 src-plat-$(CONFIG_PPC_POWERNV) += pseries-head.S
163 src-plat-$(CONFIG_PPC_IBM_CELL_BLADE) += pseries-head.S
164 src-plat-$(CONFIG_MVME7100) += motload-head.S mvme7100.c
166 src-plat-$(CONFIG_PPC_MICROWATT) += fixed-head.S microwatt.c
169 src-plat := $(sort $(src-plat-y))
170 src-boot := $(src-wlib) $(src-plat) empty.c
175 obj-plat := $(addsuffix .o, $(basename $(addprefix $(obj)/, $(src-plat))))
176 obj-plat: $(libfdt)
233 extra-y := $(obj)/wrapper.a $(obj-plat) $(obj)/empty.o \