From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.115, mailfrom: hao.a.wu@intel.com) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by groups.io with SMTP; Thu, 13 Jun 2019 00:39:36 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Jun 2019 00:39:36 -0700 X-ExtLoop1: 1 Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga005.fm.intel.com with ESMTP; 13 Jun 2019 00:39:35 -0700 Received: from fmsmsx113.amr.corp.intel.com (10.18.116.7) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 13 Jun 2019 00:39:35 -0700 Received: from shsmsx154.ccr.corp.intel.com (10.239.6.54) by FMSMSX113.amr.corp.intel.com (10.18.116.7) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 13 Jun 2019 00:39:35 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.185]) by SHSMSX154.ccr.corp.intel.com ([169.254.7.156]) with mapi id 14.03.0439.000; Thu, 13 Jun 2019 15:39:25 +0800 From: "Wu, Hao A" To: "devel@edk2.groups.io" , "Gao, Zhichao" CC: Bret Barkelew , "Wang, Jian J" , "Ni, Ray" , "Zeng, Star" , "Gao, Liming" , Sean Brogan , Michael Turner Subject: Re: [edk2-devel] [PATCH V3 1/2] MdeModulePkg: Add a pcd to set the OS indications bit Thread-Topic: [edk2-devel] [PATCH V3 1/2] MdeModulePkg: Add a pcd to set the OS indications bit Thread-Index: AQHVGnGasJgAocZjTk29QzuBVw9mk6aZOSAw Date: Thu, 13 Jun 2019 07:39:24 +0000 Message-ID: References: <20190604010515.14352-1-zhichao.gao@intel.com> <20190604010515.14352-2-zhichao.gao@intel.com> In-Reply-To: <20190604010515.14352-2-zhichao.gao@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: hao.a.wu@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable > -----Original Message----- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Gao, Zhichao > Sent: Tuesday, June 04, 2019 9:05 AM > To: devel@edk2.groups.io > Cc: Bret Barkelew; Wang, Jian J; Wu, Hao A; Ni, Ray; Zeng, Star; Gao, Li= ming; > Sean Brogan; Michael Turner > Subject: [edk2-devel] [PATCH V3 1/2] MdeModulePkg: Add a pcd to set the > OS indications bit >=20 > From: Bret Barkelew >=20 > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1678 >=20 > Add a pcd PcdPlatformRecoverySupport to conditionally > set an OS indications bit and set the 'PlatformRecovery####' > variable. This pcd would also control whether the BDS > support platform recovery or not. >=20 > Cc: Jian J Wang > Cc: Hao Wu > Cc: Ray Ni > Cc: Star Zeng > Cc: Liming Gao > Cc: Sean Brogan > Cc: Michael Turner > Cc: Bret Barkelew > Signed-off-by: Zhichao Gao > Reviewed-by: Ray Ni > --- > MdeModulePkg/MdeModulePkg.dec | 6 ++++++ Really sorry for the delayed response. Please help to update the MdeModulePkg.uni file for adding a new PCD. With this handled: Reviewed-by: Hao A Wu Best Regards, Hao Wu > 1 file changed, 6 insertions(+) >=20 > diff --git a/MdeModulePkg/MdeModulePkg.dec > b/MdeModulePkg/MdeModulePkg.dec > index 0a9fcddecc..da2b85770c 100644 > --- a/MdeModulePkg/MdeModulePkg.dec > +++ b/MdeModulePkg/MdeModulePkg.dec > @@ -1660,6 +1660,12 @@ > # @Prompt Reset on memory type information change. >=20 > gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationC > hange|TRUE|BOOLEAN|0x00010056 >=20 > + ## Indicates if the BDS supports Platform Recovery.

> + # TRUE - BDS supports Platform Recovery.
> + # FALSE - BDS does not support Platform Recovery.
> + # @Prompt Support Platform Recovery. > + > gEfiMdeModulePkgTokenSpaceGuid.PcdPlatformRecoverySupport|TRUE|B > OOLEAN|0x00010078 > + > ## Specify the foreground color for Subtile text in HII Form Browser.= The > default value is EFI_BLUE. > # Only following values defined in UEFI specification are valid:
=
> # 0x00 (EFI_BLACK)
> -- > 2.21.0.windows.1 >=20 >=20 >=20