Lines Matching refs:plat
88 src-plat-y := of.c epapr.c
89 src-plat-$(CONFIG_40x) += fixed-head.S ep405.c cuboot-hotfoot.c \
93 src-plat-$(CONFIG_44x) += treeboot-ebony.c cuboot-ebony.c treeboot-bamboo.c \
101 src-plat-$(CONFIG_8xx) += cuboot-8xx.c fixed-head.S ep88xc.c redboot-8xx.c
102 src-plat-$(CONFIG_PPC_MPC52xx) += cuboot-52xx.c
103 src-plat-$(CONFIG_PPC_82xx) += cuboot-pq2.c fixed-head.S ep8248e.c cuboot-824x.c
104 src-plat-$(CONFIG_PPC_83xx) += cuboot-83xx.c fixed-head.S redboot-83xx.c
105 src-plat-$(CONFIG_FSL_SOC_BOOKE) += cuboot-85xx.c cuboot-85xx-cpm2.c
106 src-plat-$(CONFIG_EMBEDDED6xx) += cuboot-pq2.c cuboot-mpc7448hpc2.c \
110 src-plat-$(CONFIG_AMIGAONE) += cuboot-amigaone.c
111 src-plat-$(CONFIG_PPC_PS3) += ps3-head.S ps3-hvcall.S ps3.c
112 src-plat-$(CONFIG_EPAPR_BOOT) += epapr.c epapr-wrapper.c
113 src-plat-$(CONFIG_PPC_PSERIES) += pseries-head.S
114 src-plat-$(CONFIG_PPC_POWERNV) += pseries-head.S
115 src-plat-$(CONFIG_PPC_IBM_CELL_BLADE) += pseries-head.S
116 src-plat-$(CONFIG_PPC_CELL_QPACE) += pseries-head.S
119 src-plat := $(sort $(src-plat-y))
120 src-boot := $(src-wlib) $(src-plat) empty.c
125 obj-plat := $(addsuffix .o, $(basename $(addprefix $(obj)/, $(src-plat))))
126 obj-plat: $(libfdt)
190 extra-y := $(obj)/wrapper.a $(obj-plat) $(obj)/empty.o \