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.web09.4471.1624433857786981706 for ; Wed, 23 Jun 2021 00:37:37 -0700 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 44837ED1; Wed, 23 Jun 2021 00:37:37 -0700 (PDT) Received: from e120189.arm.com (unknown [10.57.78.245]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 39A313F719; Wed, 23 Jun 2021 00:37:36 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io, Leif Lindholm , Sami Mujawar Subject: [PATCH v1 1/2] Platform/ARM/Juno: Modify duplicated GUID in SmbiosPlatformDxe Date: Wed, 23 Jun 2021 08:37:30 +0100 Message-Id: <20210623073731.12166-2-Pierre.Gondois@arm.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210623073731.12166-1-Pierre.Gondois@arm.com> References: <20210623073731.12166-1-Pierre.Gondois@arm.com> From: Pierre Gondois The two following modules have the same GUID: - edk2/OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf - Platform/ARM/JunoPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf The module in the OvmfPkg was created first. Update the GUID of the module in the JunoPkg folder. Change-Id: I796d8e550f50a1a4cfddd0024eb63a9565b01f42 Signed-off-by: Pierre Gondois --- Platform/ARM/JunoPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/ARM/JunoPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf b/Platform/ARM/JunoPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf index f938cdf1483f..5a13605925e7 100644 --- a/Platform/ARM/JunoPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf +++ b/Platform/ARM/JunoPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf @@ -12,7 +12,7 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = SmbiosPlatformDxe - FILE_GUID = 4110465d-5ff3-4f4b-b580-24ed0d06747a + FILE_GUID = 3BFC114C-98F1-492E-97D1-98567E4F20D0 MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 -- 2.17.1