From nobody Fri May 17 07:07:38 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+91175+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+91175+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1657251879; cv=none; d=zohomail.com; s=zohoarc; b=K8aJdaneecmGmNwCN3Qvzn0m/djcTlJ3MsQLi12KOhXkU72Of5jgef5WY6yfr8K8oEeg6BExxJY4MmEIYQslDcwJdxwM02k8wWRF2GR9MgADByiD0qGz2TkyBuc0ujGnWRRmTtOCFXcFvZgI+zTjasdDMD6sIj7KnQazA9ivxyU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1657251879; 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=AKPMsVyAzz2GNV4OIJyFDYXVXbMnUKe7Rh3CeNnWy/M=; b=KDZ4QDbi6riaxlpX/ycFb0+ahEQjeP1jtm9OwBGKTR0ZvVygqW10EEull75JIE5mN+tI4Cg/v7juy81HXRn1eofzYiU8uymI/HXPeWnaAXbTU0nuIqj+Nj3WDT+HPAq/uQo9i5d/rUJKOD1JF0yoUbSZkDhohEDZX32137a/rmI= 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+91175+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 1657251879921525.9207656892331; Thu, 7 Jul 2022 20:44:39 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id JIOxYY1788612xEg516g1n4T; Thu, 07 Jul 2022 20:44:39 -0700 X-Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mx.groups.io with SMTP id smtpd.web11.3647.1657251878853603671 for ; Thu, 07 Jul 2022 20:44:38 -0700 X-IronPort-AV: E=McAfee;i="6400,9594,10401"; a="282932601" X-IronPort-AV: E=Sophos;i="5.92,254,1650956400"; d="scan'208";a="282932601" X-Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jul 2022 20:44:38 -0700 X-IronPort-AV: E=Sophos;i="5.92,254,1650956400"; d="scan'208";a="621054204" X-Received: from liuzhigu-mobl.ccr.corp.intel.com ([10.238.1.53]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jul 2022 20:44:35 -0700 From: "Zhiguang Liu" To: devel@edk2.groups.io Cc: Zhiguang Liu , Kun Qin , Chasel Chiu , Nate DeSimone , Isaac Oram , Liming Gao , Eric Dong Subject: [edk2-devel] [PATCH] MinPlatformPkg: Resolve SecureBootVariableLib dependency Date: Fri, 8 Jul 2022 11:44:19 +0800 Message-Id: <20220708034419.26464-1-zhiguang.liu@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,zhiguang.liu@intel.com X-Gm-Message-State: 9Ng1FIAQsIoTV8bG8VocStGpx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1657251879; bh=jW8MzNhjTXchNex/+JAI+9hO7TiFbBdVml370b/jz6w=; h=Cc:Date:From:Reply-To:Subject:To; b=g98jl1kuqSxWV3JjBwDHAeWoBGbLEosh5UhjpqdutEjYRVwIqrup/e/SUbbjxmNoyCm 0qiO1QqI8zA95DDgJyHaaUnTWyxZZMQAWaQS93a7kSaioEZ+DCs+/jZIcmW+c/5MRk+wX phWoqtwOIwXRGvQMJRyHXWa8SoL8lwVpQTg= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1657251880166100001 Content-Type: text/plain; charset="utf-8" The new changes in SecureBootVariableLib brought in a new dependency of PlatformPKProtectionLib. This change added the new library instance from SecurityPkg to resolve MinPlatformPkg builds. Cc: Kun Qin Cc: Chasel Chiu Cc: Nate DeSimone Cc: Isaac Oram Cc: Liming Gao Cc: Eric Dong Signed-off-by: Zhiguang Liu Reviewed-by: Isaac Oram --- Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc b/= Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc index 58a18fae6e..b77d55dfd5 100644 --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc @@ -141,6 +141,7 @@ AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf SecureBootVariableLib|SecurityPkg/Library/SecureBootVariableLib/SecureBo= otVariableLib.inf SecureBootVariableProvisionLib|SecurityPkg/Library/SecureBootVariablePro= visionLib/SecureBootVariableProvisionLib.inf + PlatformPKProtectionLib|SecurityPkg/Library/PlatformPKProtectionLibVarPo= licy/PlatformPKProtectionLibVarPolicy.inf !endif =20 SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf --=20 2.16.2.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 (#91175): https://edk2.groups.io/g/devel/message/91175 Mute This Topic: https://groups.io/mt/92244799/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-