summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core
AgeCommit message (Expand)AuthorFilesLines
2015-08-04MdeModulePkg DxeCore: Move ProcessLibraryConstructorList()Star Zeng1-7/+7
2015-08-03MdeModulePkg PeiCore: Add PCD to specify PEIM ShadowLiming Gao4-9/+52
2015-07-28MdeModulePkg PiSmmIpl: Use AllocateZeroPool() for FullSmramRangesStar Zeng1-2/+2
2015-07-26MdeModulePkg PiSmmCore: Remove a hidden assumption of SMRAM reservationStar Zeng3-79/+442
2015-07-16MdeModulePkg DxeIpl: Skip install MemoryInfoHob if this hob existsLiming Gao1-25/+30
2015-07-03MdeModulePkg: Refine code to make it more readable.Qiu Shumin1-1/+1
2015-07-02MdeModulePkg: Merge GCD range before convert it to EFI memoryLiming Gao1-17/+61
2015-07-02MdeModulePkg: enforce arch-specific alignment for split regionsArd Biesheuvel1-3/+4
2015-07-02MdeModulePkg: move arch-specific allocation granularity defines to DxeMain.hArd Biesheuvel2-25/+25
2015-07-02MdeModulePkg: rename PropertiesTableEnable to PcdPropertiesTableEnableArd Biesheuvel2-2/+2
2015-07-02MdeModulePkg: make internal functions STATIC in Core/Dxe/Misc/PropertiesTable.cArd Biesheuvel1-0/+21
2015-07-02MdeModulePkg: remove unused functions from Core/Dxe/Misc/PropertiesTable.cArd Biesheuvel1-82/+0
2015-07-02MdeModulePkg: Update DxeCore to handle LoadFile DevicePathLiming Gao1-20/+41
2015-06-25MdeModulePkg: Update PeiCore to handle specific child FVLiming Gao1-2/+20
2015-06-25MdeModulePkg: Add Memory Capabilities for MMIO and Reserved RangeLiming Gao1-2/+6
2015-06-18MdeModulePkg PiSmmCore: Unregister end of dxe notification in SmmReadyToLock.Star Zeng2-2/+2
2015-06-18MdeModulePkg PiSmmCore: Introduce SMM Exit Boot Services and Legacy Boot.Star Zeng5-10/+183
2015-06-10Fix logic error on SectionAlignment calculation.Yao, Jiewen1-4/+9
2015-06-09MdeModulePkg PiSmmCore: Free FullSmramRanges at error condition.Star Zeng4-58/+59
2015-06-09MdeModulePkg DxeCore: Call UnregisterMemoryProfileImage correctly.Star Zeng1-2/+5
2015-06-09MdeModulePkg: Refine the comments format for PropertiesTable.Qiu Shumin1-2/+3
2015-06-08MdeModulePkg: Fix bug of AllocatePages for large alignmentHeyi Guo1-0/+5
2015-06-06PiSmmCore dispatcher should not use one Index for three loops.Zachary Bobroff1-7/+9
2015-06-05Fix GCC build error.Yao, Jiewen1-6/+0
2015-06-05Add UEFI 2.5 properties table support in DXE core.Yao, Jiewen5-0/+1455
2015-06-01MdeModulePkg DxeCore: Add debug message to assist TPL related issues.Star Zeng1-3/+9
2015-05-29MdeModulePkg/DxeCore: Fixed build error.Star Zeng1-4/+4
2015-05-19MdeModulePkg: Update the short name for persistent memory type.Liming Gao1-1/+1
2015-05-18MdeModulePkg: Update memory profile for OEM reserved memory type.Star Zeng1-4/+11
2015-05-18MdeModulePkg PiSmmCore: Care runtime code/data only for SMRAM profile.Star Zeng1-36/+46
2015-05-18MdeModulePkg DxeCore: Add OEM reserved memory type support.Star Zeng3-7/+23
2015-05-12MdeModulePkg: SmmIplEntry(): don't suppress SMM core startup failureLaszlo Ersek1-6/+7
2015-05-11MdeModulePkg DxeCore: Add memory more reliable support.Star Zeng2-32/+54
2015-05-11MdeModulePkg DxeCore: Add read only memory support.Star Zeng1-0/+4
2015-05-11MdeModulePkg: Update implementation of PeiAllocatePages() to allow EfiReserve...Star Zeng1-2/+3
2015-05-11MdeModulePkg: Add Reset2 ppi support in PEI CORE.Star Zeng4-3/+78
2015-05-07MdeModulePkg/SmmCore: SMM register protocol notify function clarifyJeff Fan1-3/+3
2015-04-29MdeModulePkg: PI1.4 DxeCore GetMemoryMap() updateLiming Gao1-38/+32
2015-04-29MdeModulePkg: Add support for UEFI2.5 and PI1.4 PersistentMemory featureLiming Gao4-9/+43
2015-04-10MdeModulePkg: Roll back report status code change in RuntimeDriverSetVirtualA...Elvin Li1-4/+5
2015-04-09MdeModulePkg: Put report status code at the end of RuntimeDriverSetVirtualAdd...Elvin Li1-5/+4
2015-04-07MdeModulePkg: Put report status code after event was signaled per PI spec.Elvin Li1-6/+6
2015-04-01MdeModulePkg: add error handling when DXE IPL PPI is not found.Elvin Li1-1/+12
2015-03-31MdeModulePkg: Remove unused internal structure in PeiCoreLiming Gao1-12/+4
2015-03-13MdeModulePkg: Fix typo.Shumin Qiu1-4/+4
2015-03-10MdeModulePkg: Add function comment for 'GetPoolIndexFromSize'.Shumin Qiu1-0/+8
2015-03-06MdeModulePkg: use 64 KB granularity for runtime allocations on AArch64Ard Biesheuvel1-0/+9
2015-03-06MdeModulePkg: serve allocations from higher-up bins if current bin is emptyArd Biesheuvel1-7/+22
2015-03-06MdeModulePkg: carve pool pages into the largest chunks possibleArd Biesheuvel1-3/+9
2015-03-06MdeModulePkg: use index to traverse free pool pagesArd Biesheuvel1-21/+9