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=liming.gao@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 AA53120355203 for ; Wed, 8 Nov 2017 00:20:56 -0800 (PST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Nov 2017 00:24:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,363,1505804400"; d="scan'208";a="147331382" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga004.jf.intel.com with ESMTP; 08 Nov 2017 00:24:30 -0800 Received: from fmsmsx157.amr.corp.intel.com (10.18.116.73) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 8 Nov 2017 00:24:29 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX157.amr.corp.intel.com (10.18.116.73) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 8 Nov 2017 00:24:29 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.152]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.93]) with mapi id 14.03.0319.002; Wed, 8 Nov 2017 16:24:27 +0800 From: "Gao, Liming" To: "Ni, Ruiyu" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [PATCH v2 0/2] Add NVDIMM related spec definitions Thread-Index: AQHTWFuGIJhsGfg8ukalZ9YaHVJWWaMKJT8w Date: Wed, 8 Nov 2017 08:24:26 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E179FC5@SHSMSX104.ccr.corp.intel.com> References: <20171108063308.227984-1-ruiyu.ni@intel.com> In-Reply-To: <20171108063308.227984-1-ruiyu.ni@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH v2 0/2] Add NVDIMM related spec definitions X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Nov 2017 08:20:56 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao >-----Original Message----- >From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of >Ruiyu Ni >Sent: Wednesday, November 08, 2017 2:33 PM >To: edk2-devel@lists.01.org >Subject: [edk2] [PATCH v2 0/2] Add NVDIMM related spec definitions > >v2: > 1. Create Btt.h in Include/Guid directory per Liming's comments. > 2. Change the GUID C name to match macro name. > >Ruiyu Ni (2): > MdePkg/Btt.h: Add Block Translation Table definitions > MdePkg/NvdimmLabel.h: Add NVDIMM_LABEL protocol definition > > MdePkg/Include/Guid/Btt.h | 228 ++++++++++++++++++++++ > MdePkg/Include/Protocol/NvdimmLabel.h | 351 >++++++++++++++++++++++++++++++++++ > MdePkg/MdePkg.dec | 9 + > 3 files changed, 588 insertions(+) > create mode 100644 MdePkg/Include/Guid/Btt.h > create mode 100644 MdePkg/Include/Protocol/NvdimmLabel.h > >-- >2.12.2.windows.2 > >_______________________________________________ >edk2-devel mailing list >edk2-devel@lists.01.org >https://lists.01.org/mailman/listinfo/edk2-devel