summaryrefslogtreecommitdiff
path: root/docs/platform/shakti_cclass.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/shakti_cclass.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/shakti_cclass.md')
-rw-r--r--docs/platform/shakti_cclass.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/docs/platform/shakti_cclass.md b/docs/platform/shakti_cclass.md
new file mode 100644
index 00000000..2f4a699b
--- /dev/null
+++ b/docs/platform/shakti_cclass.md
@@ -0,0 +1,33 @@
+Shakti C-class SoC Platform
+===========================
+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.
+
+For more details, refer:
+* https://gitlab.com/shaktiproject/cores/c-class/blob/master/README.md
+* https://c-class.readthedocs.io/en/latest
+* https://shakti.org.in
+
+Platform Options
+----------------
+
+The *Shakti C-class SoC* platform does not have any platform-specific
+options.
+
+Building Shakti C-class Platform
+--------------------------------
+
+**Linux Kernel Payload**
+
+```
+make PLATFORM=generic FW_PAYLOAD_PATH=<linux_build_directory>/arch/riscv/boot/Image FW_PAYLOAD_FDT_PATH=<shakti.dtb path>
+```
+
+**Test Payload**
+
+```
+make PLATFORM=generic FW_PAYLOAD_FDT_PATH=<shakti.dtb path>
+```