summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/DxeCore: Not update RtCode in MemAttrTable after EndOfDxeJiewen Yao2018-07-261-0/+13
* MdeModulePkg/DxeCore: Install UEFI mem attrib table at EndOfDxe.Jiewen Yao2018-07-261-1/+35
* MdeModulePkg: Update PeiCore to pass XCODE tool chainLiming Gao2018-04-111-1/+2
* MdeModulePkg PiSmmCore: Set ForwardLink to NULL in RemoveOldEntry()Star Zeng2018-03-211-1/+3
* MdeModulePkg SmiHandlerProfile: Use fixed data type in data structureStar Zeng2017-05-241-40/+77
* MdeModulePkg SmiHandlerProfile: Fix no PDB case handling incorrectlyStar Zeng2017-05-241-2/+6
* MdeModulePkg SmiHandlerProfile: Fix memory leak in DumpSmiChildContextStar Zeng2017-05-121-1/+7
* MdeModulePkg: Update PiSmmCore to set correct ImageAddress into LoadedImageLiming Gao2017-04-251-2/+2
* MdeModulePkg PiSmmIpl: Fix the issue in LMFA featureLiming Gao2017-04-251-6/+6
* MdeModulePkg/PiSmmCore: Remove redundant PoolTail pointer assignmentHao Wu2017-04-241-4/+4
* MdeModulePkg PiSmmCore: Enhance SMM FreePool to catch buffer overflowStar Zeng2017-04-202-5/+61
* MdeModulePkg DxeCore: Fix issue to print GUID value %g without pointerLiming Gao2017-04-191-1/+1
* MdeModulePkg/DxeCore: Add ASSERT to ensure no subtract underflowHao Wu2017-04-141-0/+5
* MdeModulePkg/PiSmmCore: Fix potentially uninitialized local variableHao Wu2017-04-141-1/+4
* MdeModulePkg/Dxe/Image: Restore mCurrentImage on all pathsHao Wu2017-04-131-0/+6
* MdeModulePkg: Remove unsupported PcdExpression usage in module INFLiming Gao2017-04-061-6/+6
* MdeModulePkg/SmmCore: Fix memory leak on Profile unregistered.Jiewen Yao2017-03-311-1/+6
* MdeModulePkg/PeiCore: avoid EFI_IMAGE_MACHINE_TYPE_SUPPORTED to check archArd Biesheuvel2017-03-291-3/+5
* MdeModulePkg/DxeCore: add missing id-to-string mapping for AARCH64Ard Biesheuvel2017-03-291-1/+2
* MdeModulePkg/MemoryProtection: Fix coding style issueDandan Bi2017-03-281-1/+1
* MdeModulePkg/MemoryProtection: split protect and unprotect pathsArd Biesheuvel2017-03-211-50/+35
* MdeModulePkg/Core/Dxe: downgrade "CodeSegmentCount is 0" msg to DEBUG_WARNLaszlo Ersek2017-03-201-2/+10
* MdeModulePkg/DxeCore: deal with allocations spanning several memmap entriesArd Biesheuvel2017-03-171-0/+11
* MdeModulePkg DxeCore: Remove unreferenced symbol for memory profileStar Zeng2017-03-151-6/+6
* MdeModulePkg PiSmmCore: Remove unreferenced symbol for SMRAM profileStar Zeng2017-03-151-10/+8
* MdeModulePkg/SmmCore: Add Context in SmiHandlerProfileUnregister.Jiewen Yao2017-03-132-22/+89
* MdeModulePkg/DxeCore: Fix coding style issuesBi, Dandan2017-03-072-2/+23
* MdeModulePkg/PeiCore: honour minimal runtime allocation granularityArd Biesheuvel2017-03-061-2/+37
* MdeModulePkg/PiSmmCore: switch to MdePkg allocation granularity macrosArd Biesheuvel2017-03-063-11/+5
* MdeModulePkg/DxeCore: switch to MdePkg allocation granularity macrosArd Biesheuvel2017-03-066-47/+22
* MdeModulePkg: Refine casting expression result to bigger sizeHao Wu2017-03-065-34/+26
* MdeModulePkg: use LShiftU64() instead of "<<" to avoid IA32 build error.Fu Siyuan2017-03-012-2/+2
* MdeModulePkg/Core/DxeIplPeim: Add support for PCD PcdPteMemoryEncryptionAddre...Leo Duran2017-03-014-11/+50
* MdeModulePkg/DxeCore: implement memory protection policyArd Biesheuvel2017-02-285-1/+409
* MdeModulePkg/DxeCore: use separate lock for pool allocationsArd Biesheuvel2017-02-281-10/+48
* MdeModulePkg/PeiCore: allocate BootServicesCode memory for PE/COFF imagesArd Biesheuvel2017-02-281-9/+14
* MdeModulePkg/DxeCore: base code protection on permission attributesArd Biesheuvel2017-02-261-1/+9
* MdeModulePkg/PiSmmCore: Add SmiHandlerProfile support.Jiewen Yao2017-02-225-36/+1381
* MdeModulePkg/DxeCore: Add UEFI image protection.Jiewen Yao2017-02-226-26/+845
* MdeModulePkg PiSmmIpl: Update SmmCommunication comments to match code logicLiming Gao2017-02-101-2/+2
* MdeModulePkg PeiCore: Don't cache GUIDED section with AUTH_NOT_TESTEDLiming Gao2017-02-101-11/+13
* MdeModulePkg PeiCore: Reset PeimNeedingDispatch when its security violationLiming Gao2017-02-101-1/+8
* MdeModulePkg: Fix some typos of "according"Liming Gao2017-02-081-2/+2
* MdeModulePkg: Use EfiEventEmptyFunction from UefiLibStar Zeng2017-01-203-40/+5
* MdeModulePkg/Stall: Refine to compare 2 values with the same typeHao Wu2017-01-121-2/+2
* MdeModulePkg/DxeCore:Clear RT attribute on SetCapabilities.Jiewen Yao2017-01-121-1/+1
* MdeModulePkg/DxeCore: Fix ASSERT() from GCD DEBUG() messagesMichael Kinney2017-01-101-3/+11
* MdeModulePkg: Make the comments align with the functionDandan Bi2016-12-141-4/+4
* MdeModulePkg PiSmmCore: Retrieve Smram base address from system tableLiming Gao2016-12-123-41/+13
* MdeModulePkg SmmIpl: Fill Smram range for SMM driver when LMFA enableLiming Gao2016-12-121-6/+34