From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web09.14494.1663268136703469104 for ; Thu, 15 Sep 2022 11:55:36 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="body hash did not verify" header.i=@linux.microsoft.com header.s=default header.b=S2KpuLiI; spf=pass (domain: linux.microsoft.com, ip: 13.77.154.182, mailfrom: mikuback@linux.microsoft.com) Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id C9DBE20B929C; Thu, 15 Sep 2022 11:55:35 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com C9DBE20B929C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1663268136; bh=QsfWofUR7QK2cyzh7vk81e+v6/MSJycE/tEJxVfvmfA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=S2KpuLiIIk1t+nMpgTwEAc6Yl8nwcjNUwMbOFhnpBCBcBwgBGT/hHuk2oWr6IrEbS 0wfiBQ6HUeP6NcG6pldvtKWMzLp8vsDTbLBMKDnMfxV4WOPwsn8IjqHsNXzbSt9OT/ d8Oe+bJsJDwRcJz4gKyHcaZaoFxfwHL3tINbVfqM= From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Star Zeng Subject: [PATCH v2 2/6] IntelFsp2Pkg/BaseFspMultiPhaseLib: Replace duplicate GUID Date: Thu, 15 Sep 2022 14:55:04 -0400 Message-Id: <20220915185508.997-3-mikuback@linux.microsoft.com> X-Mailer: git-send-email 2.28.0.windows.1 In-Reply-To: <20220915185508.997-1-mikuback@linux.microsoft.com> References: <20220915185508.997-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D4048 The FILE_GUID for this library instance file is a duplicate of Library/SecFspSecPlatformLibNull/SecFspSecPlatformLibNull.inf. This change replaces the duplicated GUID value with a unique GUID. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Star Zeng Signed-off-by: Michael Kubacki Reviewed-by: Chasel Chiu --- IntelFsp2Pkg/Library/BaseFspMultiPhaseLib/BaseFspMultiPhaseLib.inf | 2 += - 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IntelFsp2Pkg/Library/BaseFspMultiPhaseLib/BaseFspMultiPhaseL= ib.inf b/IntelFsp2Pkg/Library/BaseFspMultiPhaseLib/BaseFspMultiPhaseLib.i= nf index a79f6aecda6d..b9dd132ea863 100644 --- a/IntelFsp2Pkg/Library/BaseFspMultiPhaseLib/BaseFspMultiPhaseLib.inf +++ b/IntelFsp2Pkg/Library/BaseFspMultiPhaseLib/BaseFspMultiPhaseLib.inf @@ -15,7 +15,7 @@ [Defines] INF_VERSION =3D 0x00010005 BASE_NAME =3D BaseFspMultiPhaseLib - FILE_GUID =3D C128CADC-623E-4E41-97CB-A7138E62746= 0 + FILE_GUID =3D 74C14477-E742-4A0A-9787-27B1CF34F69= 8 MODULE_TYPE =3D SEC VERSION_STRING =3D 1.0 LIBRARY_CLASS =3D FspMultiPhaseLib --=20 2.28.0.windows.1