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.web11.3777.1641630530501578376 for ; Sat, 08 Jan 2022 00:28:50 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=hKe1sFJk; spf=permerror, err=parse error for token &{10 18 %{ir}.%{v}.%{d}.spf.has.pphosted.com}: invalid domain name (domain: hpe.com, ip: 148.163.143.35, mailfrom: prvs=000704d8ca=abner.chang@hpe.com) Received: from pps.filterd (m0150245.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 2085WhdQ032725; Sat, 8 Jan 2022 08:28:49 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hpe.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding; s=pps0720; bh=Brkw6yXU/tB8wY44ye0KIRTxbzN0Qn7DfH6JpcO0NAA=; b=hKe1sFJkWeWB4SZCv0PYysth/+I1KxwctViPxK8yjmRKkmKr1J/zJjcICKMDxAJF/ekC 9BAyne+Pm1UjFr4LrPbM2HCPWRsFWx8UFymI5tJno+PSru/fvMa/y6JVduipFZghSTEm nDfvdTHLFk/VTxA6VGBpO63VtohQMsxZWoQr2tQrbgLoGxE2nNsvlRBzjJ1PQwCQfrBP VQvpiKrWQn9+/DCKBoVRIad65IEj0FcmX8AsTiM+jnIyWjqhPRLmEiSfvNqD7ubeASdX 2megChmvcSpdt+C5IQWcb8HifegjQhXvxDJm4OQZLJpgoy9nsos2CyvLqoji8yPmAWVe NA== Received: from g2t2352.austin.hpe.com (g2t2352.austin.hpe.com [15.233.44.25]) by mx0b-002e3701.pphosted.com (PPS) with ESMTPS id 3df3tfgrxy-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sat, 08 Jan 2022 08:28:49 +0000 Received: from g2t2360.austin.hpecorp.net (g2t2360.austin.hpecorp.net [16.196.225.135]) by g2t2352.austin.hpe.com (Postfix) with ESMTP id 1E69385; Sat, 8 Jan 2022 08:28:49 +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 0F12436; Sat, 8 Jan 2022 08:28:47 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: abner.chang@hpe.com, Daniel Schaefer , Sunil V L Subject: [PATCH 69/79] RiscVPlatformVPkg: Address Core CI package dependency check errors Date: Sat, 8 Jan 2022 15:27:27 +0800 Message-Id: <20220108072737.17962-8-abner.chang@hpe.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20220108072737.17962-1-abner.chang@hpe.com> References: <20220108072737.17962-1-abner.chang@hpe.com> MIME-Version: 1.0 X-Proofpoint-GUID: WFWYf8wwHA7slFAZU5oUenDVTzcT_VlW X-Proofpoint-ORIG-GUID: WFWYf8wwHA7slFAZU5oUenDVTzcT_VlW X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.790,Hydra:6.0.425,FMLib:17.11.62.513 definitions=2022-01-08_03,2022-01-07_01,2021-12-02_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 suspectscore=0 malwarescore=0 phishscore=0 spamscore=0 mlxscore=0 lowpriorityscore=0 impostorscore=0 mlxlogscore=840 adultscore=0 clxscore=1015 priorityscore=1501 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2110150000 definitions=main-2201080064 Content-Transfer-Encoding: quoted-printable From: changab Signed-off-by: Abner Chang Cc: Daniel Schaefer Cc: Sunil V L --- .../Library/OpensbiPlatformLib/OpensbiPlatformLib.inf | 1 - RiscVPlatformPkg/Universal/Pei/PlatformPei/PlatformPei.inf | 1 - 2 files changed, 2 deletions(-) diff --git a/RiscVPlatformPkg/Library/OpensbiPlatformLib/OpensbiPlatformLib= .inf b/RiscVPlatformPkg/Library/OpensbiPlatformLib/OpensbiPlatformLib.inf index d53b7ec0c4..9e1d77fadc 100644 --- a/RiscVPlatformPkg/Library/OpensbiPlatformLib/OpensbiPlatformLib.inf +++ b/RiscVPlatformPkg/Library/OpensbiPlatformLib/OpensbiPlatformLib.inf @@ -30,7 +30,6 @@ EmbeddedPkg/EmbeddedPkg.dec=0D MdeModulePkg/MdeModulePkg.dec=0D MdePkg/MdePkg.dec=0D - Platform/SiFive/U5SeriesPkg/U5SeriesPkg.dec=0D RiscVPlatformPkg/RiscVPlatformPkg.dec=0D RiscVPkg/RiscVPkg.dec=0D =0D diff --git a/RiscVPlatformPkg/Universal/Pei/PlatformPei/PlatformPei.inf b/R= iscVPlatformPkg/Universal/Pei/PlatformPei/PlatformPei.inf index e62c6f9563..4ccc8c9be2 100644 --- a/RiscVPlatformPkg/Universal/Pei/PlatformPei/PlatformPei.inf +++ b/RiscVPlatformPkg/Universal/Pei/PlatformPei/PlatformPei.inf @@ -34,7 +34,6 @@ MdePkg/MdePkg.dec=0D RiscVPlatformPkg/RiscVPlatformPkg.dec=0D RiscVPkg/RiscVPkg.dec=0D - UefiCpuPkg/UefiCpuPkg.dec=0D =0D [Guids]=0D gEfiMemoryTypeInformationGuid=0D --=20 2.31.1