summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAtish Patra <atish.patra@wdc.com>2020-03-23 22:48:56 +0300
committerAnup Patel <anup@brainfault.org>2020-03-24 10:48:38 +0300
commitfb84879e66bc5a26241bcf0472688851f7240acb (patch)
treebb6c4fbde7ec6d9c874ff3fa389729fb5bb0972b /scripts
parented265b4498cabdcdeb24f5f76548b9df73ae07f8 (diff)
downloadopensbi-fb84879e66bc5a26241bcf0472688851f7240acb.tar.xz
platform: Add OpenPiton platform support
OpenPiton is a research platform from Princeton University [1]. "OpenPiton is the world's first open source, general purpose, multithreaded manycore processor. It is a tiled manycore framework scalable from one to 1/2 billion cores." Add OpenSBI support for OpenPiton. As it is based on ariane core, it reuses the platform code from arine project. [1]. https://github.com/PrincetonUniversity/openpiton Signed-off-by: Atish Patra <atish.patra@wdc.com> Reviewed-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create-binary-archive.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/create-binary-archive.sh b/scripts/create-binary-archive.sh
index 5d7bfb4..2711ac2 100755
--- a/scripts/create-binary-archive.sh
+++ b/scripts/create-binary-archive.sh
@@ -93,6 +93,7 @@ case "${BUILD_RISCV_XLEN}" in
BUILD_PLATFORM_SUBDIR+=("sifive/fu540")
BUILD_PLATFORM_SUBDIR+=("kendryte/k210")
BUILD_PLATFORM_SUBDIR+=("fpga/ariane")
+ BUILD_PLATFORM_SUBDIR+=("fpga/openpiton")
BUILD_PLATFORM_SUBDIR+=("andes/ae350")
BUILD_PLATFORM_SUBDIR+=("thead/c910")
BUILD_PLATFORM_SUBDIR+=("spike")