]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/conf/files.arm
Move hdmi_if.m to files.arm so other kernel configs can use it.
[FreeBSD/FreeBSD.git] / sys / conf / files.arm
1 # $FreeBSD$
2 arm/arm/autoconf.c              standard
3 arm/arm/bcopy_page.S            standard
4 arm/arm/bcopyinout.S            standard
5 arm/arm/blockio.S               standard
6 arm/arm/bus_space_asm_generic.S standard
7 arm/arm/bus_space_base.c        optional        fdt
8 arm/arm/bus_space_generic.c     standard
9 arm/arm/busdma_machdep.c        optional        !armv6
10 arm/arm/busdma_machdep-v6.c     optional        armv6
11 arm/arm/copystr.S               standard
12 arm/arm/cpufunc.c               standard
13 arm/arm/cpufunc_asm.S           standard
14 arm/arm/cpufunc_asm_arm9.S      optional        cpu_arm9
15 arm/arm/cpufunc_asm_arm10.S     optional        cpu_arm9e
16 arm/arm/cpufunc_asm_arm11.S     optional        cpu_arm1176
17 arm/arm/cpufunc_asm_arm11x6.S   optional        cpu_arm1176
18 arm/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
19 arm/arm/cpufunc_asm_armv5_ec.S  optional        cpu_arm9e
20 arm/arm/cpufunc_asm_armv6.S     optional        cpu_arm1176
21 arm/arm/cpufunc_asm_armv7.S     optional        cpu_cortexa | cpu_krait | cpu_mv_pj4b
22 arm/arm/cpufunc_asm_fa526.S     optional        cpu_fa526
23 arm/arm/cpufunc_asm_pj4b.S      optional        cpu_mv_pj4b
24 arm/arm/cpufunc_asm_sheeva.S    optional        cpu_arm9e
25 arm/arm/cpufunc_asm_xscale.S    optional        cpu_xscale_80321 | cpu_xscale_pxa2x0 | cpu_xscale_ixp425 | cpu_xscale_80219 | cpu_xscale_81342
26 arm/arm/cpufunc_asm_xscale_c3.S optional        cpu_xscale_81342
27 arm/arm/cpuinfo.c               standard
28 arm/arm/cpu_asm-v6.S            optional        armv6
29 arm/arm/db_disasm.c             optional        ddb
30 arm/arm/db_interface.c          optional        ddb
31 arm/arm/db_trace.c              optional        ddb
32 arm/arm/devmap.c                standard
33 arm/arm/disassem.c              optional        ddb
34 arm/arm/dump_machdep.c          standard
35 arm/arm/elf_machdep.c           standard
36 arm/arm/elf_note.S              standard
37 arm/arm/exception.S             standard
38 arm/arm/fiq.c                   standard
39 arm/arm/fiq_subr.S              standard
40 arm/arm/fusu.S                  standard
41 arm/arm/gdb_machdep.c           optional        gdb
42 arm/arm/generic_timer.c         optional        generic_timer
43 arm/arm/gic.c                   optional        gic
44 arm/arm/hdmi_if.m               optional        hdmi
45 arm/arm/identcpu.c              standard
46 arm/arm/in_cksum.c              optional        inet | inet6
47 arm/arm/in_cksum_arm.S          optional        inet | inet6
48 arm/arm/intr.c                  optional        !arm_intrng
49 arm/arm/intrng.c                optional        arm_intrng
50 arm/arm/locore.S                standard        no-obj
51 arm/arm/machdep.c               standard
52 arm/arm/mem.c                   optional        mem
53 arm/arm/minidump_machdep.c      optional        mem
54 arm/arm/mp_machdep.c            optional        smp
55 arm/arm/mpcore_timer.c          optional        mpcore_timer
56 arm/arm/nexus.c                 standard
57 arm/arm/physmem.c               standard
58 arm/arm/pic_if.m                optional        arm_intrng
59 arm/arm/pl190.c                 optional        pl190
60 arm/arm/pl310.c                 optional        pl310
61 arm/arm/platform.c              optional        platform
62 arm/arm/platform_if.m           optional        platform
63 arm/arm/pmap.c                  optional        !armv6
64 arm/arm/pmap-v6.c               optional        armv6 !arm_new_pmap
65 arm/arm/pmap-v6-new.c           optional        armv6 arm_new_pmap
66 arm/arm/pmu.c                   optional        pmu | fdt hwpmc
67 arm/arm/sc_machdep.c            optional        sc
68 arm/arm/setcpsr.S               standard
69 arm/arm/setstack.s              standard
70 arm/arm/stack_machdep.c         optional        ddb | stack
71 arm/arm/stdatomic.c             standard \
72         compile-with "${NORMAL_C:N-Wmissing-prototypes}"
73 arm/arm/support.S               standard
74 arm/arm/swtch.S                 standard
75 arm/arm/sys_machdep.c           standard
76 arm/arm/syscall.c               standard
77 arm/arm/trap.c                  optional        !armv6
78 arm/arm/trap-v6.c               optional        armv6
79 arm/arm/uio_machdep.c           standard
80 arm/arm/undefined.c             standard
81 arm/arm/unwind.c                optional        ddb | kdtrace_hooks
82 arm/arm/vm_machdep.c            standard
83 arm/arm/vfp.c                   standard
84 board_id.h                      standard                                   \
85         dependency      "$S/arm/conf/genboardid.awk $S/arm/conf/mach-types" \
86         compile-with    "${AWK} -f $S/arm/conf/genboardid.awk $S/arm/conf/mach-types > board_id.h" \
87         no-obj no-implicit-rule before-depend                              \
88         clean           "board_id.h"
89 cddl/compat/opensolaris/kern/opensolaris_atomic.c       optional zfs | dtrace compile-with "${CDDL_C}"
90 cddl/dev/dtrace/arm/dtrace_asm.S                        optional dtrace compile-with "${DTRACE_S}"
91 cddl/dev/dtrace/arm/dtrace_subr.c                       optional dtrace compile-with "${DTRACE_C}"
92 cddl/dev/fbt/arm/fbt_isa.c                              optional dtrace_fbt | dtraceall compile-with "${FBT_C}"
93 crypto/blowfish/bf_enc.c        optional        crypto | ipsec 
94 crypto/des/des_enc.c            optional        crypto | ipsec | netsmb
95 dev/dwc/if_dwc.c                optional        dwc
96 dev/dwc/if_dwc_if.m             optional        dwc
97 dev/fb/fb.c                     optional        sc
98 dev/fdt/fdt_arm_platform.c      optional        platform fdt
99 dev/hwpmc/hwpmc_arm.c           optional        hwpmc
100 dev/hwpmc/hwpmc_armv7.c         optional        hwpmc armv6
101 dev/psci/psci.c                 optional        psci
102 dev/psci/psci_arm.S             optional        psci
103 dev/syscons/scgfbrndr.c         optional        sc
104 dev/syscons/scterm-teken.c      optional        sc
105 dev/syscons/scvtb.c             optional        sc
106 dev/uart/uart_cpu_fdt.c         optional        uart fdt
107
108 font.h                          optional        sc                      \
109         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" \
110         no-obj no-implicit-rule before-depend                           \
111         clean   "font.h ${SC_DFLT_FONT}-8x14 ${SC_DFLT_FONT}-8x16 ${SC_DFLT_FONT}-8x8"
112 kern/subr_busdma_bufalloc.c     standard
113 kern/subr_dummy_vdso_tc.c       standard
114 kern/subr_sfbuf.c               standard
115 libkern/arm/aeabi_unwind.c      standard
116 libkern/arm/divsi3.S            standard
117 libkern/arm/ffs.S               standard
118 libkern/arm/ldivmod.S           standard
119 libkern/arm/ldivmod_helper.c    standard
120 libkern/arm/memclr.S            standard
121 libkern/arm/memcpy.S            standard
122 libkern/arm/memset.S            standard
123 libkern/arm/muldi3.c            standard
124 libkern/ashldi3.c               standard
125 libkern/ashrdi3.c               standard
126 libkern/divdi3.c                standard
127 libkern/ffsl.c                  standard
128 libkern/ffsll.c                 standard
129 libkern/fls.c                   standard
130 libkern/flsl.c                  standard
131 libkern/flsll.c                 standard
132 libkern/lshrdi3.c               standard
133 libkern/moddi3.c                standard
134 libkern/qdivrem.c               standard
135 libkern/ucmpdi2.c               standard
136 libkern/udivdi3.c               standard
137 libkern/umoddi3.c               standard