summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core
Commit message (Expand)AuthorAgeFilesLines
* Move CommunicationBuffer from stack to global variable.Yao, Jiewen2015-11-251-13/+13
* Install LoadedImage protocol for PiSmmCore.Yao, Jiewen2015-11-253-2/+82
* Uninstall LoadedImage protocol if SMM driver returns error and is unloaded.Yao, Jiewen2015-11-251-0/+14
* Check InternalAllocPoolByIndex status before refer buffer.Zeng, Star2015-11-251-2/+5
* MdeModulePkg PeiCore: PeiInstallPeiMemory improper ASSERT test on second callStar Zeng2015-11-181-1/+1
* MdeModulePkg PeiCore: PEI dispatcher need retry to process NOT_DISPATCHED FVStar Zeng2015-11-131-4/+11
* MdeModulePkg PeiCore: Fix issue AuthenticationStatus is not propagated correctlyEugene Cohen2015-11-101-7/+10
* MdeModulePkg: PiSmmCore: Remove confusing CopyMem() of SMM_ENTRY_CONTEXTMichael Kinney2015-11-031-2/+6
* MdeModulePkg/DxeIplPeim: implement non-exec stack for ARM/AARCH64Ard Biesheuvel2015-10-082-0/+15
* MdeModulePkg: Remove event from protocol database only if registeredSamer El-Haj-Mahmoud2015-09-213-6/+19
* MdeModulePkg/Core/Dxe/Gcd: remove set but not used variablesLaszlo Ersek2015-09-211-6/+0
* MdeModulePkg DxeCore: Take the range in resource HOB for PHIT as higher priorityStar Zeng2015-09-181-68/+95
* MdeModulePkg DxeCore: Relocate HOB List after other tested memory resources a...Star Zeng2015-09-171-12/+53
* MdeModulePkg PiSmmCore: Prevent overlap for gSmmCorePrivate and CommBufferStar Zeng2015-08-261-2/+42
* MdeModulePkg PeiCore: Recheck SwitchStackSignal after ProcessNotifyList()Star Zeng2015-08-251-263/+293
* MdeModulePkg DxeIpl: Fix IA32 build failure with GCC 5.1.1Star Zeng2015-08-071-0/+1
* MdeModulePkg DxeIpl: Add stack NX supportStar Zeng2015-08-055-37/+382
* MdeModulePkg DxeCore: Move ProcessLibraryConstructorList()Star Zeng2015-08-041-7/+7
* MdeModulePkg PeiCore: Add PCD to specify PEIM ShadowLiming Gao2015-08-034-9/+52
* MdeModulePkg PiSmmIpl: Use AllocateZeroPool() for FullSmramRangesStar Zeng2015-07-281-2/+2
* MdeModulePkg PiSmmCore: Remove a hidden assumption of SMRAM reservationStar Zeng2015-07-263-79/+442
* MdeModulePkg DxeIpl: Skip install MemoryInfoHob if this hob existsLiming Gao2015-07-161-25/+30
* 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