From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (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 3808221D492C1 for ; Tue, 19 Sep 2017 20:59:37 -0700 (PDT) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Sep 2017 21:02:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,420,1500966000"; d="scan'208";a="1221252611" Received: from lgao4-mobl1.ccr.corp.intel.com ([10.255.27.1]) by fmsmga002.fm.intel.com with ESMTP; 19 Sep 2017 21:02:41 -0700 From: Liming Gao To: edk2-devel@lists.01.org Date: Wed, 20 Sep 2017 12:02:35 +0800 Message-Id: <20170920040237.13832-1-liming.gao@intel.com> X-Mailer: git-send-email 2.11.0.windows.1 Subject: [Patch 0/2] Correct PI EfiGcdMemoryTypePersistent definition 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, 20 Sep 2017 03:59:37 -0000 Liming Gao (2): MdePkg: Correct EfiGcdMemoryTypePersistent name to follow PI spec MdeModulePkg: Update DxeCore to consume PI EfiGcdMemoryTypePersistent MdeModulePkg/Core/Dxe/Gcd/Gcd.c | 4 ++-- MdeModulePkg/Core/Dxe/Mem/Page.c | 4 ++-- MdePkg/Include/Pi/PiDxeCis.h | 6 +++++- 3 files changed, 9 insertions(+), 5 deletions(-) -- 2.11.0.windows.1