From nobody Thu May 2 18:52:42 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+42789+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+42789+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1561447613; cv=none; d=zoho.com; s=zohoarc; b=ZueGY0O0mvZ4Al5b0SmOskqiQL5a7G68wrSyBE6O/9AjOFrO8vVbXL/eznho7XwswgdDE9wdg/IegzK0JgzBqsv5WZ0e9ewCvOkrk0mP4UTiV80vIj9WhDBlPPOJysyGFu94YCoSjyCSQbBO1jmkU5rin5t0dUpyil2YyTH/59I= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1561447613; h=Cc:Date:From:List-Id:List-Unsubscribe:Message-ID:Reply-To:Sender:Subject:To:ARC-Authentication-Results; bh=i6ZY3swWs1xqOAeLALsF0IlK5SGBohAPEQq7DrWxwes=; b=TCx9cWUPdw7qEROgJTd9/pRv20+9vAogi8oxYPb2kzLqL4hb0r5dlDGnz9jo33FvvSz0oZ8wQyemrDMdpMzJ2ckD0KTTUzTbtDhLpRS6zZC/tUV61p62/iRnJXAiu26j8FNAUOMBx/3P32dx4u/gOlLYWrEdvEH5ltImiapUbE8= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+42789+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1561447613470150.099784465717; Tue, 25 Jun 2019 00:26:53 -0700 (PDT) Return-Path: X-Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by groups.io with SMTP; Tue, 25 Jun 2019 00:26:52 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jun 2019 00:26:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,415,1557212400"; d="scan'208";a="359840003" X-Received: from shenglei-dev.ccr.corp.intel.com ([10.239.158.52]) by fmsmga005.fm.intel.com with ESMTP; 25 Jun 2019 00:26:51 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Zailiang Sun , Yi Qian Subject: [edk2-devel] [PATCH] Platform/Vlv2TbltDevicePkg: Remove dependency of DxeDeferImageLoadLib Date: Tue, 25 Jun 2019 15:26:46 +0800 Message-Id: <20190625072646.8380-1-shenglei.zhang@intel.com> Precedence: Bulk List-Unsubscribe: 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,shenglei.zhang@intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1561447612; bh=U08ZLG/YFTVa298NWjuihfG6fd2gc3WiWCL2VbNcna0=; h=Cc:Date:From:Reply-To:Subject:To; b=TLmt5r+CRZ8ioE27w8Bl3u/fvvjudfhv/wKmklUyVmKy5/5w+lc55cailcgtCtumh1Q 7CyYqxGZy+MzKRg2bw4er8Cb9tgPw1Erj2Re01FtE8+cCIMbFIzS3Qf7aN2BIV+wKJ1sj Xa3YOMM4NJDwjEj+HdFMxrtSP2Ou8SM/CEQ= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" The library DxeDeferImageLoadLib supports UID feature and it is conflicted with the driver SecurityStubDxe. And the UID feature is dropped. So DxeDeferImageLoadLib should be removed. Cc: Zailiang Sun Cc: Yi Qian Signed-off-by: Shenglei Zhang Reviewed-By: Zailiang Sun --- Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc | 4 +--- Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc | 4 +--- Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc | 4 +--- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc b/Platf= orm/Intel/Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc index 9df74c6620..0a57587e82 100644 --- a/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc +++ b/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc @@ -1096,9 +1096,7 @@ $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGE= T)/IA32/fTPMInitPeim.inf !if $(SECURE_BOOT_ENABLE) =3D=3D TRUE NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificatio= nLib.inf !endif -!if $(USER_IDENTIFICATION_ENABLE) - NULL|SecurityPkg/Library/DxeDeferImageLoadLib/DxeDeferImageLoadLib.i= nf -!endif + !if $(TPM_ENABLED) =3D=3D TRUE NULL|SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.i= nf !endif diff --git a/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc b/Platfor= m/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc index f07b6293fd..933a7ec760 100644 --- a/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc +++ b/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc @@ -1081,9 +1081,7 @@ $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGE= T)/IA32/fTPMInitPeim.inf !if $(SECURE_BOOT_ENABLE) =3D=3D TRUE NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificatio= nLib.inf !endif -!if $(USER_IDENTIFICATION_ENABLE) - NULL|SecurityPkg/Library/DxeDeferImageLoadLib/DxeDeferImageLoadLib.i= nf -!endif + !if $(TPM_ENABLED) =3D=3D TRUE NULL|SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.i= nf !endif diff --git a/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc b/Platform= /Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc index cddd580a96..9ec48f9fee 100644 --- a/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc +++ b/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc @@ -1097,9 +1097,7 @@ $(PLATFORM_BINARY_PACKAGE)/$(DXE_ARCHITECTURE)$(TARGE= T)/IA32/fTPMInitPeim.inf !if $(SECURE_BOOT_ENABLE) =3D=3D TRUE NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificatio= nLib.inf !endif -!if $(USER_IDENTIFICATION_ENABLE) - NULL|SecurityPkg/Library/DxeDeferImageLoadLib/DxeDeferImageLoadLib.i= nf -!endif + !if $(TPM_ENABLED) =3D=3D TRUE NULL|SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.i= nf !endif --=20 2.18.0.windows.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 (#42789): https://edk2.groups.io/g/devel/message/42789 Mute This Topic: https://groups.io/mt/32201140/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-