From nobody Sat May 18 10:07:52 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+76911+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+76911+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=arm.com ARC-Seal: i=1; a=rsa-sha256; t=1624433858; cv=none; d=zohomail.com; s=zohoarc; b=gBOgm+O4ZFTETZilcZWCvKIm9n54O9+mV7aAvT11C+b5Xt/K6lC+VKoZU7An6AzRdG0AjQqaCldw9k33e4R8raQ60krUU6OU6t/RbyBiRlF2Ouv1mYSdRCE4+NyR7Ocj1Ld2eKff4WFKlk+G8nm0YhiCiwVDKTSrw2dTWI/44XE= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1624433858; h=Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To; bh=5sKaSltU4XQcBCr5FSX3x1Q/8fEsCA63142hqTMKbaQ=; b=TtQmpNmGOQwLvau6iOzh/3SGF4tJOJrbAcl+wtf0xD8y4OCueEXZGqdqjZSH3v9bFP91gD3aAPXtF4R9YVium2p292HVKflsOs5M+DmN9n2b3PSdIH0ozg4zA+K9cLRzZQ+8OzaooY9mpeC50VV4ApM1mvMlP1k2g7uegZT6a/4= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+76911+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1624433858647258.8641096349696; Wed, 23 Jun 2021 00:37:38 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id I0pDYY1788612xL638zzMbay; Wed, 23 Jun 2021 00:37:38 -0700 X-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 X-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) X-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: [edk2-devel] [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> In-Reply-To: <20210623073731.12166-1-Pierre.Gondois@arm.com> References: <20210623073731.12166-1-Pierre.Gondois@arm.com> Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,pierre.gondois@arm.com X-Gm-Message-State: EfjOqIXXbnphzubgaLPVMnl2x1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1624433858; bh=mAkCVlvTUhmzpNzw2SinVl+KcXaRQ/Zh+7ukXs4E3+4=; h=Date:From:Reply-To:Subject:To; b=Jy8yLBe34iwJ5nh/eMf7ICYGsxmT9ZJyRua7pyFOXUuMlLEVJmjcX/WLkCvYZ1k/sYu QGFzMJYxaxe/S4tLHsBIogNc7b/d4RJhbQx1hyvv2PImReFnyzqoJY2gs5yn7klRrN9ci 9FTG8ydcG9+w1C3BpoaZqwEF8U8iXu8H/7c= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" 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 Reviewed-by: Leif Lindholm Reviewed-by: Sami Mujawar --- 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 =3D 0x00010005 BASE_NAME =3D SmbiosPlatformDxe - FILE_GUID =3D 4110465d-5ff3-4f4b-b580-24ed0d06747a + FILE_GUID =3D 3BFC114C-98F1-492E-97D1-98567E4F20D0 MODULE_TYPE =3D DXE_DRIVER VERSION_STRING =3D 1.0 =20 --=20 2.17.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#76911): https://edk2.groups.io/g/devel/message/76911 Mute This Topic: https://groups.io/mt/83733112/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Sat May 18 10:07:52 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+76912+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+76912+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=arm.com ARC-Seal: i=1; a=rsa-sha256; t=1624433860; cv=none; d=zohomail.com; s=zohoarc; b=d/A4N6ApdQ9WMEbs80ePK/N/4eli6JwdaffD+2O/pG5K1wV1bgsmm9DbLe+CujyAsQdCyPeA+rsMumg42JjvDad7HbX7MmZIDDJ1fX6GjsP/skSiHWVyMLNahJHvpTSSON7kGZcCrGwiGGmfWkE9bJIgMrTUgy7VaV4q5VbpJhc= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1624433860; h=Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To; bh=yczQdUPmwaF1zghis9sn94tKRhJskEJguzC3x034IoQ=; b=iTs1qXj1eGux6XZdIGHnDs1LTBXaYuYdDARVGavOKo9I0i1mrXbcvSD3CS+fjWycqIr3zr3rGILiMuLxlK37/fh4WrhckZMe+EpPnk04MBfOVdysYqOAuwn9aqTz2TYNn8yA6PKpwFTZtLmtawqywtUqyJWIx/bFxj7A5dZXD+E= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+76912+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1624433860079515.7242357372921; Wed, 23 Jun 2021 00:37:40 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id NeTdYY1788612xyJrRR4aJMY; Wed, 23 Jun 2021 00:37:39 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web08.4412.1624433859141398000 for ; Wed, 23 Jun 2021 00:37:39 -0700 X-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 AE0B91063; Wed, 23 Jun 2021 00:37:38 -0700 (PDT) X-Received: from e120189.arm.com (unknown [10.57.78.245]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id A39A53F719; Wed, 23 Jun 2021 00:37:37 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io, Leif Lindholm , Sami Mujawar Subject: [edk2-devel] [PATCH v1 2/2] Platform/NXP: Modify duplicated GUID in ConfigurationManagerDxe Date: Wed, 23 Jun 2021 08:37:31 +0100 Message-Id: <20210623073731.12166-3-Pierre.Gondois@arm.com> In-Reply-To: <20210623073731.12166-1-Pierre.Gondois@arm.com> References: <20210623073731.12166-1-Pierre.Gondois@arm.com> Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,pierre.gondois@arm.com X-Gm-Message-State: kozoCHH1I5W2ko0du7kYHtHux1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1624433859; bh=1pgz9euAXczlJQDTIDv5tWliiFVj1hKF5eQrRc6eJLs=; h=Date:From:Reply-To:Subject:To; b=On9RmndZLTOiwDC2PC/5beFQvYriLVDZvXW3eqIaFNK36qXA8ZzrNgXhf6+wulywecS uCKe1sVkUjXaLJVgwovwcERyR5vIViBHrALRwhL67mWeb1ttYNw+R2zmjzqI3/CmWQUXc NE3rOYvowf067S6H7dpGaNATAZzJ+PbtdSw= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" From: Pierre Gondois The two following modules have the same GUID: - Platform/NXP/ConfigurationManagerPkg/ ConfigurationManagerDxe/ConfigurationManagerDxe.inf - Platform/ARM/JunoPkg/ConfigurationManager/ ConfigurationManagerDxe/ConfigurationManagerDxe.inf The module in the JunoPkg was created first. Update the GUID of the module in the NXP folder. Change-Id: I180dd915444764ce6482206455568ddb2ab56700 Signed-off-by: Pierre Gondois Reviewed-by: Leif Lindholm Reviewed-by: Sami Mujawar --- .../ConfigurationManagerDxe/ConfigurationManagerDxe.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/NXP/ConfigurationManagerPkg/ConfigurationManagerDxe/C= onfigurationManagerDxe.inf b/Platform/NXP/ConfigurationManagerPkg/Configura= tionManagerDxe/ConfigurationManagerDxe.inf index 7c082cbd4202..90b4fe2eb41e 100644 --- a/Platform/NXP/ConfigurationManagerPkg/ConfigurationManagerDxe/Configur= ationManagerDxe.inf +++ b/Platform/NXP/ConfigurationManagerPkg/ConfigurationManagerDxe/Configur= ationManagerDxe.inf @@ -10,7 +10,7 @@ [Defines] INF_VERSION =3D 0x0001001B BASE_NAME =3D ConfigurationManagerDxe - FILE_GUID =3D A97F70AC-3BB4-4596-B4D2-9F948EC12D17 + FILE_GUID =3D 7437A2D1-BF1A-46BD-8774-2A4C5755808D MODULE_TYPE =3D DXE_DRIVER VERSION_STRING =3D 1.0 ENTRY_POINT =3D ConfigurationManagerDxeInitialize --=20 2.17.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#76912): https://edk2.groups.io/g/devel/message/76912 Mute This Topic: https://groups.io/mt/83733113/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-