]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/conf/files.arm
Add UPDATING entries and bump version.
[FreeBSD/FreeBSD.git] / sys / conf / files.arm
1 # $FreeBSD$
2
3 kern/kern_clocksource.c                 standard
4
5 arm/arm/autoconf.c              standard
6 arm/arm/bcopy_page.S            standard
7 arm/arm/bcopyinout.S            standard
8 arm/arm/blockio.S               standard
9 arm/arm/bus_space_asm_generic.S standard
10 arm/arm/bus_space_base.c        optional        fdt
11 arm/arm/bus_space_generic.c     standard
12 arm/arm/busdma_machdep-v4.c     optional        !armv7 !armv6 !ARM_USE_V6_BUSDMA
13 arm/arm/busdma_machdep-v6.c     optional        armv7 | armv6 | ARM_USE_V6_BUSDMA
14 arm/arm/copystr.S               standard
15 arm/arm/cpufunc.c               standard
16 arm/arm/cpufunc_asm.S           standard
17 arm/arm/cpufunc_asm_arm9.S      optional        cpu_arm9e
18 arm/arm/cpufunc_asm_arm11x6.S   optional        cpu_arm1176
19 arm/arm/cpufunc_asm_armv4.S     optional        cpu_arm9e
20 arm/arm/cpufunc_asm_armv5_ec.S  optional        cpu_arm9e
21 arm/arm/cpufunc_asm_armv7.S     optional        cpu_cortexa | cpu_krait | cpu_mv_pj4b
22 arm/arm/cpufunc_asm_pj4b.S      optional        cpu_mv_pj4b
23 arm/arm/cpufunc_asm_sheeva.S    optional        cpu_arm9e
24 arm/arm/cpuinfo.c               standard
25 arm/arm/cpu_asm-v6.S            optional        armv7 | armv6
26 arm/arm/db_disasm.c             optional        ddb
27 arm/arm/db_interface.c          optional        ddb
28 arm/arm/db_trace.c              optional        ddb
29 arm/arm/debug_monitor.c         optional        ddb armv6
30 arm/arm/debug_monitor.c         optional        ddb armv7
31 arm/arm/disassem.c              optional        ddb
32 arm/arm/dump_machdep.c          standard
33 arm/arm/elf_machdep.c           standard
34 arm/arm/elf_note.S              standard
35 arm/arm/exception.S             standard
36 arm/arm/fiq.c                   standard
37 arm/arm/fiq_subr.S              standard
38 arm/arm/fusu.S                  standard
39 arm/arm/gdb_machdep.c           optional        gdb
40 arm/arm/generic_timer.c         optional        generic_timer
41 arm/arm/gic.c                   optional        gic
42 arm/arm/gic_fdt.c               optional        gic fdt
43 arm/arm/identcpu-v4.c           optional        !armv7 !armv6
44 arm/arm/identcpu-v6.c           optional        armv7 | armv6
45 arm/arm/in_cksum.c              optional        inet | inet6
46 arm/arm/in_cksum_arm.S          optional        inet | inet6
47 arm/arm/intr.c                  optional        !intrng
48 kern/subr_intr.c                optional        intrng
49 arm/arm/locore.S                standard        no-obj
50 arm/arm/hypervisor-stub.S       optional        armv7 | armv6
51 arm/arm/machdep.c               standard
52 arm/arm/machdep_boot.c          standard
53 arm/arm/machdep_kdb.c           standard
54 arm/arm/machdep_intr.c          standard
55 arm/arm/machdep_ptrace.c        standard
56 arm/arm/mem.c                   optional        mem
57 arm/arm/minidump_machdep.c      standard
58 arm/arm/mp_machdep.c            optional        smp
59 arm/arm/mpcore_timer.c          optional        mpcore_timer
60 arm/arm/nexus.c                 standard
61 arm/arm/ofw_machdep.c           optional        fdt
62 arm/arm/pl190.c                 optional        pl190
63 arm/arm/pl310.c                 optional        pl310
64 arm/arm/platform.c              optional        platform
65 arm/arm/platform_if.m           optional        platform
66 arm/arm/platform_pl310_if.m     optional        platform pl310
67 arm/arm/pmap-v4.c               optional        !armv7 !armv6
68 arm/arm/pmap-v6.c               optional        armv7 | armv6
69 arm/arm/pmu.c                   optional        pmu | fdt hwpmc
70 arm/arm/ptrace_machdep.c        standard
71 arm/arm/sc_machdep.c            optional        sc
72 arm/arm/setcpsr.S               standard
73 arm/arm/setstack.s              standard
74 arm/arm/stack_machdep.c         optional        ddb | stack
75 arm/arm/stdatomic.c             standard \
76         compile-with "${NORMAL_C:N-Wmissing-prototypes}"
77 arm/arm/support.S               standard
78 arm/arm/swtch.S                 standard
79 arm/arm/swtch-v4.S              optional        !armv7 !armv6
80 arm/arm/swtch-v6.S              optional        armv7 | armv6
81 arm/arm/sys_machdep.c           standard
82 arm/arm/syscall.c               standard
83 arm/arm/trap-v4.c               optional        !armv7 !armv6
84 arm/arm/trap-v6.c               optional        armv7 | armv6
85 arm/arm/uio_machdep.c           standard
86 arm/arm/undefined.c             standard
87 arm/arm/unwind.c                optional        ddb | kdtrace_hooks | stack
88 arm/arm/vm_machdep.c            standard
89 arm/arm/vfp.c                   standard
90 arm/cloudabi32/cloudabi32_sysvec.c      optional compat_cloudabi32
91 board_id.h                      standard                                   \
92         dependency      "$S/arm/conf/genboardid.awk $S/arm/conf/mach-types" \
93         compile-with    "${AWK} -f $S/arm/conf/genboardid.awk $S/arm/conf/mach-types > board_id.h" \
94         no-obj no-implicit-rule before-depend                              \
95         clean           "board_id.h"
96 cddl/compat/opensolaris/kern/opensolaris_atomic.c       optional !armv7 !armv6 zfs | !armv7 !armv6 dtrace compile-with "${CDDL_C}"
97 cddl/dev/dtrace/arm/dtrace_asm.S                        optional dtrace compile-with "${DTRACE_S}"
98 cddl/dev/dtrace/arm/dtrace_subr.c                       optional dtrace compile-with "${DTRACE_C}"
99 cddl/dev/fbt/arm/fbt_isa.c                              optional dtrace_fbt | dtraceall compile-with "${FBT_C}"
100 crypto/blowfish/bf_enc.c        optional        crypto | ipsec | ipsec_support
101 crypto/des/des_enc.c            optional        crypto | ipsec | ipsec_support | netsmb
102 dev/cpufreq/cpufreq_dt.c        optional        cpufreq fdt
103 dev/dwc/if_dwc.c                optional        dwc
104 dev/dwc/if_dwc_if.m             optional        dwc
105 dev/fb/fb.c                     optional        sc
106 dev/fdt/fdt_arm_platform.c      optional        platform fdt
107 dev/hdmi/hdmi_if.m              optional        hdmi
108 dev/hwpmc/hwpmc_arm.c           optional        hwpmc
109 dev/hwpmc/hwpmc_armv7.c         optional        hwpmc armv6
110 dev/hwpmc/hwpmc_armv7.c         optional        hwpmc armv7
111 dev/iicbus/twsi/twsi.c          optional        twsi
112 dev/ofw/ofwpci.c                optional        fdt pci
113 dev/pci/pci_host_generic.c      optional        pci_host_generic pci
114 dev/pci/pci_host_generic_fdt.c  optional        pci_host_generic pci fdt
115 dev/psci/psci.c                 optional        psci
116 dev/psci/psci_arm.S             optional        psci
117 dev/syscons/scgfbrndr.c         optional        sc
118 dev/syscons/scterm-teken.c      optional        sc
119 dev/syscons/scvtb.c             optional        sc
120 dev/uart/uart_cpu_fdt.c         optional        uart fdt
121
122 font.h                          optional        sc                      \
123         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" \
124         no-obj no-implicit-rule before-depend                           \
125         clean   "font.h ${SC_DFLT_FONT}-8x14 ${SC_DFLT_FONT}-8x16 ${SC_DFLT_FONT}-8x8"
126 kern/msi_if.m                   optional        intrng
127 kern/pic_if.m                   optional        intrng
128 kern/subr_busdma_bufalloc.c     standard
129 kern/subr_devmap.c              standard
130 kern/subr_physmem.c             standard
131 kern/subr_sfbuf.c               standard
132 libkern/arm/aeabi_unwind.c      standard
133 libkern/arm/divsi3.S            standard
134 libkern/arm/ffs.S               standard
135 libkern/arm/ldivmod.S           standard
136 libkern/arm/ldivmod_helper.c    standard
137 libkern/arm/memclr.S            standard
138 libkern/arm/memcpy.S            standard
139 libkern/arm/memset.S            standard
140 libkern/arm/muldi3.c            standard
141 libkern/ashldi3.c               standard
142 libkern/ashrdi3.c               standard
143 libkern/divdi3.c                standard
144 libkern/ffsl.c                  standard
145 libkern/ffsll.c                 standard
146 libkern/fls.c                   standard
147 libkern/flsl.c                  standard
148 libkern/flsll.c                 standard
149 libkern/lshrdi3.c               standard
150 libkern/moddi3.c                standard
151 libkern/qdivrem.c               standard
152 libkern/ucmpdi2.c               standard
153 libkern/udivdi3.c               standard
154 libkern/umoddi3.c               standard
155
156 # CloudABI support
157 cloudabi32_vdso.o               optional        compat_cloudabi32       \
158         dependency      "$S/contrib/cloudabi/cloudabi_vdso_armv6.S" \
159         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}" \
160         no-obj no-implicit-rule                                         \
161         clean           "cloudabi32_vdso.o"
162 #
163 cloudabi32_vdso_blob.o          optional        compat_cloudabi32       \
164         dependency      "cloudabi32_vdso.o"                             \
165         compile-with    "${OBJCOPY} --input-target binary --output-target elf32-littlearm --binary-architecture arm cloudabi32_vdso.o ${.TARGET}" \
166         no-implicit-rule                                                \
167         clean           "cloudabi32_vdso_blob.o"
168 #
169
170 #
171 ukbdmap.h                       optional        ukbd_dflt_keymap        \
172         compile-with    "kbdcontrol -P ${S:S/sys$/share/}/vt/keymaps -P ${S:S/sys$/share/}/syscons/keymaps -L ${UKBD_DFLT_KEYMAP} | sed -e 's/^static keymap_t.* = /static keymap_t key_map = /' -e 's/^static accentmap_t.* = /static accentmap_t accent_map = /' > ukbdmap.h"                 \
173         no-obj no-implicit-rule before-depend                           \
174         clean           "ukbdmap.h"
175
176 # Annapurna support
177 arm/annapurna/alpine/alpine_ccu.c               optional al_ccu fdt
178 arm/annapurna/alpine/alpine_nb_service.c        optional al_nb_service fdt
179 arm/annapurna/alpine/alpine_pci.c               optional al_pci fdt
180 arm/annapurna/alpine/alpine_pci_msix.c          optional al_pci fdt
181 arm/annapurna/alpine/alpine_serdes.c            optional al_serdes fdt          \
182         no-depend       \
183         compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth ${PROF} ${.IMPSRC}"