summaryrefslogtreecommitdiff
path: root/docs/platform/platform.md
diff options
context:
space:
mode:
authorVijai Kumar K <[email protected]>2020-06-17 19:25:16 +0530
committerAnup Patel <[email protected]>2020-06-19 09:21:46 +0530
commitdb56ef367cd6dc9dab94076f4c8a3fa9d91bd1f2 (patch)
tree1be9eab3dc74ee644be5cdfdbcf7ee42e3bc0908 /docs/platform/platform.md
parent637b348224d557cd27c187d4465a90852ddde8a9 (diff)
platform: Add support for Shakti C-class SoC from IIT-M
C-Class is a member of the SHAKTI family of processors from Indian Institute of Technology - Madras(IIT-M). It is an extremely configurable and commercial-grade 5-stage in-order core supporting the standard RV64GCSUN ISA extensions. https://gitlab.com/shaktiproject/cores/c-class/blob/master/README.md We add OpenSBI support for Shakti C-class SoC. Signed-off-by: Vijai Kumar K <[email protected]> Reviewed-by: Anup Patel <[email protected]>
Diffstat (limited to 'docs/platform/platform.md')
-rw-r--r--docs/platform/platform.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/platform/platform.md b/docs/platform/platform.md
index 3e0dc39c..7f470681 100644
--- a/docs/platform/platform.md
+++ b/docs/platform/platform.md
@@ -38,6 +38,10 @@ OpenSBI currently supports the following virtual and hardware platforms:
on ariane core. More details on this platform can be found in the file
*[fpga_openpiton.md]*.
+* **Shakti C-class SoC Platform**: Platform support for Shakti C-class
+ processor based SOCs. More details on this platform can be found in the
+ file *[shakti_cclass.md]*.
+
The code for these supported platforms can be used as example to implement
support for other platforms. The *platform/template* directory also provides
template files for implementing support for a new platform. The *object.mk*,
@@ -52,3 +56,4 @@ facilitate the implementation.
[thead-c910.md]: thead-c910.md
[spike.md]: spike.md
[fpga_openpiton.md]: fpga_openpiton.md
+[shakti_cclass.md]: shakti_cclass.md