From nobody Sun May 5 09:37:30 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+78935+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+78935+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1628500314; cv=none; d=zohomail.com; s=zohoarc; b=Dxvw8/H+vz1EFvNLs9PpVdMM3UAcSOA/DGM9qDa32uvGSbLK/KXlKbiA86qO06J0smv0FleiRinvgZIcD92LLUKq21igZR59FEqtVEDsC5+fkJfBJjnBwkA5AgCWb4DqFHjIU6PlR8NSjPoESbLv26CNUe6jT3PPdE3sXkKgzNs= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1628500314; 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=S6zbKGvfBHvFhdXHtDsHUBSDnZRpAGiArQvj2TaUWNs=; b=CCv3BUVtva3fozAFY72QJEnWgcpAKL9CMwj3hGEHTirItsBXQFEDgR9xOqeE28I/ebP9tVlT7yX6LElv7khhG0nx1PStL2Ickymm6elfUmoQVswbFuxYO3Xs97KeoK1fyb6mW8o8xJSnCcTOsduaw+MV8jYMSF8Znx80dE2tLHQ= 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+78935+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 1628500314657189.59310301757705; Mon, 9 Aug 2021 02:11:54 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id OgJ6YY1788612xwPENxY6ZAy; Mon, 09 Aug 2021 02:11:54 -0700 X-Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mx.groups.io with SMTP id smtpd.web08.20421.1628500313311974097 for ; Mon, 09 Aug 2021 02:11:53 -0700 X-IronPort-AV: E=McAfee;i="6200,9189,10070"; a="194919985" X-IronPort-AV: E=Sophos;i="5.84,307,1620716400"; d="scan'208";a="194919985" X-Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Aug 2021 02:11:52 -0700 X-IronPort-AV: E=Sophos;i="5.84,307,1620716400"; d="scan'208";a="483270395" X-Received: from duntan-mobl.ccr.corp.intel.com ([10.238.1.156]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Aug 2021 02:11:50 -0700 From: "duntan" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Liming Gao , Eric Dong , DunTan Subject: [edk2-devel] [PATCH] MinPlatformPkg: Fix the incompatible change about SecureBootVariableLib Date: Mon, 9 Aug 2021 17:11:28 +0800 Message-Id: <20210809091128.1029-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: kfZYYD2NdJ99M1JhWGpHzxQSx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1628500314; bh=rvespCRbDuo5SG+yVZRWZ+ILU07z6Ct8MAAnTaYWtyw=; h=Cc:Date:From:Reply-To:Subject:To; b=JRtCi11VxAvzK4oobeFifjUaMHT5m/Wrkyrwf148MqllbE0rgguskWi3ce+CFA2ZoYB ypMibOiD+K81eI7ecvbaOXiVUf6B25Gt6UmtppatGlOcXLnOjY4b/V+d6cmdVTnS1hmsy XQ6gQUYDNM/qqlcpaENU+8LRU3rR8ecar7w= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1628500316349100003 Content-Type: text/plain; charset="utf-8" The newly created lib will be consumed by SecureBootConfigDxe.inf in CoreDx= eInclude.dsc Cc: Chasel Chiu Cc: Nate DeSimone Cc: Liming Gao Cc: Eric Dong Signed-off-by: DunTan --- 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 b154f9615d..5157c87a9a 100644 --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc @@ -139,6 +139,7 @@ =20 !if gMinPlatformPkgTokenSpaceGuid.PcdUefiSecureBootEnable =3D=3D TRUE AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf + SecureBootVariableLib|SecurityPkg/Library/SecureBootVariableLib/SecureBo= otVariableLib.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 (#78935): https://edk2.groups.io/g/devel/message/78935 Mute This Topic: https://groups.io/mt/84764492/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-