xref: /freebsd/sys/conf/files.arm (revision c312e0f43bb134c8a27fd1cef0f33f887a16e20d)
178b36e3cSOlivier Houchard# $FreeBSD$
2dbfb4063SEmmanuel Vadot
3dbfb4063SEmmanuel Vadotkern/kern_clocksource.c			standard
4dbfb4063SEmmanuel Vadot
578b36e3cSOlivier Houchardarm/arm/autoconf.c		standard
678b36e3cSOlivier Houchardarm/arm/bcopy_page.S		standard
778b36e3cSOlivier Houchardarm/arm/bcopyinout.S		standard
878b36e3cSOlivier Houchardarm/arm/blockio.S		standard
978b36e3cSOlivier Houchardarm/arm/bus_space_asm_generic.S	standard
10210d6af7SAndrew Turnerarm/arm/bus_space_base.c	optional	fdt
11210d6af7SAndrew Turnerarm/arm/bus_space_generic.c	standard
12*c312e0f4SWarner Losharm/arm/busdma_machdep.c 	standard
1378b36e3cSOlivier Houchardarm/arm/copystr.S		standard
1478b36e3cSOlivier Houchardarm/arm/cpufunc.c		standard
1578b36e3cSOlivier Houchardarm/arm/cpufunc_asm.S		standard
16e57edd35SAndrew Turnerarm/arm/cpufunc_asm_arm9.S 	optional	cpu_arm9e
170ebebb12SAndrew Turnerarm/arm/cpufunc_asm_arm11x6.S	optional	cpu_arm1176
18e57edd35SAndrew Turnerarm/arm/cpufunc_asm_armv4.S 	optional	cpu_arm9e
190ebebb12SAndrew Turnerarm/arm/cpufunc_asm_armv5_ec.S 	optional	cpu_arm9e
2093a065e7SMichal Melounarm/arm/cpufunc_asm_armv7.S	optional	cpu_cortexa | cpu_krait | cpu_mv_pj4b
210ebebb12SAndrew Turnerarm/arm/cpufunc_asm_pj4b.S	optional	cpu_mv_pj4b
220ebebb12SAndrew Turnerarm/arm/cpufunc_asm_sheeva.S 	optional	cpu_arm9e
232b71562fSIan Leporearm/arm/cpuinfo.c		standard
24094fc1edSWarner Losharm/arm/cpu_asm-v6.S		optional	armv7 | armv6
2578b36e3cSOlivier Houchardarm/arm/db_disasm.c		optional	ddb
2678b36e3cSOlivier Houchardarm/arm/db_interface.c		optional	ddb
2778b36e3cSOlivier Houchardarm/arm/db_trace.c		optional	ddb
28595f8a59SZbigniew Bodekarm/arm/debug_monitor.c		optional	ddb armv6
29094fc1edSWarner Losharm/arm/debug_monitor.c		optional	ddb armv7
30ae413598SOlivier Houchardarm/arm/disassem.c		optional	ddb
3178b36e3cSOlivier Houchardarm/arm/dump_machdep.c		standard
3278b36e3cSOlivier Houchardarm/arm/elf_machdep.c		standard
335c8f95d5SAndrew Turnerarm/arm/elf_note.S		standard
3478b36e3cSOlivier Houchardarm/arm/exception.S		standard
3578b36e3cSOlivier Houchardarm/arm/fiq.c			standard
3678b36e3cSOlivier Houchardarm/arm/fiq_subr.S		standard
3778b36e3cSOlivier Houchardarm/arm/fusu.S			standard
38be050429SOlivier Houchardarm/arm/gdb_machdep.c		optional	gdb
39ed18006cSAndrew Turnerarm/arm/generic_timer.c		optional	generic_timer
40e4ca1499SAndrew Turnerarm/arm/gic.c			optional	gic
41727c18a8SAndrew Turnerarm/arm/gic_fdt.c		optional	gic fdt
42094fc1edSWarner Losharm/arm/identcpu-v4.c		optional	!armv7 !armv6
43094fc1edSWarner Losharm/arm/identcpu-v6.c		optional	armv7 | armv6
4470df4233SBjoern A. Zeebarm/arm/in_cksum.c		optional	inet | inet6
4570df4233SBjoern A. Zeebarm/arm/in_cksum_arm.S		optional	inet | inet6
4659c3cb81SAndrew Turnerarm/arm/intr.c			optional	!intrng
4759c3cb81SAndrew Turnerkern/subr_intr.c		optional	intrng
4878b36e3cSOlivier Houchardarm/arm/locore.S		standard	no-obj
49094fc1edSWarner Losharm/arm/hypervisor-stub.S	optional	armv7 | armv6
5078b36e3cSOlivier Houchardarm/arm/machdep.c		standard
51ffeeb2abSMichal Melounarm/arm/machdep_boot.c		standard
52ffeeb2abSMichal Melounarm/arm/machdep_kdb.c		standard
532b3ad188SAdrian Chaddarm/arm/machdep_intr.c		standard
54ffeeb2abSMichal Melounarm/arm/machdep_ptrace.c	standard
55df6f945bSOlivier Houchardarm/arm/mem.c			optional	mem
568e321b79SRafal Jaworowskiarm/arm/minidump_machdep.c	optional	mem
57cf1a573fSOleksandr Tymoshenkoarm/arm/mp_machdep.c		optional	smp
58ed18006cSAndrew Turnerarm/arm/mpcore_timer.c		optional	mpcore_timer
59f9af595fSOlivier Houchardarm/arm/nexus.c			standard
60bc7b9300SIan Leporearm/arm/ofw_machdep.c		optional	fdt
615698bf8cSIan Leporearm/arm/physmem.c		standard
62e6440e15SOleksandr Tymoshenkoarm/arm/pl190.c			optional	pl190
63cf1a573fSOleksandr Tymoshenkoarm/arm/pl310.c			optional	pl310
6427521ff8SAndrew Turnerarm/arm/platform.c		optional	platform
6527521ff8SAndrew Turnerarm/arm/platform_if.m		optional	platform
6675f48c23SAndrew Turnerarm/arm/platform_pl310_if.m	optional	platform pl310
67094fc1edSWarner Losharm/arm/pmap-v4.c		optional	!armv7 !armv6
68094fc1edSWarner Losharm/arm/pmap-v6.c		optional	armv7 | armv6
6907709c9bSBjoern A. Zeebarm/arm/pmu.c			optional	pmu | fdt hwpmc
70197e3ae5SJohn Baldwinarm/arm/ptrace_machdep.c	standard
71e1f04cd0SOleksandr Tymoshenkoarm/arm/sc_machdep.c		optional	sc
7278b36e3cSOlivier Houchardarm/arm/setcpsr.S		standard
7378b36e3cSOlivier Houchardarm/arm/setstack.s		standard
743c90d1eaSRobert Watsonarm/arm/stack_machdep.c		optional	ddb | stack
7567ccda16SEd Schoutenarm/arm/stdatomic.c		standard \
7667ccda16SEd Schouten	compile-with "${NORMAL_C:N-Wmissing-prototypes}"
7778b36e3cSOlivier Houchardarm/arm/support.S		standard
7878b36e3cSOlivier Houchardarm/arm/swtch.S			standard
79094fc1edSWarner Losharm/arm/swtch-v4.S		optional	!armv7 !armv6
80094fc1edSWarner Losharm/arm/swtch-v6.S		optional	armv7 | armv6
8178b36e3cSOlivier Houchardarm/arm/sys_machdep.c		standard
82293b5c22SAndrew Turnerarm/arm/syscall.c		standard
83094fc1edSWarner Losharm/arm/trap-v4.c		optional	!armv7 !armv6
84094fc1edSWarner Losharm/arm/trap-v6.c		optional	armv7 | armv6
8578b36e3cSOlivier Houchardarm/arm/uio_machdep.c		standard
8678b36e3cSOlivier Houchardarm/arm/undefined.c		standard
87d38efda0SIan Leporearm/arm/unwind.c		optional	ddb | kdtrace_hooks | stack
8878b36e3cSOlivier Houchardarm/arm/vm_machdep.c		standard
89c5de7237SAndrew Turnerarm/arm/vfp.c			standard
905e7b54b1SEd Schoutenarm/cloudabi32/cloudabi32_sysvec.c	optional compat_cloudabi32
91d0c0856fSAndriy Gaponcddl/compat/opensolaris/kern/opensolaris_atomic.c	optional !armv7 !armv6 zfs | !armv7 !armv6 dtrace compile-with "${CDDL_C}"
924f4d15f0SRuslan Bukincddl/dev/dtrace/arm/dtrace_asm.S			optional dtrace compile-with "${DTRACE_S}"
934f4d15f0SRuslan Bukincddl/dev/dtrace/arm/dtrace_subr.c			optional dtrace compile-with "${DTRACE_C}"
944f4d15f0SRuslan Bukincddl/dev/fbt/arm/fbt_isa.c				optional dtrace_fbt | dtraceall compile-with "${FBT_C}"
95fcf59617SAndrey V. Elsukovcrypto/blowfish/bf_enc.c	optional	crypto | ipsec | ipsec_support
96fcf59617SAndrey V. Elsukovcrypto/des/des_enc.c		optional	crypto | ipsec | ipsec_support | netsmb
97fa1cbf00SJared McNeilldev/cpufreq/cpufreq_dt.c	optional	cpufreq fdt
985df53927SLuiz Otavio O Souzadev/dwc/if_dwc.c		optional	dwc
995df53927SLuiz Otavio O Souzadev/dwc/if_dwc_if.m		optional	dwc
100e1f04cd0SOleksandr Tymoshenkodev/fb/fb.c			optional	sc
10127521ff8SAndrew Turnerdev/fdt/fdt_arm_platform.c	optional	platform fdt
10206785ff6SJared McNeilldev/hdmi/hdmi_if.m		optional	hdmi
103bbb8e19dSRui Paulodev/hwpmc/hwpmc_arm.c		optional	hwpmc
10454384e56SBjoern A. Zeebdev/hwpmc/hwpmc_armv7.c		optional	hwpmc armv6
105094fc1edSWarner Loshdev/hwpmc/hwpmc_armv7.c		optional	hwpmc armv7
106632381edSAndrew Turnerdev/iicbus/twsi/twsi.c		optional	twsi
107c43a8674SZbigniew Bodekdev/ofw/ofwpci.c		optional	fdt pci
108f94f8e62SAndrew Turnerdev/pci/pci_host_generic.c	optional	pci_host_generic pci
109f94f8e62SAndrew Turnerdev/pci/pci_host_generic_fdt.c	optional	pci_host_generic pci fdt
11046b1fe92SAndrew Turnerdev/psci/psci.c			optional	psci
1117722d8c7SRuslan Bukindev/psci/smccc_arm.S		optional	psci
112e1f04cd0SOleksandr Tymoshenkodev/syscons/scgfbrndr.c		optional	sc
113cb34ed44SMarcel Moolenaardev/uart/uart_cpu_fdt.c		optional	uart fdt
114cb34ed44SMarcel Moolenaar
115f7d51b1dSWarner Loshfont.h				optional	sc			\
116f7d51b1dSWarner 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" \
117f7d51b1dSWarner Losh	no-obj no-implicit-rule before-depend				\
118f7d51b1dSWarner Losh	clean	"font.h ${SC_DFLT_FONT}-8x14 ${SC_DFLT_FONT}-8x16 ${SC_DFLT_FONT}-8x8"
1193fc155dcSAndrew Turnerkern/msi_if.m			optional	intrng
12059c3cb81SAndrew Turnerkern/pic_if.m			optional	intrng
1214c712a25SOlivier Houchardkern/subr_busdma_bufalloc.c	standard
12230b72b68SRuslan Bukinkern/subr_devmap.c		standard
123c8d2ffd6SGleb Smirnoffkern/subr_sfbuf.c		standard
1245cc8d54cSAndrew Turnerlibkern/arm/aeabi_unwind.c	standard
12578b36e3cSOlivier Houchardlibkern/arm/divsi3.S		standard
1261c76d3a9SDoug Moorelibkern/arm/ffs.S		optional	!armv7 !armv6
12746d741dcSAndrew Turnerlibkern/arm/ldivmod.S		standard
12846d741dcSAndrew Turnerlibkern/arm/ldivmod_helper.c	standard
1296c50960bSAndrew Turnerlibkern/arm/memclr.S		standard
130530bff3fSAndrew Turnerlibkern/arm/memcpy.S		standard
13169d758b4SAndrew Turnerlibkern/arm/memset.S		standard
13278b36e3cSOlivier Houchardlibkern/arm/muldi3.c		standard
13378b36e3cSOlivier Houchardlibkern/ashldi3.c		standard
13478b36e3cSOlivier Houchardlibkern/ashrdi3.c		standard
13578b36e3cSOlivier Houchardlibkern/divdi3.c		standard
1361c76d3a9SDoug Moorelibkern/ffsl.c			optional	!armv7 !armv6
1371c76d3a9SDoug Moorelibkern/ffsll.c			optional	!armv7 !armv6
1381c76d3a9SDoug Moorelibkern/fls.c			optional	!armv7 !armv6
1391c76d3a9SDoug Moorelibkern/flsl.c			optional	!armv7 !armv6
1401c76d3a9SDoug Moorelibkern/flsll.c			optional	!armv7 !armv6
14178b36e3cSOlivier Houchardlibkern/lshrdi3.c		standard
142a8e3f99eSMateusz Guziklibkern/memcmp.c		standard
14378b36e3cSOlivier Houchardlibkern/moddi3.c		standard
14478b36e3cSOlivier Houchardlibkern/qdivrem.c		standard
1451693ce44SOlivier Houchardlibkern/ucmpdi2.c		standard
14678b36e3cSOlivier Houchardlibkern/udivdi3.c		standard
14778b36e3cSOlivier Houchardlibkern/umoddi3.c		standard
148dbfb4063SEmmanuel Vadot
14967bf7c51SEmmanuel Vadot# CloudABI support
15067bf7c51SEmmanuel Vadotcloudabi32_vdso.o		optional	compat_cloudabi32	\
15167bf7c51SEmmanuel Vadot	dependency	"$S/contrib/cloudabi/cloudabi_vdso_armv6.S" \
15267bf7c51SEmmanuel Vadot	compile-with	"${CC} -x assembler-with-cpp -shared -nostdinc -nostdlib -Wl,-T$S/compat/cloudabi/cloudabi_vdso.lds $S/contrib/cloudabi/cloudabi_vdso_armv6.S -o ${.TARGET}" \
15367bf7c51SEmmanuel Vadot	no-obj no-implicit-rule						\
15467bf7c51SEmmanuel Vadot	clean		"cloudabi32_vdso.o"
15567bf7c51SEmmanuel Vadot#
15667bf7c51SEmmanuel Vadotcloudabi32_vdso_blob.o		optional	compat_cloudabi32	\
15767bf7c51SEmmanuel Vadot	dependency 	"cloudabi32_vdso.o"				\
15867bf7c51SEmmanuel Vadot	compile-with	"${OBJCOPY} --input-target binary --output-target elf32-littlearm --binary-architecture arm cloudabi32_vdso.o ${.TARGET}" \
15967bf7c51SEmmanuel Vadot	no-implicit-rule						\
16067bf7c51SEmmanuel Vadot	clean		"cloudabi32_vdso_blob.o"
16167bf7c51SEmmanuel Vadot#
16267bf7c51SEmmanuel Vadot
16367bf7c51SEmmanuel Vadot# Annapurna support
16467bf7c51SEmmanuel Vadotarm/annapurna/alpine/alpine_ccu.c		optional al_ccu fdt
16567bf7c51SEmmanuel Vadotarm/annapurna/alpine/alpine_nb_service.c	optional al_nb_service fdt
16667bf7c51SEmmanuel Vadotarm/annapurna/alpine/alpine_pci.c		optional al_pci fdt
16767bf7c51SEmmanuel Vadotarm/annapurna/alpine/alpine_pci_msix.c		optional al_pci fdt
16867bf7c51SEmmanuel Vadotarm/annapurna/alpine/alpine_serdes.c		optional al_serdes fdt		\
16967bf7c51SEmmanuel Vadot	no-depend	\
17067bf7c51SEmmanuel Vadot	compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth ${PROF} ${.IMPSRC}"
171