summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Update PeiCore to handle specific child FVLiming Gao2015-06-251-2/+20
* MdeModulePkg: Add Memory Capabilities for MMIO and Reserved RangeLiming Gao2015-06-251-2/+6
* MdeModulePkg PiSmmCore: Unregister end of dxe notification in SmmReadyToLock.Star Zeng2015-06-182-2/+2
* MdeModulePkg PiSmmCore: Introduce SMM Exit Boot Services and Legacy Boot.Star Zeng2015-06-185-10/+183
* Fix logic error on SectionAlignment calculation.Yao, Jiewen2015-06-101-4/+9
* MdeModulePkg PiSmmCore: Free FullSmramRanges at error condition.Star Zeng2015-06-094-58/+59
* MdeModulePkg DxeCore: Call UnregisterMemoryProfileImage correctly.Star Zeng2015-06-091-2/+5
* MdeModulePkg: Refine the comments format for PropertiesTable.Qiu Shumin2015-06-091-2/+3
* MdeModulePkg: Fix bug of AllocatePages for large alignmentHeyi Guo2015-06-081-0/+5
* PiSmmCore dispatcher should not use one Index for three loops.Zachary Bobroff2015-06-061-7/+9
* Fix GCC build error.Yao, Jiewen2015-06-051-6/+0
* Add UEFI 2.5 properties table support in DXE core.Yao, Jiewen2015-06-055-0/+1455
* MdeModulePkg DxeCore: Add debug message to assist TPL related issues.Star Zeng2015-06-011-3/+9
* MdeModulePkg/DxeCore: Fixed build error.Star Zeng2015-05-291-4/+4
* MdeModulePkg: Update the short name for persistent memory type.Liming Gao2015-05-191-1/+1
* MdeModulePkg: Update memory profile for OEM reserved memory type.Star Zeng2015-05-181-4/+11
* MdeModulePkg PiSmmCore: Care runtime code/data only for SMRAM profile.Star Zeng2015-05-181-36/+46
* MdeModulePkg DxeCore: Add OEM reserved memory type support.Star Zeng2015-05-183-7/+23
* MdeModulePkg: SmmIplEntry(): don't suppress SMM core startup failureLaszlo Ersek2015-05-121-6/+7
* MdeModulePkg DxeCore: Add memory more reliable support.Star Zeng2015-05-112-32/+54
* MdeModulePkg DxeCore: Add read only memory support.Star Zeng2015-05-111-0/+4
* MdeModulePkg: Update implementation of PeiAllocatePages() to allow EfiReserve...Star Zeng2015-05-111-2/+3
* MdeModulePkg: Add Reset2 ppi support in PEI CORE.Star Zeng2015-05-114-3/+78
* MdeModulePkg/SmmCore: SMM register protocol notify function clarifyJeff Fan2015-05-071-3/+3
* MdeModulePkg: PI1.4 DxeCore GetMemoryMap() updateLiming Gao2015-04-291-38/+32
* MdeModulePkg: Add support for UEFI2.5 and PI1.4 PersistentMemory featureLiming Gao2015-04-294-9/+43
* MdeModulePkg: Roll back report status code change in RuntimeDriverSetVirtualA...Elvin Li2015-04-101-4/+5
* MdeModulePkg: Put report status code at the end of RuntimeDriverSetVirtualAdd...Elvin Li2015-04-091-5/+4
* MdeModulePkg: Put report status code after event was signaled per PI spec.Elvin Li2015-04-071-6/+6
* MdeModulePkg: add error handling when DXE IPL PPI is not found.Elvin Li2015-04-011-1/+12
* MdeModulePkg: Remove unused internal structure in PeiCoreLiming Gao2015-03-311-12/+4
* MdeModulePkg: Fix typo.Shumin Qiu2015-03-131-4/+4
* MdeModulePkg: Add function comment for 'GetPoolIndexFromSize'.Shumin Qiu2015-03-101-0/+8
* MdeModulePkg: use 64 KB granularity for runtime allocations on AArch64Ard Biesheuvel2015-03-061-0/+9
* MdeModulePkg: serve allocations from higher-up bins if current bin is emptyArd Biesheuvel2015-03-061-7/+22
* MdeModulePkg: carve pool pages into the largest chunks possibleArd Biesheuvel2015-03-061-3/+9
* MdeModulePkg: use index to traverse free pool pagesArd Biesheuvel2015-03-061-21/+9
* MdeModulePkg: improve scalability of memory poolsArd Biesheuvel2015-03-061-8/+28
* MdeModulePkg: use correct granularity when allocating pool pagesArd Biesheuvel2015-03-061-15/+37
* Use SmmMemLib to check communication buffer.Yao, Jiewen2015-02-024-142/+10
* MdeModulePkg: Fixed DxeCore displaying incorrect FV Hob informationHao Wu2015-01-271-2/+2
* MdeModulePkg/DxeMain: Fix wrong sanity check in CoreTerminateMemoryMap()Ard Biesheuvel2015-01-211-16/+15
* MdeModulePkg DxeCore: Enhance memory profile code to handle possible NULL Fil...Star Zeng2015-01-091-7/+9
* MdeModulePkg: fix mixed dos and linux EOL format issueHot Tian2014-12-233-38/+38
* MdeModulePkg DxeCore: Fix potential FV overflow of 4GB boundary on a 32-bit s...Star Zeng2014-12-171-1/+1
* MdeModulePke: PeiCore FirmwareVolmeInfoPpiNotifyCallback ()issueLiming Gao2014-12-151-6/+6
* MdeModulePkg DxeCore: Remove @retval function comments for CoreUpdateMemoryAt...Star Zeng2014-12-122-12/+0
* MdeModulePkg/DxeCore: Fixed compiler error 'enumerated type mixed with anothe...Olivier Martin2014-12-122-14/+14
* MdeModulePke: DxeCore NotifyFwVolBlock() function issueLiming Gao2014-12-101-1/+1
* Checking if gSmmCorePrivate->CommunicationBuffer is in supported physical add...Jeff Fan2014-12-093-16/+105