summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe
AgeCommit message (Expand)Author
2017-04-13MdeModulePkg/Dxe/Image: Restore mCurrentImage on all pathsHao Wu
2017-03-29MdeModulePkg/DxeCore: add missing id-to-string mapping for AARCH64Ard Biesheuvel
2017-03-28MdeModulePkg/MemoryProtection: Fix coding style issueDandan Bi
2017-03-21MdeModulePkg/MemoryProtection: split protect and unprotect pathsArd Biesheuvel
2017-03-20MdeModulePkg/Core/Dxe: downgrade "CodeSegmentCount is 0" msg to DEBUG_WARNLaszlo Ersek
2017-03-17MdeModulePkg/DxeCore: deal with allocations spanning several memmap entriesArd Biesheuvel
2017-03-15MdeModulePkg DxeCore: Remove unreferenced symbol for memory profileStar Zeng
2017-03-07MdeModulePkg/DxeCore: Fix coding style issuesBi, Dandan
2017-03-06MdeModulePkg/DxeCore: switch to MdePkg allocation granularity macrosArd Biesheuvel
2017-03-06MdeModulePkg: Refine casting expression result to bigger sizeHao Wu
2017-03-01MdeModulePkg: use LShiftU64() instead of "<<" to avoid IA32 build error.Fu Siyuan
2017-02-28MdeModulePkg/DxeCore: implement memory protection policyArd Biesheuvel
2017-02-28MdeModulePkg/DxeCore: use separate lock for pool allocationsArd Biesheuvel
2017-02-26MdeModulePkg/DxeCore: base code protection on permission attributesArd Biesheuvel
2017-02-22MdeModulePkg/DxeCore: Add UEFI image protection.Jiewen Yao
2017-01-20MdeModulePkg: Use EfiEventEmptyFunction from UefiLibStar Zeng
2017-01-12MdeModulePkg/Stall: Refine to compare 2 values with the same typeHao Wu
2017-01-12MdeModulePkg/DxeCore:Clear RT attribute on SetCapabilities.Jiewen Yao
2017-01-10MdeModulePkg/DxeCore: Fix ASSERT() from GCD DEBUG() messagesMichael Kinney
2016-11-17MdeModulePkg DxeCore: Show error message on unaligned FvImage issueStar Zeng
2016-10-27MdeModulePkg/Core/Dxe: rebase to ARRAY_SIZE()Laszlo Ersek
2016-10-27MdeModulePkg/Core: Fix typos in commentsGary Lin
2016-08-31MdeModulePkg: Use IsZeroGuid API for zero GUID checkingHao Wu
2016-08-29MdeModulePkg DxeCore: Return correct AuthStatus for FvReadFileStar Zeng
2016-07-12MdeModulePkg MemoryProfile: ASSERT to ensure 'DriverInfoData' is not NULLHao Wu
2016-07-11MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru
2016-07-05MdeModulePkg MemoryProfile: Add ASSERTs to make sure pointers are not NULLHao Wu
2016-07-01MdeModulePkg DxeCore: Add lock to pretect memory profile AllocInfo listStar Zeng
2016-07-01MdeModulePkg DxeCore: Enhance memory profile for memory leak detectionStar Zeng
2016-06-23MdeModulePkg: Remove NORETURN for PeiCore() and DxeMain() functionLiming Gao
2016-06-22MdeModulePkg/Core: Decorate phase-transition functions with NORETURN.Marvin H?user
2016-05-16MdeModulePkg-DxeCore: rename CoreGetMemoryMapPropertiesTableJiewen Yao
2016-04-29MdeModulePkg/DxeCore: set ImageContext Handle and ImageRead() fieldsArd Biesheuvel
2016-04-28MdeModulePkg: DxeCore MemoryPool Algorithm UpdateLiming Gao
2016-04-26MdeModulePkg DxeCore: Check free memory type by CoreUpdateProfile()Star Zeng
2016-04-25MdeModulePkg/DxeCore: Avoid assertion in CoreLocateProtocolRuiyu Ni
2016-04-22MdeModulePkg DxeCore: Enhance MemoryAttributesTable installationStar Zeng
2016-04-22MdeModulePkg DxeCore: Return memory type from internal free pool/pagesStar Zeng
2016-04-22MdeModulePkg DxeCore: Fix a memory leak in InstallMemoryAttributesTable()Star Zeng
2016-04-22MdeModulePkg DxeCore: Call PeCoffExtraActionLib member after ConstructorStar Zeng
2016-03-22MdeModulePkg DxeCore: Address boundary check for Type AllocateAddressStar Zeng
2016-03-22MdeModulePkg DxeCore: Check Start consistently in CoreConvertPagesExStar Zeng
2016-03-01MdeModulePkg: DxeCore: fully initialize image context before passing it onArd Biesheuvel
2016-02-26MdeModulePkg: Add ASSERT to make sure pointer 'MemoryMap' is not NULL.Qiu Shumin
2016-02-25MdeModulePkg: Fix Memory Attributes table type issueJiewen Yao
2016-02-17MdePkg: Update DxeCore INF for MemoryAttributesTable.jiewen yao
2016-02-17MdePkg: Call CoreInitializeMemoryAttributesTable() in DXE Entrypoint.jiewen yao
2016-02-17MdeModulePkg: Add CoreInitializeMemoryAttributesTable() to header file.jiewen yao
2016-02-17MdeModulePkg: Update PropertiesTable for MemoryAttributesTable.jiewen yao
2016-02-17MdeModulePkg: Add MemoryAttributesTable generation.jiewen yao