[edk2] [PATCH 0/5] PeiCore: Support pre memory page allocation

Star Zeng posted 5 patches 6 years, 8 months ago
Failed in applying to current master (apply log)
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(-)
[edk2] [PATCH 0/5] PeiCore: Support pre memory page allocation
Posted by Star Zeng 6 years, 8 months ago
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

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH 0/5] PeiCore: Support pre memory page allocation
Posted by Gao, Liming 6 years, 7 months ago
Reviewed-by: Star Zeng <star.zeng@intel.com>

>-----Original Message-----
>From: Zeng, Star
>Sent: Saturday, August 19, 2017 12:01 AM
>To: edk2-devel@lists.01.org
>Cc: Zeng, Star <star.zeng@intel.com>; Gao, Liming <liming.gao@intel.com>; Ni,
>Ruiyu <ruiyu.ni@intel.com>
>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 <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

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH 0/5] PeiCore: Support pre memory page allocation
Posted by Gao, Liming 6 years, 7 months ago
Reviewed-by: Liming Gao <liming.gao@intel.com>

>-----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 <star.zeng@intel.com>; edk2-devel@lists.01.org
>Cc: Ni, Ruiyu <ruiyu.ni@intel.com>
>Subject: Re: [edk2] [PATCH 0/5] PeiCore: Support pre memory page allocation
>
>Reviewed-by: Star Zeng <star.zeng@intel.com>
>
>>-----Original Message-----
>>From: Zeng, Star
>>Sent: Saturday, August 19, 2017 12:01 AM
>>To: edk2-devel@lists.01.org
>>Cc: Zeng, Star <star.zeng@intel.com>; Gao, Liming <liming.gao@intel.com>;
>Ni,
>>Ruiyu <ruiyu.ni@intel.com>
>>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 <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
>
>_______________________________________________
>edk2-devel mailing list
>edk2-devel@lists.01.org
>https://lists.01.org/mailman/listinfo/edk2-devel
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel