summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Pei/Memory
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/PeiCore: Enable T-RAM evacuation in PeiCore (CVE-2019-11098)Michael Kubacki2020-07-281-0/+82
* MdeModulePkg PeiCore: Improve comment semanticsMichael Kubacki2019-12-111-3/+3
* MdeModulePkg PeiCore: Fix typosMichael Kubacki2019-12-111-8/+8
* MdeModulePkg/PeiMain: PeiAllocatePool: output NULL if HOB creation failsBret Barkelew2019-06-241-1/+6
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-22/+22
* MdeModule PeiCore: Support pre memory page allocationStar Zeng2017-09-041-26/+533
* MdeModulePkg/PeiCore: honour minimal runtime allocation granularityArd Biesheuvel2017-03-061-2/+37
* MdeModulePkg/Core: Fix typos in commentsGary Lin2016-10-271-1/+1
* MdeModulePkg PeiCore: PeiInstallPeiMemory improper ASSERT test on second callStar Zeng2015-11-181-1/+1
* MdeModulePkg: Update implementation of PeiAllocatePages() to allow EfiReserve...Star Zeng2015-05-111-2/+3
* MdeModulePkg PeiCore: Update the code of PeiAllocatePages() to correctly cons...Star Zeng2014-10-141-6/+10
* Correct the RemainingPages calculation in PEI AllocatePages service.Liming Gao2014-01-021-2/+2
* Update HobLib and Hob Service to avoid data over flow. lgao42012-07-171-3/+3
* Add assertion in PeiAllocatePool when out of resource.niruiyu2011-06-091-1/+2
* Update the copyright notice formathhtian2010-04-241-2/+2
* Add parameter checking for PEI service AllocatePages(), according to PI1.2 er...xli242010-02-261-12/+23
* Coding style fix and minor improvements.rsun32010-02-111-2/+2
* Remove ASSERT() to make AllocatePool() service match PI spec.klu22010-01-261-2/+5
* updated to use the term “temporary memory” but not CAReric_tian2009-04-081-2/+2
* PeiInstallPeiMemory should only be called one time.klu22009-03-121-0/+11
* Add comments and refine code to avoid addition overflow.qhuang82009-03-111-1/+5
* Fix a bug that Pages*EFI_PAGES_SIZE might be a negative number.qhuang82009-03-101-5/+5
* Use #include "XXX.h" for module internal header files.qhuang82008-10-311-1/+1
* Correct two minor commentslgao42008-10-141-1/+1
* Clean up BottomOfCarHeap, TopOfCarHeap, SizeOfTemporaryMemory, SizeOfCacheAsR...klu22008-09-031-16/+3
* Re-integrate patch in r5626~r5628:Enhance PeiCore dispatcher and fix a bug in...qhuang82008-08-181-35/+35
* Temporarily rollback the change from 5625 though 5628 for more investigation.qhuang82008-08-121-35/+35
* Correct more comments for PeiCore.klu22008-08-111-35/+35
* Synchronize the comments for PeiService.klu22008-08-081-10/+10
* Code scrub for PeiCore module.klu22008-07-231-2/+4
* Fix function comment to follows doxygen format.klu22008-07-161-90/+56
* Modify all file header to follow doxygen formatklu22008-03-191-2/+2
* Fix GCC building issue.klu22008-03-101-6/+0
* Merge Temporary Ram support patch.klu22008-02-291-84/+50
* Fix bug in latest check-in of "Make sure the base address of stack base and b...klu22008-02-031-4/+11
* Roll back the updating of 4646 as it will cause the Richford SoftSDV boot fai...zliu32008-01-311-11/+4
* Make sure the base address of stack base and base address of hob start is in ...klu22008-01-311-4/+11
* 1) If PeiLoadImage fails, the section extraction PPI or Decompress PPI may no...qwang122007-11-081-3/+12
* The BaseAddress and Length should be align PAGE according to PI specification...klu22007-10-181-1/+1
* Merge branch of PI tree to main trunkklu22007-09-241-16/+5
* PI Enable: klu22007-09-121-14/+10
* Merge the PI enabling works from the branchqwang122007-09-041-3/+3
* Removed CommonHeader.h from MdePkg & MdeModulePkgAJFISH2007-07-101-5/+0
* Add PeiCore module for enabling NT32Pkg, please attention this PeiCore does f...klu22007-07-041-0/+326