From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mx.groups.io with SMTP id smtpd.web11.21535.1574173154146710293 for ; Tue, 19 Nov 2019 06:19:14 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.24, mailfrom: liming.gao@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Nov 2019 06:19:13 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,324,1569308400"; d="scan'208";a="218261914" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga002.jf.intel.com with ESMTP; 19 Nov 2019 06:19:13 -0800 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 19 Nov 2019 06:19:12 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx118.amr.corp.intel.com (10.18.116.18) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 19 Nov 2019 06:19:12 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.127]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.213]) with mapi id 14.03.0439.000; Tue, 19 Nov 2019 22:19:11 +0800 From: "Liming Gao" To: Jeff Brasen , "edk2-devel@lists.01.org" , "devel@edk2.groups.io" CC: "Kinney, Michael D" , "Wu, Hao A" , "Ni, Ray" , "Gao, Zhichao" Subject: Re: [PATCH 0/3] Support for RuntimeServicesSupported global variable Thread-Topic: [PATCH 0/3] Support for RuntimeServicesSupported global variable Thread-Index: AQHVm9wc0lbwYPsfxEaWBs7iaZZla6eSkIMQ Date: Tue, 19 Nov 2019 14:19:10 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E543778@SHSMSX104.ccr.corp.intel.com> References: In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZGU5MDkyMmQtYzc1Mi00ZmI3LTgxM2ItNmQ1NmQ2MTUwNGQxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiR000WVh1T21CYVNsdUlBK1Nsdk5ZWUFhUGp3SDJPUGU5dWlzM3BmZHdxMUQwZEN4TTVUYWpMeUVibXBlZm9QbSJ9 dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: liming.gao@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Jeff: This patch set is a new feature support. Now, edk2 enters into soft featu= re freeze. No feature is allowed to be added. So, this feature will not cat= ch edk2 2019 stable tag.=20 Thanks Liming > -----Original Message----- > From: Jeff Brasen > Sent: Saturday, November 16, 2019 1:43 AM > To: edk2-devel@lists.01.org; devel@edk2.groups.io > Cc: Jeff Brasen ; Gao, Liming ;= Kinney, Michael D ; Wu, Hao > A ; Ni, Ray ; Gao, Zhichao > Subject: [PATCH 0/3] Support for RuntimeServicesSupported global variable >=20 > Add support for the new UEFI 2.8 runtime services supported variable > that is used to indicate which runtime services a platform supports. > Also, add support for initializing this variable based on a PCD. >=20 > Jeff Brasen (3): > MdePkg-UefiSpec.h: Add UEFI 2.8 RuntimeServicesSuppported definations > MdePkg/MdeModule: Add support for RuntimeServicesSupported variable > MdeModulePkg/BdsDxe: Set RuntimeServicesSupported variable >=20 > .../VarCheckUefiLib/VarCheckUefiLibNullClass.c | 11 +++++++ > MdeModulePkg/MdeModulePkg.dec | 18 +++++++++++ > MdeModulePkg/Universal/BdsDxe/BdsDxe.inf | 1 + > MdeModulePkg/Universal/BdsDxe/BdsEntry.c | 35 ++++++++++++++++= +++++- > MdePkg/Include/Guid/GlobalVariable.h | 7 +++++ > MdePkg/Include/Uefi/UefiSpec.h | 18 +++++++++++ > 6 files changed, 89 insertions(+), 1 deletion(-) >=20 > -- > 2.7.4