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.web10.15528.1582987821706500257 for ; Sat, 29 Feb 2020 06:50:21 -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 (m0150241.ppops.net [127.0.0.1]) by mx0a-002e3701.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 01TEj9eU004372 for ; Sat, 29 Feb 2020 14:50:21 GMT Received: from g4t3426.houston.hpe.com (g4t3426.houston.hpe.com [15.241.140.75]) by mx0a-002e3701.pphosted.com with ESMTP id 2yfjek1qts-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Sat, 29 Feb 2020 14:50:21 +0000 Received: from g9t2301.houston.hpecorp.net (g9t2301.houston.hpecorp.net [16.220.97.129]) by g4t3426.houston.hpe.com (Postfix) with ESMTP id 6FDF554 for ; Sat, 29 Feb 2020 14:50:20 +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 834A448; Sat, 29 Feb 2020 14:50:19 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: abner.chang@hpe.com Subject: [edk2-staging/RISC-V-V2: RISC-V EDK2 CI PATCH v1 0/9] Necessary code changes for RISC-V EDK2 CI. Date: Sat, 29 Feb 2020 22:13:49 +0800 Message-Id: <20200229141358.9528-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-02-29_03:2020-02-28,2020-02-29 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 lowpriorityscore=0 suspectscore=0 phishscore=0 malwarescore=0 spamscore=0 mlxscore=0 impostorscore=0 bulkscore=0 mlxlogscore=766 adultscore=0 clxscore=1015 priorityscore=1501 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2001150001 definitions=main-2002290115 Content-Transfer-Encoding: 8bit BZ:2562 https://bugzilla.tianocore.org/show_bug.cgi?id=2562 EDK2 CI report (RISCV64 only): https://github.com/tianocore/edk2-staging/pull/196 EDK2 CI report (All architectures): https://github.com/tianocore/edk2-staging/pull/197 Signed-off-by: Abner Chang Abner Chang (9): FatPkg: Add RISC-V architecture for EDK2 CI. FmpDevicePkg: Add RISC-V architecture for EDK2 CI. NetworkPkg: Add RISC-V architecture for EDK2 CI. NetworkPkg/HttpBootDxe: Add RISC-V architecture for EDK2 CI. CryptoPkg: Add RISC-V architecture for EDK2 CI. MdePkg/Include: Add RISC-V related definitions EDK2 CI. SecurityPkg: Security package changes for RISC-V EDK2 CI. ShellPkg: Shell package changes for RISC-V EDK2 CI. UnitTestFrameworkPkg: Add RISC-V architecture for RISC-V EDK2 CI. CryptoPkg/CryptoPkg.dsc | 3 ++- FatPkg/FatPkg.dsc | 3 ++- FmpDevicePkg/FmpDevicePkg.dsc | 3 ++- NetworkPkg/NetworkPkg.dsc | 4 ++-- SecurityPkg/SecurityPkg.dsc | 4 ++-- ShellPkg/ShellPkg.dsc | 3 ++- UnitTestFrameworkPkg/UnitTestFrameworkPkg.dsc | 3 ++- CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf | 6 +++++- CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf | 4 ++++ CryptoPkg/Library/BaseCryptLibNull/BaseCryptLibNull.inf | 3 ++- .../Library/BaseCryptLibOnProtocolPpi/DxeCryptLib.inf | 3 ++- .../Library/BaseCryptLibOnProtocolPpi/PeiCryptLib.inf | 3 ++- CryptoPkg/Library/OpensslLib/OpensslLib.inf | 2 ++ CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf | 2 ++ CryptoPkg/Library/TlsLib/TlsLib.inf | 4 ++-- CryptoPkg/Library/TlsLibNull/TlsLibNull.inf | 4 ++-- CryptoPkg/Library/Include/CrtLibSupport.h | 3 ++- MdePkg/Include/IndustryStandard/Dhcp.h | 7 +++++++ NetworkPkg/HttpBootDxe/HttpBootDhcp4.h | 3 +++ 19 files changed, 49 insertions(+), 18 deletions(-) -- 2.25.0