Lines Matching +full:riscv +full:- +full:sbi
2 # NOTES -- Lines that can be cut/pasted into kernel and hints configs.
9 cpu RISCV
11 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
23 # RISC-V SBI console
41 # NOTE: dtrace introduces CDDL-licensed components into the kernel
47 device uart_ns8250 # ns8250-type UART driver
62 device xilinx_spi # Xilinx AXI Quad-SPI Controller
78 # FreeBSD/riscv didn't exist for these releases
87 # riscv doesn't support inb/outb, so disable chipset probing which needs it
90 # Makes assumptions about bus tags that aren't true on riscv
97 # riscv doesn't yet have atomic_testandset_int and atomic_testandclear_int.