From nobody Sat Apr 27 04:07:20 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+89422+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+89422+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1651255514; cv=none; d=zohomail.com; s=zohoarc; b=LxhiOrm/Z15OWTSjrQmQQBmP3sWp9ppWcBzy97r1gWQ1g2tDtrypIYP2pndidVL0LdFwkG9bc488cGi9Zm3AERF/0auzv2ZvxZBLQlqTJyc2W7kMah4O+1epyDGcyYoy4d9MHSHyvdFdjlVdCZ4y22eW3xXnfTmAaq8PuJnoHZo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1651255514; 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=qGVX7ZQW2ME3E8JD2QkewKzWf04c9hbfUnO998pQ9Ok=; b=lLFDYRn2C0ZRTBPLExcMmWXIu7FfzfsWfLb3D4ATXKDfRKyfCDakRfTa2Nst9XOmXN4Bf7WRWuM8if6d3RVIk5qNC9lMPxA2WpZdRbUsgZ1X+YTWbnJ/8yLkXrG41cgRqBPNMLRAYiNLf5YRmhBQI3AebgDX93mX8VZt8OH9wVc= 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+89422+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 1651255514353743.394190696647; Fri, 29 Apr 2022 11:05:14 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id q6AVYY1788612x6qqfKmHseP; Fri, 29 Apr 2022 11:05:14 -0700 X-Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mx.groups.io with SMTP id smtpd.web12.13561.1651255513347566730 for ; Fri, 29 Apr 2022 11:05:13 -0700 X-IronPort-AV: E=McAfee;i="6400,9594,10332"; a="248659131" X-IronPort-AV: E=Sophos;i="5.91,186,1647327600"; d="scan'208";a="248659131" X-Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Apr 2022 11:05:12 -0700 X-IronPort-AV: E=Sophos;i="5.91,186,1647327600"; d="scan'208";a="514955589" 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:11 -0700 From: "Judah Vang" To: devel@edk2.groups.io Cc: Jian J Wang , Liming Gao , Nishant C Mistry Subject: [edk2-devel] [Patch v2 04/28] MdeModulePkg: Add reference to new Ppi Guid Date: Fri, 29 Apr 2022 11:04:06 -0700 Message-Id: <20220429180430.3292-5-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: ZmYW1Ptc5kJFXVw0EJZj6hlJx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1651255514; bh=qWmwc+G5X0TtEG7uz/nRKm4QIXBJh5Zf1vtsxgrpycA=; h=Cc:Date:From:Reply-To:Subject:To; b=kbsutso+KFuu0McKz+GHb++Pvonv8ARGek8MnlecVhAZzuQA29fWMYqY358tUzJie2z lzIu1J+TmEz+RNOi5z7xRQdjkHZl6vRRG/4/EADccxaTBP1DRg3wuthyuhfbkNqph7Y4Y lBlhcO+4SsKvgz5r3IP7qcBJ32qUL4s4dwI= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1651255514719100014 Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2594 Add reference to gEfiPeiVariableStoreDiscoveredPpiGuid which contains information whether variable store is available. Cc: Jian J Wang Cc: Liming Gao Cc: Nishant C Mistry Signed-off-by: Jian J Wang Signed-off-by: Nishant C Mistry Signed-off-by: Judah Vang Reviewed-by: Jian J Wang --- MdePkg/Include/Ppi/ReadOnlyVariable2.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MdePkg/Include/Ppi/ReadOnlyVariable2.h b/MdePkg/Include/Ppi/Re= adOnlyVariable2.h index 926c0bc82a43..c5a8470565bb 100644 --- a/MdePkg/Include/Ppi/ReadOnlyVariable2.h +++ b/MdePkg/Include/Ppi/ReadOnlyVariable2.h @@ -2,7 +2,7 @@ This file declares Read-only Variable Service2 PPI. This ppi permits read-only access to the UEFI variable store during the = PEI phase. =20 -Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
+Copyright (c) 2006 - 2022, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent =20 @par Revision Reference: @@ -106,4 +106,6 @@ struct _EFI_PEI_READ_ONLY_VARIABLE2_PPI { =20 extern EFI_GUID gEfiPeiReadOnlyVariable2PpiGuid; =20 +extern EFI_GUID gEfiPeiVariableStoreDiscoveredPpiGuid; + #endif --=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 (#89422): https://edk2.groups.io/g/devel/message/89422 Mute This Topic: https://groups.io/mt/90781889/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-