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.web10.7416.1633343279005760184 for ; Mon, 04 Oct 2021 03:28:02 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=Ltbh/tQF; spf=temperror, err=temporary DNS error (domain: hpe.com, ip: 148.163.143.35, mailfrom: prvs=0911ffc138=abner.chang@hpe.com) Received: from pps.filterd (m0134424.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.1.2/8.16.1.2) with SMTP id 19462Ceh013506; Mon, 4 Oct 2021 10:27:58 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=CCJeYAUowr3815uWzc6braVXsxjyLhzz0yD1xsApzQU=; b=Ltbh/tQFjOeEh14YcvKt1yz0Rw5grbxTiah4ZN9emQejleTQxstfXq6sRQnNWG6ae0OV iX+gZBqdQ7JO6Ew36UPGo/KeW8A9OGmozvQEL271m4Bhev8DcjnbI9k6uKgnkJvOXEKa HeiOm5dDsI/wCCGWunlNKcKXlLCzT1ObwuChkd1fSxMrIdIP+FtPvBpnxmTUDRhpAPjO Bk7yO8FRJN+5n9UdQjne6zyWMyL+OE4irRvkSfI3CKgucq3uf2mKV0FLon3nIlt0bmbm Cch6p8i6PQkSv49ZOBD5bZYywqy5F3dbzEIsT6dE2Rz+t+lgyhKYeM8gmYPt0KGpjpIE qQ== Received: from g2t2352.austin.hpe.com (g2t2352.austin.hpe.com [15.233.44.25]) by mx0b-002e3701.pphosted.com with ESMTP id 3bfeak5cex-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 04 Oct 2021 10:27:58 +0000 Received: from g2t2360.austin.hpecorp.net (g2t2360.austin.hpecorp.net [16.196.225.135]) by g2t2352.austin.hpe.com (Postfix) with ESMTP id 25907B2; Mon, 4 Oct 2021 10:27:57 +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 16C5F36; Mon, 4 Oct 2021 10:27:55 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Daniel Schaefer Subject: [edk2-platforms][PATCH 14/15] Platform/Comcast: Use FdtPciHostBridgeLib provided by OvmfPkg. Date: Mon, 4 Oct 2021 17:30:00 +0800 Message-Id: <20211004093001.4576-15-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: sFPLFt9Yap8CxLK1_MymsgvFqHLiF3Wf X-Proofpoint-GUID: sFPLFt9Yap8CxLK1_MymsgvFqHLiF3Wf 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 mlxlogscore=749 priorityscore=1501 mlxscore=0 spamscore=0 clxscore=1015 malwarescore=0 phishscore=0 impostorscore=0 adultscore=0 suspectscore=0 bulkscore=0 lowpriorityscore=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 FdtPciHostBridgeLib is relocated from ArmVirtPkg to OvmfPkg/Fdt, use OvmfPkg one instead. 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 5443122815..4fba316598 100644 --- a/Platform/Comcast/RDKQemu/RDKQemu.dsc +++ b/Platform/Comcast/RDKQemu/RDKQemu.dsc @@ -66,7 +66,7 @@ FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf PciPcdProducerLib|OvmfPkg/Fdt/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf - PciHostBridgeLib|ArmVirtPkg/Library/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf + PciHostBridgeLib|OvmfPkg/Fdt/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf RdkBootManagerLib|Platform/Comcast/Library/RdkBootManagerLib/RdkBootManagerLib.inf [LibraryClasses.common.PEIM] -- 2.17.1