diff options
| author | Liu Yibin <[email protected]> | 2020-01-02 12:21:36 +0800 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2020-01-02 10:03:23 +0530 |
| commit | c0849cd731fca884c939e6a1a699a853231292a2 (patch) | |
| tree | fbb2b3d73abd72f090c97f33bd0a86e310f91c0a /docs/platform/platform.md | |
| parent | 46a90d90e7dca6eeb66700b6970171119c51fd66 (diff) | |
platform: Add T-head C910 initial support
This commit provides basic support for the Thead/C910 platform.
Signed-off-by: Liu Yibin <[email protected]>
Reviewed-by: Atish Patra <[email protected]>
Reviewed-by: Anup Patel <[email protected]>
Diffstat (limited to 'docs/platform/platform.md')
| -rw-r--r-- | docs/platform/platform.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/platform/platform.md b/docs/platform/platform.md index 424efe9b..17cbfb85 100644 --- a/docs/platform/platform.md +++ b/docs/platform/platform.md @@ -26,6 +26,8 @@ OpenSBI currently supports the following virtual and hardware platforms: * **Andes AE350 SoC**: Platform support for the Andes's SoC (AE350). +* **T-HEAD C910**: Platform support for the T-HEAD C910 Processor. + 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*, @@ -37,3 +39,4 @@ facilitate the implementation. [sifive_fu540.md]: sifive_fu540.md [ariane-fpga.md]: ariane-fpga.md [andes_ae350.md]: andes-ae350.md +[thead-c910.md]: thead-c910.md |
