From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mx.groups.io with SMTP id smtpd.web09.12.1572409243064807673 for ; Tue, 29 Oct 2019 21:20:43 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.126, mailfrom: liming.gao@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Oct 2019 21:20:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,246,1569308400"; d="scan'208";a="374772269" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga005.jf.intel.com with ESMTP; 29 Oct 2019 21:20:42 -0700 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 29 Oct 2019 21:20:42 -0700 Received: from shsmsx154.ccr.corp.intel.com (10.239.6.54) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 29 Oct 2019 21:20:41 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.127]) by SHSMSX154.ccr.corp.intel.com ([169.254.7.200]) with mapi id 14.03.0439.000; Wed, 30 Oct 2019 12:20:40 +0800 From: "Liming Gao" To: "Huang, Qing" , "devel@edk2.groups.io" Subject: Re: [PATCH] MdePkg-UefiSpec.h: Add UEFI 2.8 new memory attributes Thread-Topic: [PATCH] MdePkg-UefiSpec.h: Add UEFI 2.8 new memory attributes Thread-Index: AQHVihOQLh4EGZRWx029R7/8rFQmladya1VAgAAmcXCAAAy70A== Date: Wed, 30 Oct 2019 04:20:39 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E53478D@SHSMSX104.ccr.corp.intel.com> References: <20191024023415.6344-1-qing.huang@intel.com> <4A89E2EF3DFEDB4C8BFDE51014F606A14E5344FD@SHSMSX104.ccr.corp.intel.com> In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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 Qing: Please send patch mail instead of the attachment.=20 Thanks Liming >-----Original Message----- >From: Huang, Qing >Sent: Wednesday, October 30, 2019 11:35 AM >To: Gao, Liming ; devel@edk2.groups.io >Subject: RE: [PATCH] MdePkg-UefiSpec.h: Add UEFI 2.8 new memory >attributes > >Add V2 patch to add some description for these new memory type from UEFI >2.8 spec. > >Thanks & Best regards, >Huang, Qing > > >> -----Original Message----- >> From: Gao, Liming >> Sent: Wednesday, October 30, 2019 9:17 AM >> To: Huang, Qing ; devel@edk2.groups.io >> Subject: RE: [PATCH] MdePkg-UefiSpec.h: Add UEFI 2.8 new memory >> attributes >> >> Reviewed-by: Liming Gao >> >> >-----Original Message----- >> >From: Huang, Qing >> >Sent: Thursday, October 24, 2019 10:34 AM >> >To: devel@edk2.groups.io >> >Cc: Gao, Liming >> >Subject: [PATCH] MdePkg-UefiSpec.h: Add UEFI 2.8 new memory >attributes >> > >> >BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2309 >> >Add EFI_MEMORY_SP and EFI_MEMORY_CPU_CRYPTO definition into >UEFI >> >specification header file. >> > >> >Signed-off-by: Qing Huang >> >Cc: Liming Gao >> >--- >> > MdePkg/Include/Uefi/UefiSpec.h | 7 +++++++ >> > 1 file changed, 7 insertions(+) >> > >> >diff --git a/MdePkg/Include/Uefi/UefiSpec.h >> >b/MdePkg/Include/Uefi/UefiSpec.h index 44a0a6a7fa..50fae6f013 100644 >> >--- a/MdePkg/Include/Uefi/UefiSpec.h >> >+++ b/MdePkg/Include/Uefi/UefiSpec.h >> >@@ -82,6 +82,13 @@ typedef enum { >> > // If all memory has the same reliability, then this bit is not used. >> > // >> > #define EFI_MEMORY_MORE_RELIABLE 0x0000000000010000ULL >> >+ >> >+// >> >+// Note: UEFI spec 2.8 and following: >> >+// >> >+#define EFI_MEMORY_SP 0x0000000000040000ULL >> >+#define EFI_MEMORY_CPU_CRYPTO 0x0000000000080000ULL >> >+ >> > // >> > // Runtime memory attribute >> > // >> >-- >> >2.17.0.windows.1