diff options
author | br <br@FreeBSD.org> | 2016-04-26 13:22:08 +0000 |
---|---|---|
committer | br <br@FreeBSD.org> | 2016-04-26 13:22:08 +0000 |
commit | 0fbd3fd28dd303a812640fec118ec45d16bb7a1b (patch) | |
tree | 99d2effb8c70e416f0f7f673beb5cddb2a324417 /sys/conf/files.riscv | |
parent | d609088cbb4f183c1daf6b1250a3941f996206ee (diff) | |
download | FreeBSD-src-0fbd3fd28dd303a812640fec118ec45d16bb7a1b.zip FreeBSD-src-0fbd3fd28dd303a812640fec118ec45d16bb7a1b.tar.gz |
o Add device tree files and kernel configuration files
for RISC-V cpus synthesized on FPGA hardware.
o Include new files to the build.
Diffstat (limited to 'sys/conf/files.riscv')
-rw-r--r-- | sys/conf/files.riscv | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/conf/files.riscv b/sys/conf/files.riscv index 83bea75..1840185 100644 --- a/sys/conf/files.riscv +++ b/sys/conf/files.riscv @@ -2,6 +2,8 @@ crypto/blowfish/bf_enc.c optional crypto | ipsec crypto/des/des_enc.c optional crypto | ipsec | netsmb dev/ofw/ofw_cpu.c optional fdt +dev/uart/uart_cpu_fdt.c optional uart fdt +dev/xilinx/axi_quad_spi.c optional xilinx_spi kern/kern_clocksource.c standard kern/subr_devmap.c standard kern/subr_dummy_vdso_tc.c standard @@ -13,12 +15,13 @@ libkern/flsl.c standard libkern/flsll.c standard libkern/memmove.c standard libkern/memset.c standard -riscv/htif/htif.c standard -riscv/htif/htif_block.c standard -riscv/htif/htif_console.c standard +riscv/htif/htif.c optional htif +riscv/htif/htif_block.c optional htif +riscv/htif/htif_console.c optional htif riscv/riscv/autoconf.c standard riscv/riscv/bcopy.c standard riscv/riscv/bus_machdep.c standard +riscv/riscv/bus_space_asm.S standard riscv/riscv/busdma_machdep.c standard riscv/riscv/clock.c standard riscv/riscv/copyinout.S standard @@ -38,6 +41,7 @@ riscv/riscv/minidump_machdep.c standard riscv/riscv/mp_machdep.c optional smp riscv/riscv/mem.c standard riscv/riscv/nexus.c standard +riscv/riscv/ofw_machdep.c optional fdt riscv/riscv/pmap.c standard riscv/riscv/stack_machdep.c optional ddb | stack riscv/riscv/support.S standard |