From nobody Thu Apr 25 17:30:15 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+89437+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+89437+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1651255526; cv=none; d=zohomail.com; s=zohoarc; b=fH47LMlU6xVe7SHuKyTZOpzm3tJfhPHNBIvpW3tJ22J/HQDZdiMVb/cQzfunm6cU58k1v4OBwyuTEF/516APLswXObYo2CVwAgFaalXg4mRE3YTV50RMkQWgaBx03sT4Oo4n2v9Dq6K1bz4uL0j0eTeMUqSRN91lROw22pJOgtA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1651255526; 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=Hp3nnH4D0S5d1HhI1V1+ek3G/x8H5yzeVEeSbQR/8g4=; b=ibzrWyGSreUR4NwaCa1rjlg5WInMvWzFANd7Hp8Ug1pWtXQMzmVMl1LIZYaTaHb4slp0y3djzFS+E0vjF4ExTLGP7qQvyWV7StmDuJS4xFDtHyAxm+GE+Q5bFQkrtcFPZ56EDVbTPAqkC5s+f9G8ajb39cpDITzmgugc0hB8j+w= 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+89437+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 1651255526264857.8033104546413; Fri, 29 Apr 2022 11:05:26 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id cMHRYY1788612xrqeVmYuAso; Fri, 29 Apr 2022 11:05:25 -0700 X-Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mx.groups.io with SMTP id smtpd.web12.13563.1651255524511770306 for ; Fri, 29 Apr 2022 11:05:24 -0700 X-IronPort-AV: E=McAfee;i="6400,9594,10332"; a="246648117" X-IronPort-AV: E=Sophos;i="5.91,186,1647327600"; d="scan'208";a="246648117" X-Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Apr 2022 11:05:22 -0700 X-IronPort-AV: E=Sophos;i="5.91,186,1647327600"; d="scan'208";a="514955776" X-Received: from jvang-mobl.amr.corp.intel.com ([10.212.198.238]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Apr 2022 11:05:22 -0700 From: "Judah Vang" To: devel@edk2.groups.io Cc: Jian J Wang , Ard Biesheuvel , Leif Lindholm , Nishant C Mistry Subject: [edk2-devel] [Patch v2 20/28] ArmVirtPkg: Add reference to ProtectedVariableNull Date: Fri, 29 Apr 2022 11:04:22 -0700 Message-Id: <20220429180430.3292-21-judah.vang@intel.com> In-Reply-To: <20220429180430.3292-1-judah.vang@intel.com> References: <20220429180430.3292-1-judah.vang@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,judah.vang@intel.com X-Gm-Message-State: 74zBVwP2NGaqrJkp8XAjlGhyx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1651255525; bh=2IFbBFbqqG3jEhDfK2b/tIW0EStjuGtPNIFyEhPg7hs=; h=Cc:Date:From:Reply-To:Subject:To; b=WhBvr+3uND/dH5mvDjWqCqHO5uqYy26feMbT1+MWlX7BaETjrdNDYXwdqMutZk/GZv1 ZfYxeNi5v7ok5yWfGVH3Wj9B+TdYq4sARGjfe+i0i1KJa7QaDtyLe0qbVZftb65K+r5o+ IDhNWaTjbNFaE36Mit5yN429DBkckby6SDQ= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1651255528287100058 Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2594 Need reference to ProtectVariableNullLib otherwise build fails. Cc: Jian J Wang Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Nishant C Mistry Signed-off-by: Jian J Wang Signed-off-by: Nishant C Mistry Signed-off-by: Judah Vang Acked-by: Ard Biesheuvel --- ArmVirtPkg/ArmVirtQemu.dsc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ArmVirtPkg/ArmVirtQemu.dsc b/ArmVirtPkg/ArmVirtQemu.dsc index aa0ce61630f7..cdebd94a9fce 100644 --- a/ArmVirtPkg/ArmVirtQemu.dsc +++ b/ArmVirtPkg/ArmVirtQemu.dsc @@ -1,7 +1,7 @@ # # Copyright (c) 2011-2015, ARM Limited. All rights reserved. # Copyright (c) 2014, Linaro Limited. All rights reserved. -# Copyright (c) 2015 - 2020, Intel Corporation. All rights reserved. +# Copyright (c) 2015 - 2022, Intel Corporation. All rights reserved. # # SPDX-License-Identifier: BSD-2-Clause-Patent # @@ -81,6 +81,7 @@ [LibraryClasses.common] PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.i= nf PciHostBridgeLib|OvmfPkg/Fdt/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf PciHostBridgeUtilityLib|OvmfPkg/Library/PciHostBridgeUtilityLib/PciHostB= ridgeUtilityLib.inf + ProtectedVariableLib|MdeModulePkg/Library/ProtectedVariableLibNull/Prote= ctedVariableLibNull.inf =20 !if $(TPM2_ENABLE) =3D=3D TRUE Tpm2CommandLib|SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf --=20 2.35.1.windows.2 -=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 (#89437): https://edk2.groups.io/g/devel/message/89437 Mute This Topic: https://groups.io/mt/90781907/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-