From 051931c455dcc831e7fb65905661796783ffe500 Mon Sep 17 00:00:00 2001 From: fangbaoshun Date: Fri, 21 Nov 2025 09:50:30 +0800 Subject: [PATCH 1/2] Hygon-SIG: Create openeuler/hygon-gcc repo and branches --- sig/sig-Hygon/README.md | 2 ++ sig/sig-Hygon/openeuler/h/hygon-gcc.yaml | 11 +++++++++++ sig/sig-Hygon/sig-Hygon.md | 2 ++ sig/sig-Hygon/sig-Hygon_cn.md | 2 ++ sig/sig-Hygon/sig-info.yaml | 1 + 5 files changed, 18 insertions(+) create mode 100644 sig/sig-Hygon/openeuler/h/hygon-gcc.yaml diff --git a/sig/sig-Hygon/README.md b/sig/sig-Hygon/README.md index d2fe348ec..e438384f0 100644 --- a/sig/sig-Hygon/README.md +++ b/sig/sig-Hygon/README.md @@ -67,3 +67,5 @@ - [hygon-edk2](https://gitee.com/openeuler/hygon-edk2): Hygon arch支持相关的Edk2代码开发仓库。 - [hygon-devkit](https://gitee.com/openeuler/hygon-devkit): Hygon arch支持相关的SDK, 二进制安装包和示例代码存放仓库。 + + - [hygon-gcc](https://gitee.com/openeuler/hygon-gcc): 针对Hygon arch,在gcc进行性能优化,添加架构支持等。会以合适的节奏将代码推送到openEuler gcc主仓库。 diff --git a/sig/sig-Hygon/openeuler/h/hygon-gcc.yaml b/sig/sig-Hygon/openeuler/h/hygon-gcc.yaml new file mode 100644 index 000000000..6fb75b938 --- /dev/null +++ b/sig/sig-Hygon/openeuler/h/hygon-gcc.yaml @@ -0,0 +1,11 @@ +name: hygon-gcc +description: gcc with hygon specific enhancements +upstream: https://gitee.com/openeuler/gcc +branches: +- name: master + type: protected + create_from: master +- name: gcc-10 + type: protected + create_from: gcc-10 +type: public diff --git a/sig/sig-Hygon/sig-Hygon.md b/sig/sig-Hygon/sig-Hygon.md index ddf576ba2..8ce55bdd1 100644 --- a/sig/sig-Hygon/sig-Hygon.md +++ b/sig/sig-Hygon/sig-Hygon.md @@ -51,3 +51,5 @@ Note: The Charter of this SIG follows the convention described in the openEuler - [hygon-edk2](https://gitee.com/openeuler/hygon-edk2): Edk2 related development work are hosted here. - [hygon-devkit](https://gitee.com/openeuler/hygon-devkit): SDK, binary, testcases related development work are hosted here. + + - [hygon-gcc](https://gitee.com/openeuler/hygon-gcc): gcc related development work are hosted here, Code will be pushed to the openEuler gcc repo when ready. diff --git a/sig/sig-Hygon/sig-Hygon_cn.md b/sig/sig-Hygon/sig-Hygon_cn.md index ee5f5c1b5..85dd50173 100644 --- a/sig/sig-Hygon/sig-Hygon_cn.md +++ b/sig/sig-Hygon/sig-Hygon_cn.md @@ -55,3 +55,5 @@ - [hygon-edk2](https://gitee.com/openeuler/hygon-edk2): Hygon arch支持相关的Edk2代码开发仓库。 - [hygon-devkit](https://gitee.com/openeuler/hygon-devkit): Hygon arch支持相关的SDK, 二进制安装包和示例代码存放仓库。 + + - [hygon-gcc](https://gitee.com/openeuler/hygon-gcc): 针对Hygon arch,在gcc进行性能优化,添加架构支持等。会以合适的节奏将代码推送到openEuler gcc主仓库。 diff --git a/sig/sig-Hygon/sig-info.yaml b/sig/sig-Hygon/sig-info.yaml index d306acc44..57051b5a8 100644 --- a/sig/sig-Hygon/sig-info.yaml +++ b/sig/sig-Hygon/sig-info.yaml @@ -26,6 +26,7 @@ repositories: - openeuler/hygon-devkit - openeuler/hygon-qemu - openeuler/hygon-edk2 + - openeuler/hygon-gcc repo_admin: - gitee_id: fenghao176 name: Hao Feng -- Gitee From 1662be2a28065ccbca9e0f9673658ac7f47954f1 Mon Sep 17 00:00:00 2001 From: fangbaoshun Date: Fri, 21 Nov 2025 09:55:13 +0800 Subject: [PATCH 2/2] Add Qingkuan Lai as Hygon SIG maintainer --- sig/sig-Hygon/README.md | 1 + sig/sig-Hygon/sig-info.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/sig/sig-Hygon/README.md b/sig/sig-Hygon/README.md index e438384f0..87746af54 100644 --- a/sig/sig-Hygon/README.md +++ b/sig/sig-Hygon/README.md @@ -44,6 +44,7 @@ - 姜新 [@jiangxin00](https://gitee.com/jiangxin00),jiangxin@hygon.cn - 陈善 [@OliveU](https://gitee.com/OliveU),chenshan@hygon.cn - 涂海波 [@haibotu](https://gitee.com/haibotu),tuhaibo@hygon.cn +- 赖庆宽 [@laiqingkuan](https://gitee.com/laiqingkuan)laiqingkuan@hygon.cn # 联系方式 diff --git a/sig/sig-Hygon/sig-info.yaml b/sig/sig-Hygon/sig-info.yaml index 57051b5a8..8cc13428c 100644 --- a/sig/sig-Hygon/sig-info.yaml +++ b/sig/sig-Hygon/sig-info.yaml @@ -17,6 +17,9 @@ maintainers: - gitee_id: OliveU name: Shan Chen email: chenshan@hygon.cn +- gitee_id: laiqingkuan + name: Qingkuan Lai + email: laiqingkuan@hygon.cn - gitee_id: haibotu name: Haibo Tu email: tuhaibo@hygon.cn -- Gitee