summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Refine code to make it more readable.Qiu Shumin2015-07-031-1/+1
* MdeModulePkg: Merge GCD range before convert it to EFI memoryLiming Gao2015-07-021-17/+61
* MdeModulePkg: enforce arch-specific alignment for split regionsArd Biesheuvel2015-07-021-3/+4
* MdeModulePkg: move arch-specific allocation granularity defines to DxeMain.hArd Biesheuvel2015-07-022-25/+25
* MdeModulePkg: rename PropertiesTableEnable to PcdPropertiesTableEnableArd Biesheuvel2015-07-022-2/+2
* MdeModulePkg: make internal functions STATIC in Core/Dxe/Misc/PropertiesTable.cArd Biesheuvel2015-07-021-0/+21
* MdeModulePkg: remove unused functions from Core/Dxe/Misc/PropertiesTable.cArd Biesheuvel2015-07-021-82/+0
* MdeModulePkg: Update DxeCore to handle LoadFile DevicePathLiming Gao2015-07-021-20/+41
* 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