From nobody Sun Dec 22 06:16:03 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+89320+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+89320+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1650939575; cv=none; d=zohomail.com; s=zohoarc; b=B6RH/721BwxR/ECodo2VjGe+nGgCHeCYrYW+yp0ENcjZYGW8cb1vy/ltNH88tDdgewV52WYqp40wVNTq39uz//l3tHLRdx/5Ty0Opu4gtn3iOczycixl0CPEE/QgntN+ijRBkjhsTrGtO2o5mSxrI8PKeQ74lZjt3Cec3oWwKyI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1650939575; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=+cJHw8pSifqsh/nY4JxOfWdWXPQQcYql6ijo1pSBL/Y=; b=ftU0psrKby02GYHgfxrZNyKdy0QwPEA/YDesFMv1DVXF7+fva39dU1GIVK7hJdKAuCUHjRhssl5b6prQ0ogCNCHkLC26b8InCoMUCkQNwusSAZxgc0CTlY9qO00k9CtpOyCE0pJ1y6xxmLaWZgK0YzTvPGKoLQLaE9zWbut4RO4= 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+89320+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 1650939575992477.3245888590343; Mon, 25 Apr 2022 19:19:35 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id UXmsYY1788612xL3UPSdcOXt; Mon, 25 Apr 2022 19:19:35 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web12.1406.1650939574621988090 for ; Mon, 25 Apr 2022 19:19:34 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id B561920E8C8E; Mon, 25 Apr 2022 19:19:33 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com B561920E8C8E From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Thomas Abraham , Sami Mujawar Subject: [edk2-devel] [edk2-platforms][PATCH v2 11/11] VExpressPkg: Add VariableFlashInfoLib Date: Mon, 25 Apr 2022 22:18:34 -0400 Message-Id: <20220426021834.1392-12-mikuback@linux.microsoft.com> In-Reply-To: <20220426021834.1392-1-mikuback@linux.microsoft.com> References: <20220426021834.1392-1-mikuback@linux.microsoft.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,mikuback@linux.microsoft.com X-Gm-Message-State: v6QXaSCdXKYI7xaixC4ohuxvx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1650939575; bh=rFDN6FGcWDBM/Q6m7gFkR+sRZvcDMtcHUQITX7W9JhI=; h=Cc:Date:From:Reply-To:Subject:To; b=baxzI+bZiNvcUY3YJ8bHZr1rrtK8Pbh5pfVKdsp0T03U7ruztEF0gbCDkoSisJypQJU h9FnBaurSlTxUxBuHD8AmNST1LA66ThaAb8u5eljhJoxJYhtWN4ABEeGunkGr8Yatmx2r qPSqmhzjMoTb94G9WS4/y9EObpklQsjhxyc= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1650939578123100019 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3479 Adds an instance for the library class VariableFlashInfoLib that was recently introduced in MdeModulePkg. This change is made to allow the new variable driver to build that has a dependency on this library class and does not require any further platform changes. Cc: Ard Biesheuvel Cc: Thomas Abraham Cc: Sami Mujawar Signed-off-by: Michael Kubacki Reviewed-by: Sami Mujawar --- Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc b/Platform/ARM/VE= xpressPkg/ArmVExpress.dsc.inc index 3866ccccb785..e637f8933f79 100644 --- a/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc +++ b/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc @@ -155,6 +155,7 @@ [LibraryClasses.common] OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf RngLib|MdePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf + VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseV= ariableFlashInfoLib.inf VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ib.inf VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/Var= iablePolicyHelperLib.inf =20 --=20 2.28.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 (#89320): https://edk2.groups.io/g/devel/message/89320 Mute This Topic: https://groups.io/mt/90700352/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-