Lines Matching refs:plat
135 src-plat-y := of.c epapr.c
136 src-plat-$(CONFIG_40x) += fixed-head.S ep405.c cuboot-hotfoot.c \
140 src-plat-$(CONFIG_44x) += treeboot-ebony.c cuboot-ebony.c treeboot-bamboo.c \
148 src-plat-$(CONFIG_PPC_8xx) += cuboot-8xx.c fixed-head.S ep88xc.c redboot-8xx.c
149 src-plat-$(CONFIG_PPC_MPC52xx) += cuboot-52xx.c
150 src-plat-$(CONFIG_PPC_82xx) += cuboot-pq2.c fixed-head.S ep8248e.c cuboot-824x.c
151 src-plat-$(CONFIG_PPC_83xx) += cuboot-83xx.c fixed-head.S redboot-83xx.c
152 src-plat-$(CONFIG_FSL_SOC_BOOKE) += cuboot-85xx.c cuboot-85xx-cpm2.c
153 src-plat-$(CONFIG_EMBEDDED6xx) += cuboot-pq2.c cuboot-mpc7448hpc2.c \
157 src-plat-$(CONFIG_AMIGAONE) += cuboot-amigaone.c
158 src-plat-$(CONFIG_PPC_PS3) += ps3-head.S ps3-hvcall.S ps3.c
159 src-plat-$(CONFIG_EPAPR_BOOT) += epapr.c epapr-wrapper.c
160 src-plat-$(CONFIG_PPC_PSERIES) += pseries-head.S
161 src-plat-$(CONFIG_PPC_POWERNV) += pseries-head.S
162 src-plat-$(CONFIG_PPC_IBM_CELL_BLADE) += pseries-head.S
163 src-plat-$(CONFIG_MVME7100) += motload-head.S mvme7100.c
166 src-plat := $(sort $(src-plat-y))
167 src-boot := $(src-wlib) $(src-plat) empty.c
172 obj-plat := $(addsuffix .o, $(basename $(addprefix $(obj)/, $(src-plat))))
173 obj-plat: $(libfdt)
230 extra-y := $(obj)/wrapper.a $(obj-plat) $(obj)/empty.o \