docs: platform: Add documentation for Spike platform

This patch adds documentation to build and run OpenSBI on
Spike simulator and QEMU Spike machine.

Signed-off-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
Anup Patel
2020-02-13 17:40:17 +05:30
committed by Anup Patel
parent c03c8a1e2c
commit 29bb2a6835
2 changed files with 92 additions and 0 deletions

View File

@@ -23,6 +23,8 @@ OpenSBI currently supports the following virtual and hardware platforms:
* **T-HEAD C910**: Platform support for the T-HEAD C910 Processor.
* **Spike**: Platform support for the Spike emulator.
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*,
@@ -34,3 +36,4 @@ facilitate the implementation.
[ariane-fpga.md]: ariane-fpga.md
[andes_ae350.md]: andes-ae350.md
[thead-c910.md]: thead-c910.md
[spike.md]: spike.md