Reviewed-by: Liming Gao <liming....@intel.com>

>-----Original Message-----
>From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org]
>Sent: Friday, March 03, 2017 11:12 PM
>To: edk2-devel@lists.01.org; Gao, Liming <liming....@intel.com>; Kinney,
>Michael D <michael.d.kin...@intel.com>
>Cc: Zeng, Star <star.z...@intel.com>; Yao, Jiewen <jiewen....@intel.com>;
>Ard Biesheuvel <ard.biesheu...@linaro.org>
>Subject: [PATCH v4 0/4] MdePkg, MdeModulePkg: Enforce page allocation
>granularity
>
>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 defined
>locally but centrally for all modules in all phases.
>
>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
>
> 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(-)
>
>--
>2.7.4

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to