diff --git a/sys/riscv/conf/GENERIC b/sys/riscv/conf/GENERIC index 5dfc624c9dfe3b..23d8a4e47eee22 100644 --- a/sys/riscv/conf/GENERIC +++ b/sys/riscv/conf/GENERIC @@ -201,5 +201,6 @@ device iicoc # OpenCores I2C controller support # Include SoC specific configuration include "std.allwinner" +include "std.eswin" include "std.sifive" include "std.starfive" diff --git a/sys/riscv/conf/std.eswin b/sys/riscv/conf/std.eswin new file mode 100644 index 00000000000000..11e2b0f10a9a8a --- /dev/null +++ b/sys/riscv/conf/std.eswin @@ -0,0 +1,5 @@ +# +# Eswin SoC support +# + +files "../eswin/files.eswin" diff --git a/sys/riscv/eswin/files.eswin b/sys/riscv/eswin/files.eswin new file mode 100644 index 00000000000000..57b598a1e9ced8 --- /dev/null +++ b/sys/riscv/eswin/files.eswin @@ -0,0 +1,2 @@ +riscv/sifive/sifive_ccache.c standard +riscv/eswin/eswin_reset.c optional hwreset