From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (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 98C2881FBB for ; Fri, 3 Mar 2017 07:31:52 -0800 (PST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Mar 2017 07:31:51 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,237,1484035200"; d="scan'208";a="1104433759" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga001.jf.intel.com with ESMTP; 03 Mar 2017 07:31:51 -0800 Received: from fmsmsx113.amr.corp.intel.com (10.18.116.7) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 3 Mar 2017 07:31:50 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX113.amr.corp.intel.com (10.18.116.7) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 3 Mar 2017 07:31:50 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.88]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.132]) with mapi id 14.03.0248.002; Fri, 3 Mar 2017 23:31:48 +0800 From: "Yao, Jiewen" To: Ard Biesheuvel , "edk2-devel@lists.01.org" , "Gao, Liming" , "Kinney, Michael D" CC: "Zeng, Star" Thread-Topic: [PATCH v4 0/4] MdePkg, MdeModulePkg: Enforce page allocation granularity Thread-Index: AQHSlDCC+WynzibR0UG9JD4k86kbS6GDPhbA Date: Fri, 3 Mar 2017 15:31:48 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C503A8F915E@shsmsx102.ccr.corp.intel.com> References: <1488553894-3520-1-git-send-email-ard.biesheuvel@linaro.org> In-Reply-To: <1488553894-3520-1-git-send-email-ard.biesheuvel@linaro.org> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH v4 0/4] MdePkg, MdeModulePkg: Enforce page allocation granularity X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2017 15:31:52 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Thank you. All reviewed-by: Jiewen.yao@intel.com > -----Original Message----- > From: Ard Biesheuvel [mailto:ard.biesheuvel@linaro.org] > Sent: Friday, March 3, 2017 11:12 PM > To: edk2-devel@lists.01.org; Gao, Liming ; Kinney, > Michael D > Cc: Zeng, Star ; Yao, Jiewen ;= Ard > Biesheuvel > Subject: [PATCH v4 0/4] MdePkg, MdeModulePkg: Enforce page allocation > granularity >=20 > This is now a 4-piece series, so that the allocation granularity used by > PEI core, which is defined per-architecture in the UEFI spec, is not defi= ned > locally but centrally for all modules in all phases. >=20 > Ard Biesheuvel (4): > MdePkg/ProcessorBind: add defines for page allocation granularity > MdeModulePkg/DxeCore: switch to MdePkg allocation granularity macros > MdeModulePkg/PiSmmCore: switch to MdePkg allocation granularity macros > MdeModulePkg/PeiCore: honour minimal runtime allocation granularity >=20 > MdeModulePkg/Core/Dxe/DxeMain.h | 25 ------------- > MdeModulePkg/Core/Dxe/Mem/Page.c | 22 +++++------ > MdeModulePkg/Core/Dxe/Mem/Pool.c | 8 ++-- > MdeModulePkg/Core/Dxe/Misc/MemoryAttributesTable.c | 2 +- > MdeModulePkg/Core/Dxe/Misc/MemoryProtection.c | 4 +- > MdeModulePkg/Core/Dxe/Misc/PropertiesTable.c | 8 ++-- > MdeModulePkg/Core/Pei/Memory/MemoryServices.c | 39 > +++++++++++++++++++- > MdeModulePkg/Core/PiSmmCore/MemoryAttributesTable.c | 6 +-- > MdeModulePkg/Core/PiSmmCore/Page.c | 4 +- > MdeModulePkg/Core/PiSmmCore/PiSmmCore.h | 6 --- > MdePkg/Include/AArch64/ProcessorBind.h | 6 +++ > MdePkg/Include/Arm/ProcessorBind.h | 6 +++ > MdePkg/Include/Ebc/ProcessorBind.h | 6 +++ > MdePkg/Include/Ia32/ProcessorBind.h | 6 +++ > MdePkg/Include/Ipf/ProcessorBind.h | 6 +++ > MdePkg/Include/X64/ProcessorBind.h | 6 +++ > 16 files changed, 100 insertions(+), 60 deletions(-) >=20 > -- > 2.7.4