diff --git a/elixir/filters/projects.py b/elixir/filters/projects.py index 1059ebd..d676630 100755 --- a/elixir/filters/projects.py +++ b/elixir/filters/projects.py @@ -87,6 +87,10 @@ project_filters = { # Our solution is to ignore all includes in such paths (CppPathIncFilter, {"path_exceptions": {'^/include/uapi/.*'}}), ], + 'opensbi': [ + *default_filters, + *common_kconfig_filters, + ], 'qemu': [ *default_filters, *common_kconfig_filters, diff --git a/projects/opensbi.sh b/projects/opensbi.sh new file mode 100644 index 0000000..e69de29 diff --git a/utils/index b/utils/index index 6e84a3e..0a5a516 100755 --- a/utils/index +++ b/utils/index @@ -140,6 +140,7 @@ add_default_remotes $1 $# $2 linux https://git.kernel.org/pub/scm/linux/kernel/g https://github.com/bootlin/linux-history.git add_default_remotes $1 $# $2 xen https://xenbits.xen.org/git-http/xen.git add_default_remotes $1 $# $2 freebsd https://git.freebsd.org/src.git +add_default_remotes $1 $# $2 opensbi https://github.com/riscv-software-src/opensbi # Index a single project if test "x$2" != "x--all"; then