xref: /freebsd/sys/conf/files.arm (revision 2b3ad18853add6da2e7ffaa0307c398cf0d6bc16)
178b36e3cSOlivier Houchard# $FreeBSD$
278b36e3cSOlivier Houchardarm/arm/autoconf.c		standard
378b36e3cSOlivier Houchardarm/arm/bcopy_page.S		standard
478b36e3cSOlivier Houchardarm/arm/bcopyinout.S		standard
578b36e3cSOlivier Houchardarm/arm/blockio.S		standard
678b36e3cSOlivier Houchardarm/arm/bus_space_asm_generic.S	standard
7210d6af7SAndrew Turnerarm/arm/bus_space_base.c	optional	fdt
8210d6af7SAndrew Turnerarm/arm/bus_space_generic.c	standard
97e96dec7SIan Leporearm/arm/busdma_machdep.c 	optional	!armv6
107e96dec7SIan Leporearm/arm/busdma_machdep-v6.c 	optional	armv6
1178b36e3cSOlivier Houchardarm/arm/copystr.S		standard
1278b36e3cSOlivier Houchardarm/arm/cpufunc.c		standard
1378b36e3cSOlivier Houchardarm/arm/cpufunc_asm.S		standard
140ebebb12SAndrew Turnerarm/arm/cpufunc_asm_arm9.S 	optional	cpu_arm9
150ebebb12SAndrew Turnerarm/arm/cpufunc_asm_arm10.S 	optional	cpu_arm9e
160ebebb12SAndrew Turnerarm/arm/cpufunc_asm_arm11.S	optional	cpu_arm1176
170ebebb12SAndrew Turnerarm/arm/cpufunc_asm_arm11x6.S	optional	cpu_arm1176
18a3db11e0SAndrew Turnerarm/arm/cpufunc_asm_armv4.S 	optional	cpu_arm9 | cpu_arm9e | cpu_fa526 | cpu_xscale_80321 | cpu_xscale_pxa2x0 | cpu_xscale_ixp425 | cpu_xscale_80219 | cpu_xscale_81342
190ebebb12SAndrew Turnerarm/arm/cpufunc_asm_armv5_ec.S 	optional	cpu_arm9e
200ebebb12SAndrew Turnerarm/arm/cpufunc_asm_armv6.S 	optional	cpu_arm1176
210ebebb12SAndrew Turnerarm/arm/cpufunc_asm_armv7.S	optional	cpu_cortexa | cpu_krait | cpu_mv_pj4b
220ebebb12SAndrew Turnerarm/arm/cpufunc_asm_fa526.S	optional	cpu_fa526
230ebebb12SAndrew Turnerarm/arm/cpufunc_asm_pj4b.S	optional	cpu_mv_pj4b
240ebebb12SAndrew Turnerarm/arm/cpufunc_asm_sheeva.S 	optional	cpu_arm9e
25a3db11e0SAndrew Turnerarm/arm/cpufunc_asm_xscale.S	optional	cpu_xscale_80321 | cpu_xscale_pxa2x0 | cpu_xscale_ixp425 | cpu_xscale_80219 | cpu_xscale_81342
260ebebb12SAndrew Turnerarm/arm/cpufunc_asm_xscale_c3.S	optional	cpu_xscale_81342
272b71562fSIan Leporearm/arm/cpuinfo.c		standard
286c1d9637SIan Leporearm/arm/cpu_asm-v6.S		optional	armv6
2978b36e3cSOlivier Houchardarm/arm/db_disasm.c		optional	ddb
3078b36e3cSOlivier Houchardarm/arm/db_interface.c		optional	ddb
3178b36e3cSOlivier Houchardarm/arm/db_trace.c		optional	ddb
322bd843b4SIan Leporearm/arm/devmap.c		standard
33ae413598SOlivier Houchardarm/arm/disassem.c		optional	ddb
3478b36e3cSOlivier Houchardarm/arm/dump_machdep.c		standard
3578b36e3cSOlivier Houchardarm/arm/elf_machdep.c		standard
365c8f95d5SAndrew Turnerarm/arm/elf_note.S		standard
3778b36e3cSOlivier Houchardarm/arm/exception.S		standard
3878b36e3cSOlivier Houchardarm/arm/fiq.c			standard
3978b36e3cSOlivier Houchardarm/arm/fiq_subr.S		standard
4078b36e3cSOlivier Houchardarm/arm/fusu.S			standard
41be050429SOlivier Houchardarm/arm/gdb_machdep.c		optional	gdb
42ed18006cSAndrew Turnerarm/arm/generic_timer.c		optional	generic_timer
43e4ca1499SAndrew Turnerarm/arm/gic.c			optional	gic
44dd76e27fSAndrew Turnerarm/arm/hdmi_if.m		optional	hdmi
4578b36e3cSOlivier Houchardarm/arm/identcpu.c		standard
4670df4233SBjoern A. Zeebarm/arm/in_cksum.c		optional	inet | inet6
4770df4233SBjoern A. Zeebarm/arm/in_cksum_arm.S		optional	inet | inet6
48686450c8SIan Leporearm/arm/intr.c			optional	!arm_intrng
49*2b3ad188SAdrian Chaddkern/subr_intr.c		optional	arm_intrng
5078b36e3cSOlivier Houchardarm/arm/locore.S		standard	no-obj
5178b36e3cSOlivier Houchardarm/arm/machdep.c		standard
52*2b3ad188SAdrian Chaddarm/arm/machdep_intr.c		standard
53df6f945bSOlivier Houchardarm/arm/mem.c			optional	mem
548e321b79SRafal Jaworowskiarm/arm/minidump_machdep.c	optional	mem
55cf1a573fSOleksandr Tymoshenkoarm/arm/mp_machdep.c		optional	smp
56ed18006cSAndrew Turnerarm/arm/mpcore_timer.c		optional	mpcore_timer
57f9af595fSOlivier Houchardarm/arm/nexus.c			standard
585698bf8cSIan Leporearm/arm/physmem.c		standard
59*2b3ad188SAdrian Chaddkern/pic_if.m			optional	arm_intrng
60e6440e15SOleksandr Tymoshenkoarm/arm/pl190.c			optional	pl190
61cf1a573fSOleksandr Tymoshenkoarm/arm/pl310.c			optional	pl310
6227521ff8SAndrew Turnerarm/arm/platform.c		optional	platform
6327521ff8SAndrew Turnerarm/arm/platform_if.m		optional	platform
647e96dec7SIan Leporearm/arm/pmap.c			optional	!armv6
6584233ddbSIan Leporearm/arm/pmap-v6.c		optional	armv6 !arm_new_pmap
6684233ddbSIan Leporearm/arm/pmap-v6-new.c		optional	armv6 arm_new_pmap
6707709c9bSBjoern A. Zeebarm/arm/pmu.c			optional	pmu | fdt hwpmc
68e1f04cd0SOleksandr Tymoshenkoarm/arm/sc_machdep.c		optional	sc
6978b36e3cSOlivier Houchardarm/arm/setcpsr.S		standard
7078b36e3cSOlivier Houchardarm/arm/setstack.s		standard
713c90d1eaSRobert Watsonarm/arm/stack_machdep.c		optional	ddb | stack
7267ccda16SEd Schoutenarm/arm/stdatomic.c		standard \
7367ccda16SEd Schouten	compile-with "${NORMAL_C:N-Wmissing-prototypes}"
7478b36e3cSOlivier Houchardarm/arm/support.S		standard
7578b36e3cSOlivier Houchardarm/arm/swtch.S			standard
7678b36e3cSOlivier Houchardarm/arm/sys_machdep.c		standard
77293b5c22SAndrew Turnerarm/arm/syscall.c		standard
787e55f8c1SIan Leporearm/arm/trap.c			optional	!armv6
797e55f8c1SIan Leporearm/arm/trap-v6.c		optional	armv6
8078b36e3cSOlivier Houchardarm/arm/uio_machdep.c		standard
8178b36e3cSOlivier Houchardarm/arm/undefined.c		standard
82aeca5b8bSAndrew Turnerarm/arm/unwind.c		optional	ddb | kdtrace_hooks
8378b36e3cSOlivier Houchardarm/arm/vm_machdep.c		standard
84c5de7237SAndrew Turnerarm/arm/vfp.c			standard
85f7d51b1dSWarner Loshboard_id.h			standard				   \
86f7d51b1dSWarner Losh	dependency	"$S/arm/conf/genboardid.awk $S/arm/conf/mach-types" \
87f7d51b1dSWarner Losh	compile-with	"${AWK} -f $S/arm/conf/genboardid.awk $S/arm/conf/mach-types > board_id.h" \
88f7d51b1dSWarner Losh	no-obj no-implicit-rule before-depend				   \
89f7d51b1dSWarner Losh	clean		"board_id.h"
904f4d15f0SRuslan Bukincddl/compat/opensolaris/kern/opensolaris_atomic.c	optional zfs | dtrace compile-with "${CDDL_C}"
914f4d15f0SRuslan Bukincddl/dev/dtrace/arm/dtrace_asm.S			optional dtrace compile-with "${DTRACE_S}"
924f4d15f0SRuslan Bukincddl/dev/dtrace/arm/dtrace_subr.c			optional dtrace compile-with "${DTRACE_C}"
934f4d15f0SRuslan Bukincddl/dev/fbt/arm/fbt_isa.c				optional dtrace_fbt | dtraceall compile-with "${FBT_C}"
94f7d51b1dSWarner Loshcrypto/blowfish/bf_enc.c	optional	crypto | ipsec
95237abf0cSDavide Italianocrypto/des/des_enc.c		optional	crypto | ipsec | netsmb
965df53927SLuiz Otavio O Souzadev/dwc/if_dwc.c		optional	dwc
975df53927SLuiz Otavio O Souzadev/dwc/if_dwc_if.m		optional	dwc
98e1f04cd0SOleksandr Tymoshenkodev/fb/fb.c			optional	sc
9927521ff8SAndrew Turnerdev/fdt/fdt_arm_platform.c	optional	platform fdt
100bbb8e19dSRui Paulodev/hwpmc/hwpmc_arm.c		optional	hwpmc
10154384e56SBjoern A. Zeebdev/hwpmc/hwpmc_armv7.c		optional	hwpmc armv6
10246b1fe92SAndrew Turnerdev/psci/psci.c			optional	psci
10346b1fe92SAndrew Turnerdev/psci/psci_arm.S		optional	psci
104e1f04cd0SOleksandr Tymoshenkodev/syscons/scgfbrndr.c		optional	sc
105e1f04cd0SOleksandr Tymoshenkodev/syscons/scterm-teken.c	optional	sc
106e1f04cd0SOleksandr Tymoshenkodev/syscons/scvtb.c		optional	sc
107cb34ed44SMarcel Moolenaardev/uart/uart_cpu_fdt.c		optional	uart fdt
108cb34ed44SMarcel Moolenaar
109f7d51b1dSWarner Loshfont.h				optional	sc			\
110f7d51b1dSWarner Losh	compile-with	"uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x16.fnt && file2c 'u_char dflt_font_16[16*256] = {' '};' < ${SC_DFLT_FONT}-8x16 > font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x14.fnt && file2c 'u_char dflt_font_14[14*256] = {' '};' < ${SC_DFLT_FONT}-8x14 >> font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x8.fnt && file2c 'u_char dflt_font_8[8*256] = {' '};' < ${SC_DFLT_FONT}-8x8 >> font.h" \
111f7d51b1dSWarner Losh	no-obj no-implicit-rule before-depend				\
112f7d51b1dSWarner Losh	clean	"font.h ${SC_DFLT_FONT}-8x14 ${SC_DFLT_FONT}-8x16 ${SC_DFLT_FONT}-8x8"
1134c712a25SOlivier Houchardkern/subr_busdma_bufalloc.c	standard
114c8d2ffd6SGleb Smirnoffkern/subr_sfbuf.c		standard
1155cc8d54cSAndrew Turnerlibkern/arm/aeabi_unwind.c	standard
11678b36e3cSOlivier Houchardlibkern/arm/divsi3.S		standard
11778b36e3cSOlivier Houchardlibkern/arm/ffs.S		standard
11846d741dcSAndrew Turnerlibkern/arm/ldivmod.S		standard
11946d741dcSAndrew Turnerlibkern/arm/ldivmod_helper.c	standard
1206c50960bSAndrew Turnerlibkern/arm/memclr.S		standard
121530bff3fSAndrew Turnerlibkern/arm/memcpy.S		standard
12269d758b4SAndrew Turnerlibkern/arm/memset.S		standard
12378b36e3cSOlivier Houchardlibkern/arm/muldi3.c		standard
12478b36e3cSOlivier Houchardlibkern/ashldi3.c		standard
12578b36e3cSOlivier Houchardlibkern/ashrdi3.c		standard
12678b36e3cSOlivier Houchardlibkern/divdi3.c		standard
12778b36e3cSOlivier Houchardlibkern/ffsl.c			standard
1283d3e385eSConrad Meyerlibkern/ffsll.c			standard
1297a3ac16eSSam Lefflerlibkern/fls.c			standard
13078b36e3cSOlivier Houchardlibkern/flsl.c			standard
131f25e50cfSAndriy Gaponlibkern/flsll.c			standard
13278b36e3cSOlivier Houchardlibkern/lshrdi3.c		standard
13378b36e3cSOlivier Houchardlibkern/moddi3.c		standard
13478b36e3cSOlivier Houchardlibkern/qdivrem.c		standard
1351693ce44SOlivier Houchardlibkern/ucmpdi2.c		standard
13678b36e3cSOlivier Houchardlibkern/udivdi3.c		standard
13778b36e3cSOlivier Houchardlibkern/umoddi3.c		standard
138