git: 4f5845126993 - main - riscv: connect eswin to the build.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 Dec 2024 17:43:58 UTC
The branch main has been updated by br: URL: https://cgit.FreeBSD.org/src/commit/?id=4f58451269930e227e527c8e077d7255bf2fae14 commit 4f58451269930e227e527c8e077d7255bf2fae14 Author: Ruslan Bukin <br@FreeBSD.org> AuthorDate: 2024-12-17 17:41:55 +0000 Commit: Ruslan Bukin <br@FreeBSD.org> CommitDate: 2024-12-17 17:42:09 +0000 riscv: connect eswin to the build. Connect Eswin IP drivers to the build. Reviewed by: mhorne Differential Revision: https://reviews.freebsd.org/D48119 --- sys/riscv/conf/GENERIC | 1 + sys/riscv/conf/std.eswin | 5 +++++ sys/riscv/eswin/files.eswin | 2 ++ 3 files changed, 8 insertions(+) diff --git a/sys/riscv/conf/GENERIC b/sys/riscv/conf/GENERIC index 5dfc624c9dfe..23d8a4e47eee 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 000000000000..11e2b0f10a9a --- /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 000000000000..57b598a1e9ce --- /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