summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core
AgeCommit message (Expand)AuthorFilesLines
2015-12-18MdeModulePkg: PeiCore fix Xcode -Wempty-body warningAndrew Fish1-9/+9
2015-12-17MdeModulePkg: Update print error level for RuntimeDriver alignment checkLiming Gao1-2/+4
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen12-0/+0
2015-11-25Move CommunicationBuffer from stack to global variable.Yao, Jiewen1-13/+13
2015-11-25Install LoadedImage protocol for PiSmmCore.Yao, Jiewen3-2/+82
2015-11-25Uninstall LoadedImage protocol if SMM driver returns error and is unloaded.Yao, Jiewen1-0/+14
2015-11-25Check InternalAllocPoolByIndex status before refer buffer.Zeng, Star1-2/+5
2015-11-18MdeModulePkg PeiCore: PeiInstallPeiMemory improper ASSERT test on second callStar Zeng1-1/+1
2015-11-13MdeModulePkg PeiCore: PEI dispatcher need retry to process NOT_DISPATCHED FVStar Zeng1-4/+11
2015-11-10MdeModulePkg PeiCore: Fix issue AuthenticationStatus is not propagated correctlyEugene Cohen1-7/+10
2015-11-03MdeModulePkg: PiSmmCore: Remove confusing CopyMem() of SMM_ENTRY_CONTEXTMichael Kinney1-2/+6
2015-10-08MdeModulePkg/DxeIplPeim: implement non-exec stack for ARM/AARCH64Ard Biesheuvel2-0/+15
2015-09-21MdeModulePkg: Remove event from protocol database only if registeredSamer El-Haj-Mahmoud3-6/+19
2015-09-21MdeModulePkg/Core/Dxe/Gcd: remove set but not used variablesLaszlo Ersek1-6/+0
2015-09-18MdeModulePkg DxeCore: Take the range in resource HOB for PHIT as higher priorityStar Zeng1-68/+95
2015-09-17MdeModulePkg DxeCore: Relocate HOB List after other tested memory resources a...Star Zeng1-12/+53
2015-08-26MdeModulePkg PiSmmCore: Prevent overlap for gSmmCorePrivate and CommBufferStar Zeng1-2/+42
2015-08-25MdeModulePkg PeiCore: Recheck SwitchStackSignal after ProcessNotifyList()Star Zeng1-263/+293
2015-08-07MdeModulePkg DxeIpl: Fix IA32 build failure with GCC 5.1.1Star Zeng1-0/+1
2015-08-05MdeModulePkg DxeIpl: Add stack NX supportStar Zeng5-37/+382
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