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.53465.1583749802676323851 for ; Mon, 09 Mar 2020 03:30:02 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: hpe.com, ip: 148.163.147.86, mailfrom: prvs=033792669b=abner.chang@hpe.com) Received: from pps.filterd (m0134421.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 029ALGVn004795; Mon, 9 Mar 2020 10:30:02 GMT Received: from g2t2352.austin.hpe.com (g2t2352.austin.hpe.com [15.233.44.25]) by mx0b-002e3701.pphosted.com with ESMTP id 2ynhdf9dcb-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 09 Mar 2020 10:30:02 +0000 Received: from g2t2360.austin.hpecorp.net (g2t2360.austin.hpecorp.net [16.196.225.135]) by g2t2352.austin.hpe.com (Postfix) with ESMTP id 5AD9991; Mon, 9 Mar 2020 10:30:01 +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 B045736; Mon, 9 Mar 2020 10:29:58 +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 Schaefer Subject: [edk2/master PATCH RISC-V CI v2 0/5] RISC-V EDK2 CI configuration files. Date: Mon, 9 Mar 2020 17:53:13 +0800 Message-Id: <20200309095318.7331-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-09_02:2020-03-08,2020-03-09 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxscore=0 phishscore=0 adultscore=0 spamscore=0 suspectscore=0 bulkscore=0 malwarescore=0 clxscore=1015 priorityscore=1501 impostorscore=0 mlxlogscore=744 lowpriorityscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2001150001 definitions=main-2003090074 Content-Transfer-Encoding: 8bit Address Sean's comments on "edk2/master PATCH RISC-V CI v1". - Remove dependency of RiscVPkg from MdeModulePkg.ci.yaml. - Add SHA to gcc_riscv64_unknown_ext_dep.yaml - Create empty ExtendWords in both RiscVPkg.ci.yaml and RiscVPlatformPkg.ci.yaml. 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 Schaefer Abner Chang (5): RiscVPlatformPkg: Add RiscVPlatformPkg yaml file for EDK2 CI. RiscVPkg: Add RiscVPkg yaml file for 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 | 22 ++++++ .../LinuxGcc5ToolChain/LinuxGcc5ToolChain.py | 31 +++++++++ RiscVPkg/RiscVPkg.ci.yaml | 68 ++++++++++++++++++ RiscVPlatformPkg/RiscVPlatformPkg.ci.yaml | 69 +++++++++++++++++++ 6 files changed, 204 insertions(+), 4 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