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.web12.2698.1641618766773273309 for ; Fri, 07 Jan 2022 21:12:47 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=A8nzU88Y; 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 (m0150244.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 20852cvV024732 for ; Sat, 8 Jan 2022 05:12:46 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 : content-transfer-encoding : mime-version; s=pps0720; bh=ZxrEh/q/h6m0n21WSpK3Jf42zwHFN/KzNFG2z15+kik=; b=A8nzU88YEUR3ajzjUVlUBQmZ4gmUCbsvMREonMXql0IwyVYSdU08rIunynJQt7Nw4jl1 yTgmacp9nbt3apwsrY2CxNF6LIG6mmpA5yi4BkqmLRwK9zWjlN2kFLqbmNUnAgtwvzrR OChXVP4TgAGBjStOQn86Y16zxId8y2hlRNgeFT1kRR31RT8/9EABWwW0/UidRF+Yuq+S dMbXse9TFaCGxYp/I6t1/q2b3O2gJgVTm/0hmlNYW2poKZkAr2D9BZom3RWh0ZdFPkjF uHccqg5jbCw7ErKWxJOIxizkMl/Fb4r2XV44WOF+FCm/Mi+6moq44WEhANshsXzeojNf bw== Received: from g2t2353.austin.hpe.com (g2t2353.austin.hpe.com [15.233.44.26]) by mx0b-002e3701.pphosted.com (PPS) with ESMTPS id 3df395r7rt-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Sat, 08 Jan 2022 05:12:45 +0000 Received: from g2t2360.austin.hpecorp.net (g2t2360.austin.hpecorp.net [16.196.225.135]) by g2t2353.austin.hpe.com (Postfix) with ESMTP id 5041F65 for ; Sat, 8 Jan 2022 05:12:45 +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 9913A37; Sat, 8 Jan 2022 05:12:44 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: abner.chang@hpe.com Subject: [PATCH 24/79] Platform/RISC-V: Consume MdeLibs.dsc.inc for RegisterFilterLib Date: Sat, 8 Jan 2022 12:10:44 +0800 Message-Id: <20220108041121.16005-23-abner.chang@hpe.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20220108041121.16005-1-abner.chang@hpe.com> References: <20220108041121.16005-1-abner.chang@hpe.com> X-Proofpoint-ORIG-GUID: uZCVhy8b9iBLGAkY8pVWg1rwNR2QF1Gt X-Proofpoint-GUID: uZCVhy8b9iBLGAkY8pVWg1rwNR2QF1Gt X-Proofpoint-UnRewURL: 0 URL was un-rewritten MIME-Version: 1.0 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_01,2022-01-07_01,2021-12-02_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 phishscore=0 mlxlogscore=999 adultscore=0 lowpriorityscore=0 suspectscore=0 mlxscore=0 bulkscore=0 priorityscore=1501 clxscore=1015 impostorscore=0 malwarescore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2110150000 definitions=main-2201080036 Content-Transfer-Encoding: quoted-printable From: Dandan Bi (This is migrated from edk2-platforms:Platform) REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3246 MdeLibs.dsc.inc was added for some basic/default library instances provided by MdePkg and RegisterFilterLibNull Library was also added into it as the first version of MdeLibs.dsc.inc. So update platform dsc to consume MdeLibs.dsc.inc for RegisterFilterLibNull which will be consumed by IoLib and BaseLib. Cc: Abner Chang Cc: Daniel Schaefer Cc: Gilbert Chen Signed-off-by: Dandan Bi Reviewed-by: Michael D Kinney Reviewed-by: Abner Chang --- Platform/RISC-V/PlatformPkg/RiscVPlatformPkg.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Platform/RISC-V/PlatformPkg/RiscVPlatformPkg.dsc b/Platform/RI= SC-V/PlatformPkg/RiscVPlatformPkg.dsc index 092717d2ef..5d9674a965 100644 --- a/Platform/RISC-V/PlatformPkg/RiscVPlatformPkg.dsc +++ b/Platform/RISC-V/PlatformPkg/RiscVPlatformPkg.dsc @@ -36,6 +36,8 @@ [SkuIds]=0D 0|DEFAULT=0D =0D +!include MdePkg/MdeLibs.dsc.inc=0D +=0D [LibraryClasses.common]=0D RiscVOpensbiPlatformLib|Platform/RISC-V/PlatformPkg/Library/OpensbiPlatf= ormLibNull/OpensbiPlatformLibNull.inf=0D RiscVCpuLib|Silicon/RISC-V/ProcessorPkg/Library/RiscVCpuLib/RiscVCpuLib.= inf=0D --=20 2.31.1