From nobody Tue Apr 30 02:44:35 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+78966+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+78966+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1628521211; cv=none; d=zohomail.com; s=zohoarc; b=j7J/oCfHYWq8MzNyCPnbHgF19vDJDnK0mfCFPN1wwEI0+XL04slrGNX+apjMfPpUUyG24YBrvVAPkt6yZ372IQ72rHgZsbXV+GDj7C06FHJkv12DMOnpTe3l2EKhVQxiFissm8vvQpInvldmYm2REkUL1Q9HogrmTh5FmaNn9sw= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1628521211; h=Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To; bh=vIe5CVHbtyIYlnYmZY0y+f1ags2cZhtZFFJkP47FfQ0=; b=PxVBRrZ98Sg5ARe8cJrR5BSUfbHsF5JCjuv9xLruRx9HduAPXjmW+8kiq/Z6Pn+wQaXb5otYpBsAlWbszI45/iFK3GynpwfkJmHBQEv4uDKXeST1CKruUc7csbsE0Pe9zNfx9T8R812fObYbOEJSTWxNFRupPdgC1ZAwrTIVaZg= 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+78966+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 1628521211915860.0194945973186; Mon, 9 Aug 2021 08:00:11 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id TSUFYY1788612xUkUmOr40Fx; Mon, 09 Aug 2021 08:00:11 -0700 X-Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mx.groups.io with SMTP id smtpd.web09.23941.1628521210821821600 for ; Mon, 09 Aug 2021 08:00:11 -0700 X-IronPort-AV: E=McAfee;i="6200,9189,10070"; a="214737140" X-IronPort-AV: E=Sophos;i="5.84,307,1620716400"; d="scan'208";a="214737140" X-Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Aug 2021 08:00:10 -0700 X-IronPort-AV: E=Sophos;i="5.84,307,1620716400"; d="scan'208";a="514983734" X-Received: from duntan-mobl.ccr.corp.intel.com ([10.255.29.11]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Aug 2021 08:00:07 -0700 From: "duntan" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Liming Gao , Eric Dong , DunTan Subject: [edk2-devel] [Patch V2] MinPlatformPkg: Fix the incompatible change about SecureBootVariableLib Date: Mon, 9 Aug 2021 22:59:49 +0800 Message-Id: <20210809145949.1139-1-dun.tan@intel.com> MIME-Version: 1.0 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,dun.tan@intel.com X-Gm-Message-State: TSl4CHrgfUUd93aOrW9P6IHux1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1628521211; bh=WiAjeBdLYs/nzasIlAPZ/cu1ggoiLUyJMP1nnGEf1NU=; h=Cc:Date:From:Reply-To:Subject:To; b=otadXCgULW9hhb+fCc4KYVExCyoX4ViVi92yYopP5pByNHeh2DgZmmcz+piHkycGOFR dmhgwlDAQznhsg+oQBpUGpPOfSUgY1Tg/tkGp7S52Yiuv+rbzIt0OVZ2ZqLMZZY1KlgRm zO7CHnopNl0K63+1rhP3/Nq+JGPo3cKlfWY= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1628521214677100001 Content-Type: text/plain; charset="utf-8" V1: The newly created lib will be consumed by SecureBootConfigDxe.inf in Co= reDxeInclude.dsc V2: Add SecureBootVariableProvisionLib in CoreDxeInclude.dsc Cc: Chasel Chiu Cc: Nate DeSimone Cc: Liming Gao Cc: Eric Dong Signed-off-by: DunTan Reviewed-by: Chasel Chiu Reviewed-by: Nate DeSimone --- Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc b/= Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc index b154f9615d..c3d05fc913 100644 --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc @@ -139,6 +139,8 @@ =20 !if gMinPlatformPkgTokenSpaceGuid.PcdUefiSecureBootEnable =3D=3D TRUE AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf + SecureBootVariableLib|SecurityPkg/Library/SecureBootVariableLib/SecureBo= otVariableLib.inf + SecureBootVariableProvisionLib|SecurityPkg/Library/SecureBootVariablePro= visionLib/SecureBootVariableProvisionLib.inf !endif =20 SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf --=20 2.31.1.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 (#78966): https://edk2.groups.io/g/devel/message/78966 Mute This Topic: https://groups.io/mt/84770226/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-