1 2arm/arm/autoconf.c standard 3arm/arm/bcopy_page.S standard 4arm/arm/bcopyinout.S standard 5arm/arm/blockio.S standard 6arm/arm/bus_space_asm_generic.S standard 7arm/arm/bus_space_base.c optional fdt 8arm/arm/bus_space_generic.c standard 9arm/arm/busdma_machdep.c standard 10arm/arm/copystr.S standard 11arm/arm/cpufunc.c standard 12arm/arm/cpufunc_asm.S standard 13arm/arm/cpufunc_asm_arm11x6.S optional cpu_arm1176 14arm/arm/cpufunc_asm_armv7.S optional cpu_cortexa | cpu_krait | cpu_mv_pj4b 15arm/arm/cpufunc_asm_pj4b.S optional cpu_mv_pj4b 16arm/arm/cpuinfo.c standard 17arm/arm/cpu_asm-v6.S standard 18arm/arm/db_disasm.c optional ddb 19arm/arm/db_interface.c optional ddb 20arm/arm/db_trace.c optional ddb 21arm/arm/debug_monitor.c optional ddb | gdb 22arm/arm/disassem.c optional ddb 23arm/arm/dump_machdep.c standard 24arm/arm/elf_machdep.c standard 25arm/arm/elf_note.S standard 26arm/arm/exception.S standard 27arm/arm/exec_machdep.c standard 28arm/arm/fusu.S standard 29arm/arm/gdb_machdep.c optional gdb 30arm/arm/generic_timer.c optional generic_timer 31arm/arm/gic.c optional gic 32arm/arm/gic_fdt.c optional gic fdt 33arm/arm/gic_if.m optional gic 34arm/arm/identcpu-v6.c standard 35arm/arm/in_cksum_arm.S optional inet | inet6 36arm/arm/in_cksum_machdep.c optional inet | inet6 37kern/subr_intr.c standard 38arm/arm/locore.S standard no-obj 39arm/arm/hypervisor-stub.S standard 40arm/arm/machdep.c standard 41arm/arm/machdep_boot.c standard 42arm/arm/machdep_kdb.c standard 43arm/arm/machdep_intr.c standard 44arm/arm/machdep_ptrace.c standard 45arm/arm/mem.c optional mem 46arm/arm/minidump_machdep.c standard 47arm/arm/mp_machdep.c optional smp 48arm/arm/mpcore_timer.c optional mpcore_timer 49arm/arm/nexus.c standard 50arm/arm/ofw_machdep.c optional fdt 51arm/arm/pl190.c optional pl190 52arm/arm/pl310.c optional pl310 53arm/arm/platform.c optional platform 54arm/arm/platform_if.m optional platform 55arm/arm/platform_pl310_if.m optional platform pl310 56arm/arm/pmap-v6.c standard 57arm/arm/pmu.c optional pmu | hwpmc 58arm/arm/pmu_fdt.c optional fdt pmu | fdt hwpmc 59arm/arm/ptrace_machdep.c standard 60arm/arm/sc_machdep.c optional sc 61arm/arm/sdt_machdep.c optional kdtrace_hooks 62arm/arm/setcpsr.S standard 63arm/arm/setstack.S standard 64arm/arm/stack_machdep.c optional ddb | stack 65arm/arm/stdatomic.c standard \ 66 compile-with "${NORMAL_C:N-Wmissing-prototypes}" 67arm/arm/support.S standard 68arm/arm/swtch.S standard 69arm/arm/swtch-v6.S standard 70arm/arm/sys_machdep.c standard 71arm/arm/syscall.c standard 72arm/arm/trap-v6.c standard 73arm/arm/uio_machdep.c standard 74arm/arm/undefined.c standard 75arm/arm/unwind.c optional ddb | kdtrace_hooks | stack 76arm/arm/vm_machdep.c standard 77arm/arm/vfp.c optional vfp 78cddl/dev/dtrace/arm/dtrace_asm.S optional dtrace compile-with "${DTRACE_S}" 79cddl/dev/dtrace/arm/dtrace_subr.c optional dtrace compile-with "${DTRACE_C}" 80cddl/dev/fbt/arm/fbt_isa.c optional dtrace_fbt | dtraceall compile-with "${FBT_C}" 81 82# zfs sha2 hash support 83contrib/openzfs/module/icp/asm-arm/sha2/sha256-armv7.S optional zfs compile-with "${ZFS_S}" 84contrib/openzfs/module/icp/asm-arm/sha2/sha512-armv7.S optional zfs compile-with "${ZFS_S}" 85 86crypto/des/des_enc.c optional netsmb 87dev/cpufreq/cpufreq_dt.c optional cpufreq fdt 88dev/fb/fb.c optional sc 89dev/fdt/fdt_arm_platform.c optional platform fdt 90dev/video/crtc_if.m optional vt 91dev/hwpmc/hwpmc_arm.c optional hwpmc 92dev/hwpmc/hwpmc_armv7.c optional hwpmc 93dev/iicbus/controller/twsi/twsi.c optional twsi 94dev/ofw/ofw_pcib.c optional fdt pci 95dev/pci/pci_host_generic.c optional pci_host_generic pci 96dev/pci/pci_host_generic_fdt.c optional pci_host_generic pci fdt 97dev/psci/psci.c optional psci 98dev/psci/smccc_arm.S optional psci 99dev/syscons/scgfbrndr.c optional sc 100dev/uart/uart_cpu_fdt.c optional uart fdt 101 102dev/usb/controller/dwc3/dwc3.c optional fdt dwc3 103dev/usb/controller/generic_xhci.c optional xhci 104dev/usb/controller/generic_xhci_fdt.c optional xhci fdt 105 106kern/msi_if.m optional intrng 107kern/pic_if.m optional intrng 108kern/subr_busdma_bufalloc.c standard 109kern/subr_devmap.c standard 110kern/subr_physmem.c standard 111kern/subr_sfbuf.c standard 112libkern/arm/aeabi_unwind.c standard 113libkern/arm/divsi3.S standard 114libkern/arm/ldivmod.S standard 115libkern/arm/ldivmod_helper.c standard 116libkern/arm/memclr.S standard 117libkern/arm/memcpy.S standard 118libkern/arm/memset.S standard 119libkern/arm/muldi3.c standard 120libkern/ashldi3.c standard 121libkern/ashrdi3.c standard 122libkern/divdi3.c standard 123libkern/lshrdi3.c standard 124libkern/moddi3.c standard 125libkern/qdivrem.c standard 126libkern/strcmp.c standard 127libkern/strlen.c standard 128libkern/strncmp.c standard 129libkern/ucmpdi2.c standard 130libkern/udivdi3.c standard 131libkern/umoddi3.c standard 132 133crypto/openssl/ossl_arm.c optional ossl 134crypto/openssl/arm/ossl_aes_gcm.c optional ossl 135crypto/openssl/arm/aes-armv4.S optional ossl \ 136 compile-with "${NORMAL_C} -I${SRCTOP}/sys/crypto/openssl" 137crypto/openssl/arm/bsaes-armv7.S optional ossl \ 138 compile-with "${CC} -D__KERNEL__ -c ${CFLAGS:N-mgeneral-regs-only} -I${SRCTOP}/sys/crypto/openssl ${WERROR} ${.IMPSRC}" 139crypto/openssl/arm/chacha-armv4.S optional ossl \ 140 compile-with "${NORMAL_C} -I${SRCTOP}/sys/crypto/openssl" 141crypto/openssl/arm/ghash-armv4.S optional ossl \ 142 compile-with "${NORMAL_C} -I${SRCTOP}/sys/crypto/openssl" 143crypto/openssl/arm/poly1305-armv4.S optional ossl \ 144 compile-with "${NORMAL_C} -I${SRCTOP}/sys/crypto/openssl" 145crypto/openssl/arm/sha1-armv4-large.S optional ossl \ 146 compile-with "${NORMAL_C} -I${SRCTOP}/sys/crypto/openssl" 147crypto/openssl/arm/sha256-armv4.S optional ossl \ 148 compile-with "${NORMAL_C} -I${SRCTOP}/sys/crypto/openssl" 149crypto/openssl/arm/sha512-armv4.S optional ossl \ 150 compile-with "${NORMAL_C} -I${SRCTOP}/sys/crypto/openssl" 151 152# Annapurna support 153arm/annapurna/alpine/alpine_ccu.c optional al_ccu fdt 154arm/annapurna/alpine/alpine_nb_service.c optional al_nb_service fdt 155arm/annapurna/alpine/alpine_pci.c optional al_pci fdt 156arm/annapurna/alpine/alpine_pci_msix.c optional al_pci fdt 157arm/annapurna/alpine/alpine_serdes.c optional al_serdes fdt \ 158 no-depend \ 159 compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth ${.IMPSRC}" 160