2016-01-29 15:12:31 +00:00
|
|
|
# $FreeBSD$
|
2016-05-24 16:41:37 +00:00
|
|
|
cddl/dev/dtrace/riscv/dtrace_asm.S optional dtrace compile-with "${DTRACE_S}"
|
|
|
|
cddl/dev/dtrace/riscv/dtrace_subr.c optional dtrace compile-with "${DTRACE_C}"
|
|
|
|
cddl/dev/fbt/riscv/fbt_isa.c optional dtrace_fbt | dtraceall compile-with "${FBT_C}"
|
2017-02-06 08:49:57 +00:00
|
|
|
crypto/blowfish/bf_enc.c optional crypto | ipsec | ipsec_support
|
|
|
|
crypto/des/des_enc.c optional crypto | ipsec | ipsec_support | netsmb
|
2016-02-24 16:50:34 +00:00
|
|
|
dev/ofw/ofw_cpu.c optional fdt
|
2020-01-24 17:10:21 +00:00
|
|
|
dev/ofw/ofwpci.c optional pci fdt
|
|
|
|
dev/pci/pci_host_generic.c optional pci
|
|
|
|
dev/pci/pci_host_generic_fdt.c optional pci fdt
|
2016-04-26 13:22:08 +00:00
|
|
|
dev/uart/uart_cpu_fdt.c optional uart fdt
|
2018-10-12 15:19:41 +00:00
|
|
|
dev/uart/uart_dev_lowrisc.c optional uart_lowrisc
|
2016-04-26 13:22:08 +00:00
|
|
|
dev/xilinx/axi_quad_spi.c optional xilinx_spi
|
2019-05-08 16:06:54 +00:00
|
|
|
dev/xilinx/axidma.c optional axidma xdma
|
|
|
|
dev/xilinx/if_xae.c optional xae
|
2020-01-29 16:52:12 +00:00
|
|
|
dev/xilinx/xlnx_pcib.c optional pci fdt xlnx_pcib
|
2016-01-29 15:12:31 +00:00
|
|
|
kern/kern_clocksource.c standard
|
2018-06-12 17:45:15 +00:00
|
|
|
kern/msi_if.m standard
|
|
|
|
kern/pic_if.m standard
|
2016-04-26 11:53:37 +00:00
|
|
|
kern/subr_devmap.c standard
|
2016-01-29 15:12:31 +00:00
|
|
|
kern/subr_dummy_vdso_tc.c standard
|
2018-06-12 17:45:15 +00:00
|
|
|
kern/subr_intr.c standard
|
2020-04-19 00:18:16 +00:00
|
|
|
kern/subr_physmem.c standard
|
2016-01-29 15:12:31 +00:00
|
|
|
libkern/bcmp.c standard
|
2018-05-10 02:31:38 +00:00
|
|
|
libkern/bcopy.c standard
|
2016-01-29 15:12:31 +00:00
|
|
|
libkern/ffs.c standard
|
|
|
|
libkern/ffsl.c standard
|
2018-01-10 17:36:43 +00:00
|
|
|
libkern/ffsll.c standard
|
2016-01-29 15:12:31 +00:00
|
|
|
libkern/fls.c standard
|
|
|
|
libkern/flsl.c standard
|
|
|
|
libkern/flsll.c standard
|
2018-09-27 14:05:44 +00:00
|
|
|
libkern/memcmp.c standard
|
2016-01-29 15:12:31 +00:00
|
|
|
libkern/memset.c standard
|
|
|
|
riscv/riscv/autoconf.c standard
|
|
|
|
riscv/riscv/bus_machdep.c standard
|
2016-04-26 13:22:08 +00:00
|
|
|
riscv/riscv/bus_space_asm.S standard
|
2019-05-07 13:41:43 +00:00
|
|
|
riscv/riscv/busdma_bounce.c standard
|
2016-01-29 15:12:31 +00:00
|
|
|
riscv/riscv/busdma_machdep.c standard
|
|
|
|
riscv/riscv/clock.c standard
|
|
|
|
riscv/riscv/copyinout.S standard
|
|
|
|
riscv/riscv/copystr.c standard
|
|
|
|
riscv/riscv/cpufunc_asm.S standard
|
2016-03-10 15:51:43 +00:00
|
|
|
riscv/riscv/db_disasm.c optional ddb
|
|
|
|
riscv/riscv/db_interface.c optional ddb
|
|
|
|
riscv/riscv/db_trace.c optional ddb
|
2016-01-29 15:12:31 +00:00
|
|
|
riscv/riscv/dump_machdep.c standard
|
|
|
|
riscv/riscv/elf_machdep.c standard
|
2016-08-10 12:41:36 +00:00
|
|
|
riscv/riscv/exception.S standard
|
2016-01-29 15:12:31 +00:00
|
|
|
riscv/riscv/intr_machdep.c standard
|
|
|
|
riscv/riscv/in_cksum.c optional inet | inet6
|
|
|
|
riscv/riscv/identcpu.c standard
|
|
|
|
riscv/riscv/locore.S standard no-obj
|
|
|
|
riscv/riscv/machdep.c standard
|
2016-02-24 16:50:34 +00:00
|
|
|
riscv/riscv/minidump_machdep.c standard
|
|
|
|
riscv/riscv/mp_machdep.c optional smp
|
2016-01-29 15:12:31 +00:00
|
|
|
riscv/riscv/mem.c standard
|
|
|
|
riscv/riscv/nexus.c standard
|
2016-04-26 13:22:08 +00:00
|
|
|
riscv/riscv/ofw_machdep.c optional fdt
|
2018-06-12 17:45:15 +00:00
|
|
|
riscv/riscv/plic.c standard
|
2016-01-29 15:12:31 +00:00
|
|
|
riscv/riscv/pmap.c standard
|
2016-08-10 12:41:36 +00:00
|
|
|
riscv/riscv/riscv_console.c optional rcons
|
2019-11-15 03:34:27 +00:00
|
|
|
riscv/riscv/sbi.c standard
|
2018-06-12 17:07:30 +00:00
|
|
|
riscv/riscv/soc.c standard
|
2016-02-23 14:29:22 +00:00
|
|
|
riscv/riscv/stack_machdep.c optional ddb | stack
|
2016-01-29 15:12:31 +00:00
|
|
|
riscv/riscv/support.S standard
|
|
|
|
riscv/riscv/swtch.S standard
|
2016-02-22 14:01:46 +00:00
|
|
|
riscv/riscv/sys_machdep.c standard
|
2016-01-29 15:12:31 +00:00
|
|
|
riscv/riscv/trap.c standard
|
|
|
|
riscv/riscv/timer.c standard
|
|
|
|
riscv/riscv/uio_machdep.c standard
|
|
|
|
riscv/riscv/uma_machdep.c standard
|
2016-03-10 15:51:43 +00:00
|
|
|
riscv/riscv/unwind.c optional ddb | kdtrace_hooks | stack
|
2016-01-29 15:12:31 +00:00
|
|
|
riscv/riscv/vm_machdep.c standard
|
2018-01-10 06:30:59 +00:00
|
|
|
|
|
|
|
# Zstd
|
2018-07-05 17:07:23 +00:00
|
|
|
contrib/zstd/lib/freebsd/zstd_kfreebsd.c optional zstdio compile-with ${ZSTD_C}
|