From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx0b-002e3701.pphosted.com (mx0b-002e3701.pphosted.com [148.163.143.35]) by mx.groups.io with SMTP id smtpd.web12.7603.1583301760846851937 for ; Tue, 03 Mar 2020 22:02:41 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: hpe.com, ip: 148.163.143.35, mailfrom: prvs=033202e72b=abner.chang@hpe.com) Received: from pps.filterd (m0134423.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 0245wLNU001993; Wed, 4 Mar 2020 06:02:40 GMT Received: from g4t3427.houston.hpe.com (g4t3427.houston.hpe.com [15.241.140.73]) by mx0b-002e3701.pphosted.com with ESMTP id 2yj6et065f-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 04 Mar 2020 06:02:40 +0000 Received: from g9t2301.houston.hpecorp.net (g9t2301.houston.hpecorp.net [16.220.97.129]) by g4t3427.houston.hpe.com (Postfix) with ESMTP id 746DA72; Wed, 4 Mar 2020 06:02:39 +0000 (UTC) Received: from UB16Abner.asiapacific.hpqcorp.net (ub16abner.asiapacific.hpqcorp.net [15.119.209.229]) by g9t2301.houston.hpecorp.net (Postfix) with ESMTP id DFAC248; Wed, 4 Mar 2020 06:02:36 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: abner.chang@hpe.com, Bret Barkelew , Sean Brogan , Leif Lindholm , Michael D Kinney , Liming Gao , Gilbert Chen , Daniel Helmut Schaefer Subject: [edk2/master PATCH RISC-V CI v1 0/6] RISC-V EDK2 CI configuration files. Date: Wed, 4 Mar 2020 13:26:01 +0800 Message-Id: <20200304052607.31801-1-abner.chang@hpe.com> X-Mailer: git-send-email 2.25.0 X-Proofpoint-UnRewURL: 0 URL was un-rewritten MIME-Version: 1.0 X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.138,18.0.572 definitions=2020-03-03_08:2020-03-03,2020-03-03 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 lowpriorityscore=0 malwarescore=0 bulkscore=0 phishscore=0 mlxlogscore=884 impostorscore=0 priorityscore=1501 suspectscore=0 spamscore=0 clxscore=1015 mlxscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2001150001 definitions=main-2003040044 Content-Transfer-Encoding: 8bit BZ:2562: https://bugzilla.tianocore.org/show_bug.cgi?id=2562 This set of patches enale RISC-V architecture on EDK2 CI test process. The external dependency of toolchain for RISCV64 architecture is retrieved from: https://media.githubusercontent.com/media/riscv/riscv-uefi-edk2-docs/master/gcc-riscv-edk2-ci-toolchain/. Signed-off-by: Abner Chang Cc: Bret Barkelew Cc: Sean Brogan Cc: Leif Lindholm Cc: Michael D Kinney Cc: Liming Gao Cc: Gilbert Chen Cc: Daniel Helmut Schaefer Abner Chang (6): RiscVPlatformPkg: Add RiscVPlatformPkg yaml file for EDK2 CI. RiscVPkg: Add RiscVPkg yaml file for EDK2 CI. MdeModulePkg: Revise MdeModulePkg yaml file for RISC-V EDK2 CI. BaseTools: Enable RISC-V architecture for RISC-V EDK2 CI. .azurepipelines: Add RISC-V architecture on RISC-V EDK2 CI. .pytool: Add RISC-V architecture on RISC-V EDK2 CI. .azurepipelines/Ubuntu-GCC5.yml | 3 +- .pytool/CISettings.py | 15 +++- .../Bin/gcc_riscv64_unknown_ext_dep.yaml | 21 +++++ .../LinuxGcc5ToolChain/LinuxGcc5ToolChain.py | 31 +++++++ MdeModulePkg/MdeModulePkg.ci.yaml | 4 +- RiscVPkg/RiscVPkg.ci.yaml | 80 ++++++++++++++++++ RiscVPlatformPkg/RiscVPlatformPkg.ci.yaml | 81 +++++++++++++++++++ 7 files changed, 230 insertions(+), 5 deletions(-) create mode 100644 BaseTools/Bin/gcc_riscv64_unknown_ext_dep.yaml create mode 100644 RiscVPkg/RiscVPkg.ci.yaml create mode 100644 RiscVPlatformPkg/RiscVPlatformPkg.ci.yaml -- 2.25.0