RISC-V: build SiFive drivers and DTB in GENERIC

In the spirit of the GENERIC config, we should include the drivers required to
run on most supported platforms.

Reviewed by:	kp
Differential Revision:	https://reviews.freebsd.org/D26501
This commit is contained in:
Mitchell Horne 2020-09-22 13:00:02 +00:00
parent 30e3f2b4ea
commit 3994f5bc18
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=365995

View File

@ -163,4 +163,10 @@ device firmware # firmware assist module
# Note that 'bpf' is required for DHCP.
device bpf # Berkeley packet filter
# Flattened Device Tree
options FDT
makeoptions MODULES_EXTRA+="dtb/sifive"
# SiFive device drivers
device fu540spi
include "../sifive/std.sifive"