• Home
  • Raw
  • Download

Lines Matching refs:c

75 zlib-decomp-$(CONFIG_KERNEL_GZIP) := decompress_inflate.c
76 zlib-$(CONFIG_KERNEL_GZIP) := inffast.c inflate.c inftrees.c
92 libfdt := fdt.c fdt_ro.c fdt_wip.c fdt_sw.c fdt_rw.c fdt_strerror.c
98 src-wlib-y := string.S crt0.S crtsavres.S stdio.c decompress.c main.c \
99 $(libfdt) libfdt-wrapper.c \
100 ns16550.c serial.c simple_alloc.c div64.S util.S \
101 elf_util.c $(zlib-y) devtree.c stdlib.c \
102 oflib.c ofconsole.c cuboot.c mpsc.c cpm-serial.c \
103 uartlite.c mpc52xx-psc.c opal.c
105 src-wlib-$(CONFIG_40x) += 4xx.c planetcore.c
106 src-wlib-$(CONFIG_44x) += 4xx.c ebony.c bamboo.c
107 src-wlib-$(CONFIG_8xx) += mpc8xx.c planetcore.c fsl-soc.c
108 src-wlib-$(CONFIG_PPC_82xx) += pq2.c fsl-soc.c planetcore.c
109 src-wlib-$(CONFIG_EMBEDDED6xx) += mv64x60.c mv64x60_i2c.c ugecon.c fsl-soc.c
111 src-plat-y := of.c epapr.c
112 src-plat-$(CONFIG_40x) += fixed-head.S ep405.c cuboot-hotfoot.c \
113 treeboot-walnut.c cuboot-acadia.c \
114 cuboot-kilauea.c simpleboot.c \
115 virtex405-head.S virtex.c
116 src-plat-$(CONFIG_44x) += treeboot-ebony.c cuboot-ebony.c treeboot-bamboo.c \
117 cuboot-bamboo.c cuboot-sam440ep.c \
118 cuboot-sequoia.c cuboot-rainier.c \
119 cuboot-taishan.c cuboot-katmai.c \
120 cuboot-warp.c cuboot-yosemite.c \
121 treeboot-iss4xx.c treeboot-currituck.c \
122 treeboot-akebono.c \
123 simpleboot.c fixed-head.S virtex.c
124 src-plat-$(CONFIG_8xx) += cuboot-8xx.c fixed-head.S ep88xc.c redboot-8xx.c
125 src-plat-$(CONFIG_PPC_MPC52xx) += cuboot-52xx.c
126 src-plat-$(CONFIG_PPC_82xx) += cuboot-pq2.c fixed-head.S ep8248e.c cuboot-824x.c
127 src-plat-$(CONFIG_PPC_83xx) += cuboot-83xx.c fixed-head.S redboot-83xx.c
128 src-plat-$(CONFIG_FSL_SOC_BOOKE) += cuboot-85xx.c cuboot-85xx-cpm2.c
129 src-plat-$(CONFIG_EMBEDDED6xx) += cuboot-pq2.c cuboot-mpc7448hpc2.c \
130 cuboot-c2k.c gamecube-head.S \
131 gamecube.c wii-head.S wii.c holly.c \
132 fixed-head.S mvme5100.c
133 src-plat-$(CONFIG_AMIGAONE) += cuboot-amigaone.c
134 src-plat-$(CONFIG_PPC_PS3) += ps3-head.S ps3-hvcall.S ps3.c
135 src-plat-$(CONFIG_EPAPR_BOOT) += epapr.c epapr-wrapper.c
139 src-plat-$(CONFIG_MVME7100) += motload-head.S mvme7100.c
143 src-boot := $(src-wlib) $(src-plat) empty.c
172 $(obj)/empty.c:
184 empty.c zImage.coff.lds zImage.ps3.lds zImage.lds
195 $(obj-libfdt): $(obj)/%.o: $(srctree)/scripts/dtc/libfdt/%.c FORCE
197 $(patsubst %.c,%.o, $(filter %.c, $(src-boot))): %.o: %.c FORCE