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.web11.7441.1633343266976586679 for ; Mon, 04 Oct 2021 03:27:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=NuDQTuRn; spf=temperror, err=temporary DNS error (domain: hpe.com, ip: 148.163.147.86, mailfrom: prvs=0911ffc138=abner.chang@hpe.com) Received: from pps.filterd (m0134421.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.1.2/8.16.1.2) with SMTP id 1949WMmQ012635; Mon, 4 Oct 2021 10:27: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 : mime-version; s=pps0720; bh=iyvTejU26CQ+rSg+r2jtvQJ/uvUBMNw/ymmmVmbEB0w=; b=NuDQTuRn5BHo+7aX/Hn3KiZGDu+6cGpDYpMar+Xxzd78neC4xo1mYBIDjfGH/cWav7R2 UbXMhq/FXfVHP+y7dN7Wizam271PDKYlDxXNe9hF6/a3KzFib3vdvs3NQNjmnDoeDxvq U044teezMv4HjH4mUqhmZkzDk6uL3Jcpo/VS57kXEMd2LW6BPlvDO9s1fkH0iR1iPZGv yBU9qGx1YdXSMG6UP3T8s1Hfr4Nk+z35+LA/N+TA/D8Dg3TBENH554+R8BAzHfxK9MIj WSEj0ZXxNUVmxtSl8AMMZpreSlnYXOcADaUrnduFmXhZpfZ4Af1/WAZ9dfkhkIpHyTzm LA== Received: from g2t2354.austin.hpe.com (g2t2354.austin.hpe.com [15.233.44.27]) by mx0b-002e3701.pphosted.com with ESMTP id 3bfhfwmfq7-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 04 Oct 2021 10:27:46 +0000 Received: from g2t2360.austin.hpecorp.net (g2t2360.austin.hpecorp.net [16.196.225.135]) by g2t2354.austin.hpe.com (Postfix) with ESMTP id C6FC983; Mon, 4 Oct 2021 10:27:45 +0000 (UTC) Received: from abner-virtual-machine.asiapacific.hpqcorp.net (abner-virtual-machine.asiapacific.hpqcorp.net [15.119.210.153]) by g2t2360.austin.hpecorp.net (Postfix) with ESMTP id B863639; Mon, 4 Oct 2021 10:27:44 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Daniel Schaefer Subject: [edk2-platforms][PATCH 06/15] Platform/Comcast: Use PcdPciIoTranslation PCD from MdePkg Date: Mon, 4 Oct 2021 17:29:52 +0800 Message-Id: <20211004093001.4576-7-abner.chang@hpe.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20211004093001.4576-1-abner.chang@hpe.com> References: <20211004093001.4576-1-abner.chang@hpe.com> X-Proofpoint-ORIG-GUID: 1jceN8KHX6sMQ2Le97-XPS2arCzpkDCG X-Proofpoint-GUID: 1jceN8KHX6sMQ2Le97-XPS2arCzpkDCG 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.391,FMLib:17.0.607.475 definitions=2021-10-04_02,2021-10-04_01,2020-04-07_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 lowpriorityscore=0 mlxscore=0 bulkscore=0 phishscore=0 clxscore=1015 adultscore=0 suspectscore=0 mlxlogscore=668 spamscore=0 impostorscore=0 malwarescore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2109230001 definitions=main-2110040071 Complaint with BZ: #3665 https://bugzilla.tianocore.org/show_bug.cgi?id=3665 PcdPciIoTranslation 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 ArmVirtPkg. Signed-off-by: Abner Chang Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Daniel Schaefer --- Platform/Comcast/RDKQemu/RDKQemu.dsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/Comcast/RDKQemu/RDKQemu.dsc b/Platform/Comcast/RDKQemu/RDKQemu.dsc index 2e961959a2..281081959d 100644 --- a/Platform/Comcast/RDKQemu/RDKQemu.dsc +++ b/Platform/Comcast/RDKQemu/RDKQemu.dsc @@ -198,7 +198,7 @@ # PCD and PcdPciDisableBusEnumeration above have not been assigned yet gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF - gArmTokenSpaceGuid.PcdPciIoTranslation|0x0 + gEfiMdePkgTokenSpaceGuid.PcdPciIoTranslation|0x0 # # Set video resolution for boot options and for text setup. -- 2.17.1