]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/conf/files.mips
Add UPDATING entries and bump version.
[FreeBSD/FreeBSD.git] / sys / conf / files.mips
1 # This file tells config what files go into building a kernel,
2 # files marked standard are always included.
3 #
4 # $FreeBSD$
5 #
6
7 # Arch dependent files
8 mips/mips/autoconf.c                    standard
9 mips/mips/bus_space_generic.c           standard
10 mips/mips/busdma_machdep.c              standard
11 mips/mips/cache.c                       standard
12 mips/mips/cache_mipsNN.c                standard
13 mips/mips/cpu.c                         standard
14 mips/mips/db_disasm.c                   optional        ddb
15 mips/mips/db_interface.c                optional        ddb
16 mips/mips/db_trace.c                    optional        ddb
17 mips/mips/dump_machdep.c                standard
18 mips/mips/elf_machdep.c                 standard
19 mips/mips/exception.S                   standard
20 mips/mips/fp.S                          standard
21 mips/mips/freebsd32_machdep.c           optional        compat_freebsd32
22 mips/mips/gdb_machdep.c                 standard
23 mips/mips/in_cksum.c                    optional        inet
24 mips/mips/libkern_machdep.c             standard
25 mips/mips/locore.S                      standard        no-obj
26 mips/mips/machdep.c                     standard
27 mips/mips/mem.c                         optional        mem
28 mips/mips/minidump_machdep.c            standard
29 mips/mips/mp_machdep.c                  optional        smp
30 mips/mips/mpboot.S                      optional        smp
31 mips/mips/nexus.c                       standard
32 mips/mips/ofw_machdep.c                 optional        fdt
33 mips/mips/pm_machdep.c                  standard
34 mips/mips/pmap.c                        standard
35 mips/mips/ptrace_machdep.c              standard
36 mips/mips/sc_machdep.c                  standard
37 mips/mips/stack_machdep.c               optional        ddb | stack
38 mips/mips/stdatomic.c                   standard \
39         compile-with "${NORMAL_C:N-Wmissing-prototypes}"
40 mips/mips/support.S                     standard
41 mips/mips/bcopy.S                       standard
42 mips/mips/swtch.S                       standard
43 mips/mips/sys_machdep.c                 standard
44 mips/mips/tlb.c                         standard
45 mips/mips/trap.c                        standard
46 mips/mips/uio_machdep.c                 standard
47 mips/mips/uma_machdep.c                 standard
48 mips/mips/vm_machdep.c                  standard
49
50 # misc opt-in bits
51 kern/kern_clocksource.c                 standard
52 kern/link_elf_obj.c                     standard
53 kern/subr_atomic64.c                    optional        mips | mipsel | mipshf | mipselhf
54 kern/subr_busdma_bufalloc.c             standard
55 kern/subr_dummy_vdso_tc.c               standard
56 kern/subr_sfbuf.c                       optional        mips | mipsel | mipsn32
57 kern/subr_sfbuf.c                       optional        mipshf | mipselhf
58
59 # gcc/clang runtime
60 libkern/ffsl.c                          standard
61 libkern/ffsll.c                         standard
62 libkern/fls.c                           standard
63 libkern/flsl.c                          standard
64 libkern/flsll.c                         standard
65 libkern/cmpdi2.c                        optional        mips | mipshf | mipsel | mipselhf
66 libkern/ucmpdi2.c                       optional        mips | mipshf | mipsel | mipselhf
67 libkern/ashldi3.c                       standard
68 libkern/ashrdi3.c                       standard
69 libkern/memcmp.c                        standard
70
71 # cfe support
72 dev/cfe/cfe_api.c                       optional        cfe
73 dev/cfe/cfe_console.c                   optional        cfe_console
74 dev/cfe/cfe_env.c                       optional        cfe_env
75
76 # syscons support
77 dev/fb/fb.c                             optional        sc
78 dev/syscons/scgfbrndr.c                 optional        sc
79 dev/syscons/scterm-teken.c              optional        sc
80 dev/syscons/scvtb.c                     optional        sc
81 mips/mips/sc_machdep.c                  optional        sc
82
83 # FDT support
84 dev/uart/uart_cpu_fdt.c                 optional        uart fdt
85
86 # crypto support -- use generic
87 crypto/blowfish/bf_enc.c                optional        crypto | ipsec | \
88         ipsec_support
89 crypto/des/des_enc.c                    optional        crypto | ipsec | \
90         ipsec_support | netsmb
91
92 # AP common nvram interface MIPS specific, but maybe should be more generic
93 dev/nvram2env/nvram2env_mips.c          optional        nvram2env
94 dev/nvram2env/nvram2env.c               optional        nvram2env
95
96 # hwpmc support
97 dev/hwpmc/hwpmc_mips.c                  optional        hwpmc
98 dev/hwpmc/hwpmc_mips24k.c               optional        hwpmc_mips24k
99 dev/hwpmc/hwpmc_mips74k.c               optional        hwpmc_mips74k
100
101 # ofw support
102 dev/ofw/ofwpci.c                        optional        fdt pci
103
104 # INTRNG support code
105 kern/msi_if.m                           optional        intrng
106 kern/pic_if.m                           optional        intrng
107 kern/subr_intr.c                        optional        intrng
108 # INTRNG compatible MIPS32 interrupt controller
109 mips/mips/mips_pic.c                    optional        intrng
110
111 # DTrace
112 cddl/compat/opensolaris/kern/opensolaris_atomic.c       optional zfs | dtrace compile-with "${CDDL_C}"
113 cddl/dev/dtrace/mips/dtrace_asm.S                       optional dtrace compile-with "${DTRACE_S}"
114 cddl/dev/dtrace/mips/dtrace_subr.c                      optional dtrace compile-with "${DTRACE_C}"
115 cddl/dev/fbt/mips/fbt_isa.c                             optional dtrace_fbt | dtraceall compile-with "${FBT_C}"
116
117 # Zstd
118 contrib/zstd/lib/freebsd/zstd_kfreebsd.c                optional zstdio compile-with ${ZSTD_C}