From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.179.1637771020882915266 for ; Wed, 24 Nov 2021 08:23:41 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: pierre.gondois@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 87B411042; Wed, 24 Nov 2021 08:23:40 -0800 (PST) Received: from e126645.nice.arm.com (e126645.nice.arm.com [10.34.125.4]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id C8C843F66F; Wed, 24 Nov 2021 08:23:39 -0800 (PST) From: "PierreGondois" To: devel@edk2.groups.io Cc: Sami Mujawar Subject: [PATCH edk2-platforms v1 01/10] Platform/ARM: Modify duplicated GUID in PciHostBridgeLib Date: Wed, 24 Nov 2021 17:23:21 +0100 Message-Id: <20211124162330.236813-2-Pierre.Gondois@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20211124162330.236813-1-Pierre.Gondois@arm.com> References: <20211124162330.236813-1-Pierre.Gondois@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Pierre Gondois The two following modules have the same GUID: - Platform/ARM/Morello/Library/PciHostBridgeLib/ PciHostBridgeLibFvp.inf - Platform/ARM/SgiPkg/Library/PciHostBridgeLib/ PciHostBridgeLib.inf The module in the SgiPkg was created first. Update the GUID of the module in the Morello folder. Signed-off-by: Pierre Gondois --- .../Morello/Library/PciHostBridgeLib/PciHostBridgeLibFvp.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/ARM/Morello/Library/PciHostBridgeLib/PciHostBridgeL= ibFvp.inf b/Platform/ARM/Morello/Library/PciHostBridgeLib/PciHostBridgeLi= bFvp.inf index 1d6c5b01d13d..8524b8572af8 100644 --- a/Platform/ARM/Morello/Library/PciHostBridgeLib/PciHostBridgeLibFvp.i= nf +++ b/Platform/ARM/Morello/Library/PciHostBridgeLib/PciHostBridgeLibFvp.i= nf @@ -10,7 +10,7 @@ [Defines] INF_VERSION =3D 0x0001001B BASE_NAME =3D PciHostBridgeLib - FILE_GUID =3D 6879CEAD-DC94-42EB-895C-096D36B8083= C + FILE_GUID =3D 972E5394-AF1D-45FE-8DC4-F9E5C896E04= D MODULE_TYPE =3D DXE_DRIVER VERSION_STRING =3D 1.0 LIBRARY_CLASS =3D PciHostBridgeLib|DXE_DRIVER -- 2.25.1