From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.65; helo=mga03.intel.com; envelope-from=star.zeng@intel.com; receiver=edk2-devel@lists.01.org Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id DFF8A210DA17F for ; Thu, 21 Jun 2018 18:42:52 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Jun 2018 18:42:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,255,1526367600"; d="scan'208";a="50938175" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga007.jf.intel.com with ESMTP; 21 Jun 2018 18:42:44 -0700 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 21 Jun 2018 18:42:44 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 21 Jun 2018 18:42:41 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.223]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.116]) with mapi id 14.03.0319.002; Fri, 22 Jun 2018 09:42:39 +0800 From: "Zeng, Star" To: "Wu, Hao A" , "edk2-devel@lists.01.org" CC: "Dong, Eric" , "Ni, Ruiyu" , "Yao, Jiewen" , "Zeng, Star" Thread-Topic: [PATCH 3/4] MdeModulePkg: Add GUID for recovery capsule on NVM Express devices Thread-Index: AQHUBHcEvhlADnA0jUG7v2X2xrsRF6Rri5fg Date: Fri, 22 Jun 2018 01:42:38 +0000 Message-ID: <0C09AFA07DD0434D9E2A0C6AEB0483103BB5B3C6@shsmsx102.ccr.corp.intel.com> References: <20180615070342.13388-1-hao.a.wu@intel.com> <20180615070342.13388-4-hao.a.wu@intel.com> In-Reply-To: <20180615070342.13388-4-hao.a.wu@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 Subject: Re: [PATCH 3/4] MdeModulePkg: Add GUID for recovery capsule on NVM Express devices X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jun 2018 01:42:53 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Star Zeng -----Original Message----- From: Wu, Hao A=20 Sent: Friday, June 15, 2018 3:04 PM To: edk2-devel@lists.01.org Cc: Wu, Hao A ; Zeng, Star ; Dong,= Eric ; Ni, Ruiyu ; Yao, Jiewen Subject: [PATCH 3/4] MdeModulePkg: Add GUID for recovery capsule on NVM Exp= ress devices Cc: Star Zeng Cc: Eric Dong Cc: Ruiyu Ni Cc: Jiewen Yao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Hao Wu --- MdeModulePkg/Include/Guid/RecoveryDevice.h | 9 +++++++++ MdeModulePkg/MdeModulePkg.dec | 3 +++ 2 files changed, 12 insertions(+) diff --git a/MdeModulePkg/Include/Guid/RecoveryDevice.h b/MdeModulePkg/Incl= ude/Guid/RecoveryDevice.h index b79c51c4d1..2d2cea68ec 100644 --- a/MdeModulePkg/Include/Guid/RecoveryDevice.h +++ b/MdeModulePkg/Include/Guid/RecoveryDevice.h @@ -52,9 +52,18 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHE= R EXPRESS OR IMPLIED. 0x0ffbce19, 0x324c, 0x4690, {0xa0, 0x09, 0x98, 0xc6, 0xae, 0x2e, 0xb1,= 0x86 } \ } =20 +/// +/// The Global ID used to identify a recovery capsule that was loaded from= NVM Express device. +/// +#define RECOVERY_ON_FAT_NVME_DISK_GUID \ + { \ + 0xc770a27f, 0x956a, 0x497a, {0x85, 0x48, 0xe0, 0x61, 0x97, 0x58,=20 +0x8b, 0xf6 } \ + } + extern EFI_GUID gRecoveryOnDataCdGuid; extern EFI_GUID gRecoveryOnFatFloppyDiskGuid; extern EFI_GUID gRecoveryOn= FatIdeDiskGuid; extern EFI_GUID gRecoveryOnFatUsbDiskGuid; +extern EFI_GUID gRecoveryOnFatNvmeDiskGuid; =20 #endif diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec = index 8d7c97ee91..492b67d251 100644 --- a/MdeModulePkg/MdeModulePkg.dec +++ b/MdeModulePkg/MdeModulePkg.dec @@ -300,6 +300,9 @@ ## Include/Guid/RecoveryDevice.h gRecoveryOnDataCdGuid =3D { 0x5CAC0099, 0x0DC9, 0x48E5, { 0= x80, 0x68, 0xBB, 0x95, 0xF5, 0x40, 0x0A, 0x9F }} =20 + ## Include/Guid/RecoveryDevice.h + gRecoveryOnFatNvmeDiskGuid =3D { 0xC770A27F, 0x956A, 0x497A, { 0= x85, 0x48, 0xE0, 0x61, 0x97, 0x58, 0x8B, 0xF6 }} + ## Include/Guid/SmmLockBox.h gEfiSmmLockBoxCommunicationGuid =3D { 0x2a3cfebd, 0x27e8, 0x4d0a, { 0= x8b, 0x79, 0xd6, 0x88, 0xc2, 0xa3, 0xe1, 0xc0 }} =20 -- 2.12.0.windows.1