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.6084.1642838107023951683 for ; Fri, 21 Jan 2022 23:55:07 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=co45F7Kb; 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=00215b754f=abner.chang@hpe.com) Received: from pps.filterd (m0134423.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 20M52VSa025357; Sat, 22 Jan 2022 07:55:06 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=5CQy6cnGcJXIP9mXMrG52o7uOIlPkGaWebtxHh6L4t8=; b=co45F7KbsJcocipjgQCVZvom2k7cFhKpapsImG9iZD07tdUSVYFl4bUy3ri0b5aHnQpG eBDPdU0jOQnPm7gcUGkDJzYF5mJh0kjsdBPzIop+62CsyGq3w90fIR8ihYUN89ZDko1s q1tA0KEorDZmD+kmT428mL3uf6nU4rERkiVNxvCL/G8LkMst1nYbaoEZODQUBS+RXtPC ZMny0rG1m6r78pT6ewrvIqPoK8oXKXQFXAlfaVRZbmH9QueSm/GUFQLq+phS9wMUTOBD xuHvm7cKD2nwrzBR67NOgXwTQ9pKQ5yPeIrkkyLN/v1kmb560Sguxh/pNEjTtU1xFa/l +g== Received: from g4t3426.houston.hpe.com (g4t3426.houston.hpe.com [15.241.140.75]) by mx0b-002e3701.pphosted.com (PPS) with ESMTPS id 3drb5agr2t-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sat, 22 Jan 2022 07:55:06 +0000 Received: from g4t3433.houston.hpecorp.net (g4t3433.houston.hpecorp.net [16.208.49.245]) by g4t3426.houston.hpe.com (Postfix) with ESMTP id CA7734E; Sat, 22 Jan 2022 07:55:05 +0000 (UTC) Received: from UB16Abner.asiapacific.hpqcorp.net (ub16abner.asiapacific.hpqcorp.net [15.119.209.229]) by g4t3433.houston.hpecorp.net (Postfix) with ESMTP id B00004A; Sat, 22 Jan 2022 07:55:04 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: abner.chang@hpe.com, Daniel Schaefer , Sunil V L Subject: [edk2-platforms][PATCH V2 10/14] RISC-V/ProcessorPkg: Address Core CI library header check errors Date: Sat, 22 Jan 2022 14:53:14 +0800 Message-Id: <20220122065318.21808-11-abner.chang@hpe.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20220122065318.21808-1-abner.chang@hpe.com> References: <20220122065318.21808-1-abner.chang@hpe.com> MIME-Version: 1.0 X-Proofpoint-GUID: -UQKpyEMbH2KqdAK9vo5P0r2--noXbSR X-Proofpoint-ORIG-GUID: -UQKpyEMbH2KqdAK9vo5P0r2--noXbSR X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.816,Hydra:6.0.425,FMLib:17.11.62.513 definitions=2022-01-22_03,2022-01-21_01,2021-12-02_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 adultscore=0 impostorscore=0 bulkscore=0 priorityscore=1501 lowpriorityscore=0 malwarescore=0 suspectscore=0 spamscore=0 clxscore=1015 mlxlogscore=953 phishscore=0 mlxscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2201110000 definitions=main-2201220050 Content-Transfer-Encoding: quoted-printable Signed-off-by: Abner Chang Cc: Daniel Schaefer Cc: Sunil V L --- Silicon/RISC-V/ProcessorPkg/RiscVProcessorPkg.dec | 1 - 1 file changed, 1 deletion(-) diff --git a/Silicon/RISC-V/ProcessorPkg/RiscVProcessorPkg.dec b/Silicon/RI= SC-V/ProcessorPkg/RiscVProcessorPkg.dec index 045fc55212..59634f4413 100644 --- a/Silicon/RISC-V/ProcessorPkg/RiscVProcessorPkg.dec +++ b/Silicon/RISC-V/ProcessorPkg/RiscVProcessorPkg.dec @@ -22,7 +22,6 @@ Library/RiscVOpensbiLib/opensbi/platform/generic/include # Header file r= eference from opensbi files, ("sbi/...")=0D =0D [LibraryClasses]=0D - RiscVPlatformDxeIplLib|Include/Library/RiscVPlatformDxeIpl.h=0D RiscVCpuLib|Include/Library/RiscVCpuLib.h=0D RiscVEdk2SbiLib|Include/Library/RiscVEdk2SbiLib.h=0D RiscVFirmwareContextLib|Include/Library/RiscVFirmwareContextLib.h=0D --=20 2.31.1