From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx0a-002e3701.pphosted.com (mx0a-002e3701.pphosted.com [148.163.147.86]) by mx.groups.io with SMTP id smtpd.web12.10635.1582952369707310704 for ; Fri, 28 Feb 2020 20:59:29 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: hpe.com, ip: 148.163.147.86, mailfrom: prvs=0328563951=abner.chang@hpe.com) Received: from pps.filterd (m0134420.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 01T4vmvN002258; Sat, 29 Feb 2020 04:59:29 GMT Received: from g2t2353.austin.hpe.com (g2t2353.austin.hpe.com [15.233.44.26]) by mx0b-002e3701.pphosted.com with ESMTP id 2yfh6t81h2-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sat, 29 Feb 2020 04:59:29 +0000 Received: from g2t2360.austin.hpecorp.net (g2t2360.austin.hpecorp.net [16.196.225.135]) by g2t2353.austin.hpe.com (Postfix) with ESMTP id 7145677; Sat, 29 Feb 2020 04:59:28 +0000 (UTC) Received: from UB16Abner.asiapacific.hpqcorp.net (ub16abner.asiapacific.hpqcorp.net [15.119.209.229]) by g2t2360.austin.hpecorp.net (Postfix) with ESMTP id C8F0F36; Sat, 29 Feb 2020 04:59:25 +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-staging/RISC-V-V2: CI Config PATCH v1 0/6] RISC-V EDK2 CI configuration files. Date: Sat, 29 Feb 2020 12:22:59 +0800 Message-Id: <20200229042305.1794-1-abner.chang@hpe.com> X-Mailer: git-send-email 2.25.0 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-02-28_09:2020-02-28,2020-02-28 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 phishscore=0 impostorscore=0 bulkscore=0 malwarescore=0 adultscore=0 clxscore=1015 lowpriorityscore=0 mlxlogscore=713 spamscore=0 suspectscore=1 priorityscore=1501 mlxscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2001150001 definitions=main-2002290035 Content-Transfer-Encoding: 8bit BZ:2562 - EDK CI for RISC-V architecture. This set of patches enale RISC-V architecture on EDK2 CI test process. 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 | 3 +- RiscVPkg/RiscVPkg.ci.yaml | 80 ++++++++++++++++++ RiscVPlatformPkg/RiscVPlatformPkg.ci.yaml | 81 +++++++++++++++++++ 7 files changed, 229 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