summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core
Commit message (Expand)AuthorAgeFilesLines
...
* MdeModulePkg DxeCore: Fix issue to print GUID value %g without pointerLiming Gao2017-04-141-1/+1
* 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
* MdeModulePkg PiSmmCore: Update FreePages to handle zero address and pagesLiming Gao2016-12-122-6/+6
* MdeModulePkg/PiSmmCore: use EfiPagesToSize to prevent build error.Jiewen Yao2016-12-071-3/+3
* MdeModulePkg/PiSmmCore; Use DEBUG_WARN for non 4k aligned image.Jiewen Yao2016-12-071-2/+2
* MdeModulePkg/PiSmmCore: MemoryAttributeTable need keep non-PE record.Jiewen Yao2016-12-071-40/+51
* MdeModulePkg/PiSmmCore: AllocatePool should use MemoryType.Jiewen Yao2016-12-073-69/+124
* MdeModulePkg PiSmmCore: Update comments in InitializeMemoryServicesLiming Gao2016-12-051-1/+4
* MdeModulePkg PeiCore: Make SetPeiServicesTablePointer() early in EntryPointLiming Gao2016-11-291-9/+9
* MdeModulePkg/PiSmmCore: Cache CommunicationBuffer info before using itJeff Fan2016-11-221-8/+12
* MdeModulePkg/PiSmmCore: Add MemoryAttributes support.Jiewen Yao2016-11-177-26/+2473
* MdeModulePkg DxeCore: Show error message on unaligned FvImage issueStar Zeng2016-11-171-1/+8
* MdeModulePkg/DxeIplPeim: UINTN used wrongly for EFI_PHYSICAL_ADDRESSJeff Fan2016-11-091-1/+2
* MdeModulePkg: Display new stack base and sizeJeff Fan2016-11-091-0/+16
* MdeModulePkg PeiCore: Make sure FvInfo has FFS2 format if Ffs2Guid FvFormatStar Zeng2016-10-271-0/+14