From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.20, mailfrom: hao.a.wu@intel.com) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by groups.io with SMTP; Wed, 12 Jun 2019 00:48:08 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Jun 2019 00:48:08 -0700 X-ExtLoop1: 1 Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga001.jf.intel.com with ESMTP; 12 Jun 2019 00:48:07 -0700 Received: from fmsmsx162.amr.corp.intel.com (10.18.125.71) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 12 Jun 2019 00:48:07 -0700 Received: from shsmsx105.ccr.corp.intel.com (10.239.4.158) by fmsmsx162.amr.corp.intel.com (10.18.125.71) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 12 Jun 2019 00:48:06 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.185]) by SHSMSX105.ccr.corp.intel.com ([169.254.11.72]) with mapi id 14.03.0439.000; Wed, 12 Jun 2019 15:48:05 +0800 From: "Wu, Hao A" To: "devel@edk2.groups.io" , "Xu, Wei6" CC: "Kinney, Michael D" , "Gao, Liming" , "Zhang, Chao B" Subject: Re: [edk2-devel][Patch v2 1/7] MdePkg: Add Pei Boot In CapsuleOnDisk Mode Ppi definition. Thread-Topic: [edk2-devel][Patch v2 1/7] MdePkg: Add Pei Boot In CapsuleOnDisk Mode Ppi definition. Thread-Index: AQHVG7VJbS3KljgXkESQuhioEOmaFKaVzzZA Date: Wed, 12 Jun 2019 07:48:04 +0000 Message-ID: References: <20190605154203.11012-1-wei6.xu@intel.com> <20190605154203.11012-2-wei6.xu@intel.com> In-Reply-To: <20190605154203.11012-2-wei6.xu@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 Xu= , > Wei6 > Sent: Wednesday, June 05, 2019 11:42 PM > To: devel@edk2.groups.io > Cc: Kinney, Michael D; Gao, Liming; Zhang, Chao B; Xu, Wei6 > Subject: [edk2-devel][Patch v2 1/7] MdePkg: Add Pei Boot In CapsuleOnDis= k > Mode Ppi definition. >=20 > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1852 >=20 > This PPI indicates current boot mode is capsule on disk mode. >=20 > Cc: Michael D Kinney > Cc: Liming Gao > Cc: Chao B Zhang > Signed-off-by: Wei6 Xu > --- > MdePkg/Include/Ppi/BootInRecoveryMode.h | 9 ++++++++- > MdePkg/MdePkg.dec | 3 +++ > 2 files changed, 11 insertions(+), 1 deletion(-) >=20 > diff --git a/MdePkg/Include/Ppi/BootInRecoveryMode.h > b/MdePkg/Include/Ppi/BootInRecoveryMode.h > index ae40744d9b..71b0ca8586 100644 > --- a/MdePkg/Include/Ppi/BootInRecoveryMode.h > +++ b/MdePkg/Include/Ppi/BootInRecoveryMode.h > @@ -1,10 +1,10 @@ > /** @file > This PPI is installed by the platform PEIM to designate that a recove= ry boot > is in progress. >=20 > - Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved. > + Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved. > SPDX-License-Identifier: BSD-2-Clause-Patent >=20 > @par Revision Reference: > This PPI is introduced in PI Version 1.0. >=20 > @@ -19,6 +19,13 @@ > } >=20 >=20 > extern EFI_GUID gEfiPeiBootInRecoveryModePpiGuid; >=20 > +#define EFI_PEI_BOOT_IN_CAPSULE_ON_DISK_MODE_PPI \ > + { \ > + 0xb08a11e4, 0xe2b7, 0x4b75, { 0xb5, 0x15, 0xaf, 0x61, 0x6, 0x68, 0x= bf, > 0xd1 } \ > + } > + > +extern EFI_GUID gEfiPeiBootInCapsuleOnDiskModePpiGuid; > + Hello all, One question, the above PPI will be added in the next PI spec, right? Since I cannot find this definition within the PI 1.7 spec. Best Regards, Hao Wu > #endif > diff --git a/MdePkg/MdePkg.dec b/MdePkg/MdePkg.dec > index 6c563375ee..ec02b8c7c7 100644 > --- a/MdePkg/MdePkg.dec > +++ b/MdePkg/MdePkg.dec > @@ -790,10 +790,13 @@ > gEfiPeiMemoryDiscoveredPpiGuid =3D {0xf894643d, 0xc449, 0x42d1, {0x8e= , > 0xa8, 0x85, 0xbd, 0xd8, 0xc6, 0x5b, 0xde } } >=20 > ## Include/Ppi/BootInRecoveryMode.h > gEfiPeiBootInRecoveryModePpiGuid =3D { 0x17ee496a, 0xd8e4, 0x4b9a, {0= x94, > 0xd1, 0xce, 0x82, 0x72, 0x30, 0x8, 0x50 } } >=20 > + ## Include/Ppi/BootInRecoveryMode.h > + gEfiPeiBootInCapsuleOnDiskModePpiGuid =3D { 0xb08a11e4, 0xe2b7, 0x4b7= 5, > { 0xb5, 0x15, 0xaf, 0x61, 0x6, 0x68, 0xbf, 0xd1 } } > + > ## Include/Ppi/EndOfPeiPhase.h > gEfiEndOfPeiSignalPpiGuid =3D {0x605EA650, 0xC65C, 0x42e1, {0xBA, 0x8= 0, > 0x91, 0xA5, 0x2A, 0xB6, 0x18, 0xC6 } } >=20 > ## Include/Ppi/Reset.h > gEfiPeiResetPpiGuid =3D { 0xef398d58, 0x9dfd, 0x4103, {0xbf, 0x94, 0x= 78, 0xc6, > 0xf4, 0xfe, 0x71, 0x2f } } > -- > 2.16.2.windows.1 >=20 >=20 >=20