mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-28 03:42:04 +01:00
riscv: add starfive kernelconf template
Enable the Synopsis UART driver. Other drivers will be added in the future. Reviewed by: jrtc27 Sponsored by: The FreeBSD Foundatino Differential Revision: https://reviews.freebsd.org/D44105
This commit is contained in:
parent
036ce936a5
commit
749e318da3
@ -205,3 +205,4 @@ device iicoc # OpenCores I2C controller support
|
||||
# Include SoC specific configuration
|
||||
include "std.allwinner"
|
||||
include "std.sifive"
|
||||
include "std.starfive"
|
||||
|
7
sys/riscv/conf/std.starfive
Normal file
7
sys/riscv/conf/std.starfive
Normal file
@ -0,0 +1,7 @@
|
||||
#
|
||||
# StarFive SoC support
|
||||
#
|
||||
|
||||
device uart_snps # DesignWare Synopsis UART driver
|
||||
|
||||
files "../starfive/files.starfive"
|
0
sys/riscv/starfive/files.starfive
Normal file
0
sys/riscv/starfive/files.starfive
Normal file
Loading…
Reference in New Issue
Block a user