diff options
author | Nylon Chen <nylon7@andestech.com> | 2019-07-18 15:52:25 +0800 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2019-08-23 16:25:56 +0530 |
commit | 3cbb419def46e95b04d43f2d95f126f653e55589 (patch) | |
tree | 144ad198c2fdc185082a6034946ff0d9e07c7a0a /docs/platform/platform.md | |
parent | a2a7763ac7651e64c3928ba0a13be9317bd48c4d (diff) |
platform: Add Andes AE350 initial support
This commit provides basic support for the AE350 platform.
Signed-off-by: Zong Li <zongbox@gmail.com>
Signed-off-by: Nylon Chen <nylon7@andestech.com>
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 49fa3e9..424efe9 100644 --- a/docs/platform/platform.md +++ b/docs/platform/platform.md @@ -24,6 +24,8 @@ OpenSBI currently supports the following virtual and hardware platforms: * **Ariane FPGA SoC**: Platform support for the Ariane FPGA SoC used on Genesys 2 board. +* **Andes AE350 SoC**: Platform support for the Andes's SoC (AE350). + 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. [qemu_sifive_u.md]: qemu_sifive_u.md [sifive_fu540.md]: sifive_fu540.md [ariane-fpga.md]: ariane-fpga.md +[andes_ae350.md]: andes-ae350.md |