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.web08.6801.1634286679478876558 for ; Fri, 15 Oct 2021 01:31:23 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=gtpD1LcS; spf=temperror, err=temporary DNS error (domain: hpe.com, ip: 148.163.143.35, mailfrom: prvs=0922d4c8eb=abner.chang@hpe.com) Received: from pps.filterd (m0148664.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.1.2/8.16.1.2) with SMTP id 19F3VcoW025634; Fri, 15 Oct 2021 08:31:18 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; s=pps0720; bh=qXB7eu9QnmL0uYSY4mkYNlpzqj3nv1DaNd4fxVpFXrg=; b=gtpD1LcSLDcQT0bRMiF5vy8Jy4Wz+eVkXLMNF0xiYRW1coEv1cAB48HM7X/2+iaO5wBf VZIW2NE9aVNRHlRZy2u3bIE6nck+L6qLcYSPtCDynf/Ee1vJ3oE/2HXIos4IAFrON7lJ /lOax2yuHyzhEhRgN5QmiZY+i+knOIUlpxn9P836tbE+5TImSugkN0Z42GmB7H/ikAo9 lPkLNnhjRoRziviGHqdCil9auIuBtrki0dK21LA6wpb/VGXrZeCPwZYsMSvjejH9qD5c 00ALMjuSk3qpNZHceM616DeIput6u8NteUq1laeKvLh+W7WfqiF5nOUFWmnN+rUVL+WU /g== Received: from g4t3427.houston.hpe.com (g4t3427.houston.hpe.com [15.241.140.73]) by mx0b-002e3701.pphosted.com with ESMTP id 3bq1tasts6-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 15 Oct 2021 08:31:18 +0000 Received: from g9t2301.houston.hpecorp.net (g9t2301.houston.hpecorp.net [16.220.97.129]) by g4t3427.houston.hpe.com (Postfix) with ESMTP id E660457; Fri, 15 Oct 2021 08:31:17 +0000 (UTC) Received: from abner-virtual-machine.asiapacific.hpqcorp.net (abner-virtual-machine.asiapacific.hpqcorp.net [15.119.210.153]) by g9t2301.houston.hpecorp.net (Postfix) with ESMTP id 7B96348; Fri, 15 Oct 2021 08:31:16 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: Leif Lindholm , Peng Xie , Ling Jia , Yiqi Shu , Daniel Schaefer Subject: [edk2-platforms][PATCH V3 9/9] Silicon/FT2000-4Pkg: Use PcdPciMmio(32)64Translation PCD from MdePkg Date: Fri, 15 Oct 2021 15:33:05 +0800 Message-Id: <20211015073305.30438-10-abner.chang@hpe.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20211015073305.30438-1-abner.chang@hpe.com> References: <20211015073305.30438-1-abner.chang@hpe.com> X-Proofpoint-GUID: wwslBdAJX-uP7enIlOvCBvCqRqVUan2Z X-Proofpoint-ORIG-GUID: wwslBdAJX-uP7enIlOvCBvCqRqVUan2Z 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.182.1,Aquarius:18.0.790,Hydra:6.0.425,FMLib:17.0.607.475 definitions=2021-10-15_02,2021-10-14_02,2020-04-07_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 bulkscore=0 mlxlogscore=677 mlxscore=0 adultscore=0 spamscore=0 lowpriorityscore=0 clxscore=1015 priorityscore=1501 suspectscore=0 malwarescore=0 phishscore=0 impostorscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2109230001 definitions=main-2110150054 Compliant with BZ: #3665 https://bugzilla.tianocore.org/show_bug.cgi?id=3665 PcdPciMmio(32)64Translation PCD is relocated to MdePkg that leveraged by both ARM and RISC-V arch. This patch uses the one from MdePkg instead the one under ArmPkg. Signed-off-by: Abner Chang Cc: Leif Lindholm Cc: Peng Xie Cc: Ling Jia Cc: Yiqi Shu Cc: Daniel Schaefer --- Silicon/Phytium/FT2000-4Pkg/Library/PlatformLib/PlatformLib.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Silicon/Phytium/FT2000-4Pkg/Library/PlatformLib/PlatformLib.inf b/Silicon/Phytium/FT2000-4Pkg/Library/PlatformLib/PlatformLib.inf index 6d5951c62d..11134b8fc4 100644 --- a/Silicon/Phytium/FT2000-4Pkg/Library/PlatformLib/PlatformLib.inf +++ b/Silicon/Phytium/FT2000-4Pkg/Library/PlatformLib/PlatformLib.inf @@ -47,7 +47,7 @@ gEfiMdePkgTokenSpaceGuid.PcdPciIoTranslation gArmTokenSpaceGuid.PcdPciMmio32Base gArmTokenSpaceGuid.PcdPciMmio32Size - gArmTokenSpaceGuid.PcdPciMmio32Translation + gEfiMdePkgTokenSpaceGuid.PcdPciMmio32Translation gArmTokenSpaceGuid.PcdPciMmio64Base gArmTokenSpaceGuid.PcdPciMmio64Size -- 2.17.1