public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Star Zeng <star.zeng@intel.com>
To: edk2-devel@lists.01.org
Cc: Star Zeng <star.zeng@intel.com>,
	Liming Gao <liming.gao@intel.com>, Ruiyu Ni <Ruiyu.Ni@intel.com>
Subject: [PATCH 0/5] PeiCore: Support pre memory page allocation
Date: Sat, 19 Aug 2017 00:00:33 +0800	[thread overview]
Message-ID: <1503072038-134760-1-git-send-email-star.zeng@intel.com> (raw)

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



             reply	other threads:[~2017-08-18 15:58 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-18 16:00 Star Zeng [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1503072038-134760-1-git-send-email-star.zeng@intel.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox