From 7f8e9eebea871d7417fc73cf81e85315b9aa7d9e Mon Sep 17 00:00:00 2001 From: keven Date: Tue, 28 Sep 2021 18:00:00 +0800 Subject: [PATCH] create a resipository for allwinner_D1 in sig-riscv Signed-off-by: keven --- sig/sig-riscv/sig-riscv.md | 3 ++- sig/sig-riscv/sig-riscv_cn.md | 3 ++- sig/sigs.json | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/sig/sig-riscv/sig-riscv.md b/sig/sig-riscv/sig-riscv.md index fa98407..a9f47ff 100644 --- a/sig/sig-riscv/sig-riscv.md +++ b/sig/sig-riscv/sig-riscv.md @@ -28,7 +28,8 @@ The SIG will actively cooperate with schools and end-users to promote the usage ### The repository -- RISC-V main repo: https://gitee.com/openharmony-sig/riscv +- iscas : https://gitee.com/openharmony-sig/riscv +- allwinner: https://gitee.com/openharmony-sig/riscv_device_sunxi ## SIG Members diff --git a/sig/sig-riscv/sig-riscv_cn.md b/sig/sig-riscv/sig-riscv_cn.md index cb72789..94b8071 100644 --- a/sig/sig-riscv/sig-riscv_cn.md +++ b/sig/sig-riscv/sig-riscv_cn.md @@ -30,7 +30,8 @@ SIG将结合蓬莱RISC-V TEE使能OpenHarmony在RISC-V场景下的安全能力 ## 代码仓 -- RISC-V主仓: https://gitee.com/openharmony-sig/riscv +- iscas: https://gitee.com/openharmony-sig/riscv +- allwinner: https://gitee.com/openharmony-sig/riscv_device_sunxi ## SIG组成员 diff --git a/sig/sigs.json b/sig/sigs.json index f70d976..f81ec62 100644 --- a/sig/sigs.json +++ b/sig/sigs.json @@ -165,7 +165,9 @@ { "sig-name":"sig-riscv", "projects":"https://gitee.com/openharmony-sig/riscv", - "project-path":"None" + "https://gitee.com/openharmony-sig/riscv_device_sunxi" + "project-path":"None", + "device/sunxi" }, { "sig-name":"sig-systemapplications", -- GitLab