From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (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 7D50B2095B9D3 for ; Wed, 23 Aug 2017 00:53:16 -0700 (PDT) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Aug 2017 00:55:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,415,1498546800"; d="scan'208";a="143576412" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga006.fm.intel.com with ESMTP; 23 Aug 2017 00:55:49 -0700 Received: from fmsmsx123.amr.corp.intel.com (10.18.125.38) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 23 Aug 2017 00:55:50 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx123.amr.corp.intel.com (10.18.125.38) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 23 Aug 2017 00:55:49 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.183]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.128]) with mapi id 14.03.0319.002; Wed, 23 Aug 2017 15:55:47 +0800 From: "Gao, Liming" To: "Gao, Liming" , "Zeng, Star" , "edk2-devel@lists.01.org" CC: "Ni, Ruiyu" Thread-Topic: [PATCH 0/5] PeiCore: Support pre memory page allocation Thread-Index: AQHTGDtERLnxZEWB3kG2FIcRkOqr0aKRmV7QgAAAlAA= Date: Wed, 23 Aug 2017 07:55:46 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14D774BCC@shsmsx102.ccr.corp.intel.com> References: <1503072038-134760-1-git-send-email-star.zeng@intel.com> <4A89E2EF3DFEDB4C8BFDE51014F606A14D774BA7@shsmsx102.ccr.corp.intel.com> In-Reply-To: <4A89E2EF3DFEDB4C8BFDE51014F606A14D774BA7@shsmsx102.ccr.corp.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 0/5] PeiCore: Support pre memory page allocation 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, 23 Aug 2017 07:53:16 -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 Gao= , >Liming >Sent: Wednesday, August 23, 2017 3:54 PM >To: Zeng, Star ; edk2-devel@lists.01.org >Cc: Ni, Ruiyu >Subject: Re: [edk2] [PATCH 0/5] PeiCore: Support pre memory page allocatio= n > >Reviewed-by: Star Zeng > >>-----Original Message----- >>From: Zeng, Star >>Sent: Saturday, August 19, 2017 12:01 AM >>To: edk2-devel@lists.01.org >>Cc: Zeng, Star ; Gao, Liming ; >Ni, >>Ruiyu >>Subject: [PATCH 0/5] PeiCore: Support pre memory page allocation >> >>Follow PI 1.6 spec to support pre memory page allocation >>and support FreePages. >> >>Cc: Liming Gao >>Cc: Ruiyu Ni >> >>Star Zeng (5): >> MdePkg PiPeiCis.h: Add FreePages definition >> MdePkg PeiServicesLib: Add PeiServicesFreePages >> MdePkg PeiMemoryAllocationLib: Update Free(Aligned)Pages >> MdePkg PeiMemoryAllocationLib: Update InternalAllocateAlignedPages >> MdeModule PeiCore: Support pre memory page allocation >> >> MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c | 27 +- >> MdeModulePkg/Core/Pei/Memory/MemoryServices.c | 559 >>++++++++++++++++++++- >> MdeModulePkg/Core/Pei/PeiMain.h | 89 +++- >> MdeModulePkg/Core/Pei/PeiMain/PeiMain.c | 8 +- >> MdeModulePkg/Core/Pei/Ppi/Ppi.c | 16 +- >> MdePkg/Include/Library/PeiServicesLib.h | 31 +- >> MdePkg/Include/Pi/PiPeiCis.h | 27 + >> .../PeiMemoryAllocationLib/MemoryAllocationLib.c | 188 ++----- >> MdePkg/Library/PeiServicesLib/PeiServicesLib.c | 35 +- >> 9 files changed, 777 insertions(+), 203 deletions(-) >> >>-- >>2.7.0.windows.1 > >_______________________________________________ >edk2-devel mailing list >edk2-devel@lists.01.org >https://lists.01.org/mailman/listinfo/edk2-devel