]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Core/Pei/Memory/MemoryServices.c
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Core / Pei / Memory / MemoryServices.c
2021-12-07 Michael KubackiMdeModulePkg: Apply uncrustify changes
2021-12-07 Michael D KinneyMdeModulePkg: Change use of EFI_D_* to DEBUG_*
2020-07-28 Michael KubackiMdeModulePkg/PeiCore: Enable T-RAM evacuation in PeiCor...
2019-12-11 Michael KubackiMdeModulePkg PeiCore: Improve comment semantics
2019-12-11 Michael KubackiMdeModulePkg PeiCore: Fix typos
2019-06-24 Bret BarkelewMdeModulePkg/PeiMain: PeiAllocatePool: output NULL...
2019-04-09 Michael D KinneyMdeModulePkg: Replace BSD License with BSD+Patent License
2018-06-28 Liming GaoMdeModulePkg: Clean up source files
2017-09-04 Star ZengMdeModule PeiCore: Support pre memory page allocation
2017-03-06 Ard BiesheuvelMdeModulePkg/PeiCore: honour minimal runtime allocation...
2016-10-27 Gary LinMdeModulePkg/Core: Fix typos in comments
2015-11-18 Star ZengMdeModulePkg PeiCore: PeiInstallPeiMemory improper...
2015-05-11 Star ZengMdeModulePkg: Update implementation of PeiAllocatePages...
2014-10-14 Star ZengMdeModulePkg PeiCore: Update the code of PeiAllocatePag...
2014-01-02 Liming GaoCorrect the RemainingPages calculation in PEI AllocateP...
2012-07-17 lgao4Update HobLib and Hob Service to avoid data over flow.
2011-06-09 niruiyuAdd assertion in PeiAllocatePool when out of resource.
2010-04-24 hhtianUpdate the copyright notice format
2010-02-26 xli24Add parameter checking for PEI service AllocatePages...
2010-02-11 rsun3Coding style fix and minor improvements.
2010-01-26 klu2Remove ASSERT() to make AllocatePool() service match...
2009-04-08 eric_tianupdated to use the term “temporary memory” but not CAR
2009-03-12 klu2PeiInstallPeiMemory should only be called one time.
2009-03-11 qhuang8Add comments and refine code to avoid addition overflow.
2009-03-10 qhuang8Fix a bug that Pages*EFI_PAGES_SIZE might be a negative...
2008-10-31 qhuang8Use #include "XXX.h" for module internal header files.
2008-10-14 lgao4Correct two minor comments
2008-09-03 klu2Clean up BottomOfCarHeap, TopOfCarHeap, SizeOfTemporary...
2008-08-18 qhuang8Re-integrate patch in r5626~r5628:Enhance PeiCore dispa...
2008-08-12 qhuang8Temporarily rollback the change from 5625 though 5628...
2008-08-11 klu2Correct more comments for PeiCore.
2008-08-08 klu2Synchronize the comments for PeiService.
2008-07-23 klu2Code scrub for PeiCore module.
2008-07-16 klu2Fix function comment to follows doxygen format.
2008-03-19 klu2Modify all file header to follow doxygen format
2008-03-10 klu2Fix GCC building issue.
2008-02-29 klu2Merge Temporary Ram support patch.
2008-02-03 klu2Fix bug in latest check-in of "Make sure the base addre...
2008-01-31 zliu3Roll back the updating of 4646 as it will cause the...
2008-01-31 klu2Make sure the base address of stack base and base addre...
2007-11-08 qwang121) If PeiLoadImage fails, the section extraction PPI...
2007-10-18 klu2The BaseAddress and Length should be align PAGE accordi...
2007-09-24 klu2Merge branch of PI tree to main trunk
2007-09-12 klu2PI Enable:
2007-09-04 qwang12Merge the PI enabling works from the branch
2007-07-10 AJFISHRemoved CommonHeader.h from MdePkg & MdeModulePkg
2007-07-04 klu2Add PeiCore module for enabling NT32Pkg, please attenti...