summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core
AgeCommit message (Expand)AuthorFilesLines
2015-03-06MdeModulePkg: improve scalability of memory poolsArd Biesheuvel1-8/+28
2015-03-06MdeModulePkg: use correct granularity when allocating pool pagesArd Biesheuvel1-15/+37
2015-02-02Use SmmMemLib to check communication buffer.Yao, Jiewen4-142/+10
2015-01-27MdeModulePkg: Fixed DxeCore displaying incorrect FV Hob informationHao Wu1-2/+2
2015-01-21MdeModulePkg/DxeMain: Fix wrong sanity check in CoreTerminateMemoryMap()Ard Biesheuvel1-16/+15
2015-01-09MdeModulePkg DxeCore: Enhance memory profile code to handle possible NULL Fil...Star Zeng1-7/+9
2014-12-23MdeModulePkg: fix mixed dos and linux EOL format issueHot Tian3-38/+38
2014-12-17MdeModulePkg DxeCore: Fix potential FV overflow of 4GB boundary on a 32-bit s...Star Zeng1-1/+1
2014-12-15MdeModulePke: PeiCore FirmwareVolmeInfoPpiNotifyCallback ()issueLiming Gao1-6/+6
2014-12-12MdeModulePkg DxeCore: Remove @retval function comments for CoreUpdateMemoryAt...Star Zeng2-12/+0
2014-12-12MdeModulePkg/DxeCore: Fixed compiler error 'enumerated type mixed with anothe...Olivier Martin2-14/+14
2014-12-10MdeModulePke: DxeCore NotifyFwVolBlock() function issueLiming Gao1-1/+1
2014-12-09Checking if gSmmCorePrivate->CommunicationBuffer is in supported physical add...Jeff Fan3-16/+105
2014-11-27MdeModulePkg DxeCore: Check pointer AllocInfoData before dereferencing.Star Zeng1-0/+1
2014-11-27MdeModulePkg: Misc comments and DEBUG messagesSamer El-Haj-Mahmoud1-3/+3
2014-11-20MdePkg/MdeModulePkg: Implement the missing SetMemorySpaceCapabilities function.Eugene Cohen5-48/+241
2014-11-19MdeModulePkg DxeCore: Fix VS2013 build failure.Star Zeng1-0/+2
2014-11-17MdeModulePkg DxeCore/PiSmmCore/MemoryProfileInfo: Fix EBC and VS2013 build fa...Star Zeng2-0/+4
2014-11-14MdeModulePkg/Core/PiSmmCore/PiSmmCore.c: Fix compiler warning about variable ...Garrett Kirkendall1-1/+1
2014-11-12MdeModulePkg DxeCore/PiSmmCore: Add UEFI memory and SMRAM profile support.Star Zeng17-104/+4082
2014-10-29MdeModulePkg/IntelFrameworkModulePkg FwVol:Star Zeng3-39/+20
2014-10-14MdeModulePkg PeiCore: Update the code of PeiAllocatePages() to correctly cons...Star Zeng1-6/+10
2014-10-09MdeModulePkg DxeCore: Add FVH signature check before VerifyFvHeaderChecksum i...Star Zeng1-0/+8
2014-09-09MdeModulePkg: Fix XCODE Link Issue in DxeCoreGao, Liming1-1/+1
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming6-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star12-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star6-132/+215
2014-08-28MdeModulePkg DxeCore: Handle FFS file with FFS_ATTRIB_CHECKSUM set for not ca...Star Zeng1-10/+45
2014-08-27MdeModulePkg DxeCore: Don't cache memory mapped IO FV.Star Zeng5-83/+140
2014-08-20MdeModulePkg PeiCore: Add NULL pointer check.Star Zeng1-0/+8
2014-08-18Update PeiCore to follow PI spec to retrieve GUIDED section data when Extract...Gao, Liming2-5/+30
2014-08-14MdeModulePkg/IntelFrameworkModulePkg: Update PeiCore, SmbiosDxe and IsaSerial...Zeng, Star6-42/+104
2014-08-12MdeModulePkg PeiCore: The DEBUG message (for HeapOffset and StackOffset) shou...Star Zeng1-3/+5
2014-08-11MdeModulePkg: DxeCoreGao, Liming1-0/+4
2014-08-071) Add type cast for better coding style.Feng Tian5-9/+9
2014-07-28Update code to support VS2013 tool chain.Eric Dong6-5/+18
2014-07-09The UEFI specification does not say anything when the pointers passed toOlivier Martin1-2/+12
2014-06-27MdeModulePkg/PiSmmCore: Initialize missing LoadedImage protocol fields for SM...Tapan Shah1-1/+3
2014-06-26Refine code to make it more safely.Eric Dong2-3/+4
2014-06-25MdeModulePkg/DxeMain: Zero ImageContext local variable before passing it down...Andrew Fish1-1/+2
2014-05-13Fix comment typos. Gao, Liming1-1/+1
2014-04-15MdeModulePkg/SecurityPkg: Update TreePei to handle FvInfo2 and update FwVol o...Star Zeng1-2/+17
2014-04-01Check the parameter before use it.Eric Dong1-1/+2
2014-02-13Fixed the issue in ExitBootServices() implementation to avoid the potential b...Gao, Liming1-9/+9
2014-01-17DxeCore is designed to trust input data, so add comments to reminder caller t...jyao11-1/+10
2014-01-151. Add new API MigratePeiServicesTablePointer() in PeiServicesTablePointerLib...Gao, Liming1-0/+5
2014-01-09Clarify PcdPeiCoreMaxPeimPerFv description that means the maximum supported f...Gao, Liming1-3/+3
2014-01-02Update the heap migration logic to avoid memory overflow. Liming Gao1-1/+4
2014-01-02Correct the RemainingPages calculation in PEI AllocatePages service.Liming Gao1-2/+2
2013-12-17Fix two issues in PeiCore. Liming Gao1-6/+10