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.24; helo=mga09.intel.com; envelope-from=ruiyu.ni@intel.com; receiver=edk2-devel@lists.01.org Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (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 1124B21C913CD for ; Wed, 1 Nov 2017 02:43:09 -0700 (PDT) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Nov 2017 02:47:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,327,1505804400"; d="scan'208";a="330481094" Received: from ray-dev.ccr.corp.intel.com ([10.239.9.7]) by fmsmga004.fm.intel.com with ESMTP; 01 Nov 2017 02:47:00 -0700 From: Ruiyu Ni To: edk2-devel@lists.01.org Date: Wed, 1 Nov 2017 17:46:57 +0800 Message-Id: <20171101094659.36992-1-ruiyu.ni@intel.com> X-Mailer: git-send-email 2.12.2.windows.2 Subject: [PATCH 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, 01 Nov 2017 09:43:10 -0000 Ruiyu Ni (2): MdePkg/Btt.h: Add Block Translation Table definitions MdePkg/NvdimmLabel.h: Add NVDIMM_LABEL protocol definition MdePkg/Include/IndustryStandard/Btt.h | 230 ++++++++++++++++++++++ MdePkg/Include/Protocol/NvdimmLabel.h | 351 ++++++++++++++++++++++++++++++++++ MdePkg/MdePkg.dec | 10 + 3 files changed, 591 insertions(+) create mode 100644 MdePkg/Include/IndustryStandard/Btt.h create mode 100644 MdePkg/Include/Protocol/NvdimmLabel.h -- 2.12.2.windows.2