public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/5] PeiCore: Support pre memory page allocation
@ 2017-08-18 16:00 Star Zeng
  2017-08-18 16:00 ` [PATCH 1/5] MdePkg PiPeiCis.h: Add FreePages definition Star Zeng
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Star Zeng @ 2017-08-18 16:00 UTC (permalink / raw)
  To: edk2-devel; +Cc: Star Zeng, Liming Gao, Ruiyu Ni

Follow PI 1.6 spec to support pre memory page allocation
and support FreePages.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Ruiyu Ni <Ruiyu.Ni@intel.com>

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



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-08-23  7:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-18 16:00 [PATCH 0/5] PeiCore: Support pre memory page allocation Star Zeng
2017-08-18 16:00 ` [PATCH 1/5] MdePkg PiPeiCis.h: Add FreePages definition Star Zeng
2017-08-18 16:00 ` [PATCH 2/5] MdePkg PeiServicesLib: Add PeiServicesFreePages Star Zeng
2017-08-18 16:00 ` [PATCH 3/5] MdePkg PeiMemoryAllocationLib: Update Free(Aligned)Pages Star Zeng
2017-08-18 16:00 ` [PATCH 4/5] MdePkg PeiMemoryAllocationLib: Update InternalAllocateAlignedPages Star Zeng
2017-08-18 16:00 ` [PATCH 5/5] MdeModule PeiCore: Support pre memory page allocation Star Zeng
2017-08-23  7:53 ` [PATCH 0/5] " Gao, Liming
2017-08-23  7:55   ` Gao, Liming

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox