summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/Core: Fix incorrect memory map generated in a rare caseJian J Wang2017-12-192-4/+4
* MdeModulePkg/DxeIplPeim: fix incorrect page table split during protectingJian J Wang2017-12-151-2/+4
* MdeModulePkg PiSmmCore: Use SxDispatch in SmmEndOfDxeHandler()Star Zeng2017-12-151-32/+33
* MdeModulePkg PiSmmCore: Ensure SxDispatch not NULL before dereferencedStar Zeng2017-12-131-1/+1
* MdeModulePkg/PiSmmCore: Fix issues in Heap GuardJian J Wang2017-12-132-19/+76
* MdeModulePkg/DxeCore: Fix issues in Heap GuardJian J Wang2017-12-134-28/+88
* MdeModulePkg/PiSmmCore: fix GCC build errorLaszlo Ersek2017-12-121-1/+1
* MdeModulePkg PiSmmCore: Unregister each other for LegacyBoot and EBSStar Zeng2017-12-121-0/+22
* MdeModulePkg PiSmmCore: Only install EndOfS3Resume during S3 resumeStar Zeng2017-12-123-4/+77
* MdeModulePkg: Rename SmmEndOfS3ResumeProtocolGuid to EndOfS3ResumeGuidStar Zeng2017-12-123-7/+7
* MdeModulePkg PiSmmIpl: Add missing update to the prototypeStar Zeng2017-12-121-7/+17
* MdeModulePkg/DxeIpl: Mark page table as read-onlyJian J Wang2017-12-123-4/+364
* MdeModulePkg DxeIpl: Move ClearFirst4KPage/IsNullDetectionEnabled definitionStar Zeng2017-12-112-27/+26
* MdeModulePkg/DxeIpl: Enable paging for Stack GuardJian J Wang2017-12-084-15/+46
* MdeModulePkg/Core/Dxe: Call new API InitializeCpuExceptionHandlersEx insteadJian J Wang2017-12-081-1/+1
* MdeModulePkg PiSmmIpl: Handle CommSize OPTIONAL caseStar Zeng2017-12-072-23/+40
* MdeModulePkg/Core/Dxe: log informative memprotect msgs at DEBUG_INFO levelLaszlo Ersek2017-12-051-4/+9
* MdeModulePkg: Update PeiCore to pass XCODE tool chainLiming Gao2017-12-051-1/+2
* MdeModulePkg DxeCore: Support USED_SIZE FV_EXT_TYPEStar Zeng2017-12-011-1/+83
* MdeModulePkg DxeCore: Check FvImage alignmentStar Zeng2017-12-011-13/+19
* MdeModulePkg PeiCore: Support USED_SIZE FV_EXT_TYPEStar Zeng2017-12-011-3/+87
* MdeModulePkg/Core: Merge memory map after filtering paging capabilityJian J Wang2017-11-283-1/+20
* MdeModulePkg/DxeCore: Filter out all paging capabilitiesJian J Wang2017-11-241-0/+20
* MdeModulePkg/Core: Fix potential array overflowJian J Wang2017-11-242-3/+9
* MdeModulePkg/Core: Add missing header files into infJian J Wang2017-11-242-0/+2
* MdeModulePkg: Fix unix style of EOLJian J Wang2017-11-2116-3960/+3960
* MdeModulePkg/Core: Fix build error with old Visual StudioJian J Wang2017-11-202-8/+18
* MdeModulePkg/PiSmmCore: Fix an assert issue in pool freeJian J Wang2017-11-201-1/+1
* MdeModulePkg/PiSmmCore: Implement heap guard feature for SMM modeJian J Wang2017-11-177-28/+2064
* MdeModulePkg/DxeCore: Implement heap guard feature for UEFIJian J Wang2017-11-177-67/+1854
* MdeModulePkg/DxeIpl: Enable paging for heap guardJian J Wang2017-11-172-4/+33
* MdeModulePkg/Core/Dxe: Remove extra connects for UEFI ApplicationsMichael D Kinney2017-11-131-2/+10
* MdeModulePkg: Update PeiCore consumes PCD to get the init value in temp stackLiming Gao2017-11-032-6/+2
* MdeModulePkg/DxeIplPeim: Refine coding style in function commentsDandan Bi2017-10-242-11/+18
* MdeModulePkg: Update RuntimeDxe Crc32 to check the input parameterLiming Gao2017-10-161-0/+4
* MdeModulePkg/PiSmmCore: Install Protocol when S3 resume finished.Eric Dong2017-10-123-7/+87
* MdeModulePkg/Core/Dxe: Add EndOfDxe workaround for NULL pointer detectionJian J Wang2017-10-113-1/+69
* MdeModulePkg/DxeIpl: Implement NULL pointer detectionJian J Wang2017-10-116-10/+131
* MdeModulePkg Core: Propagate PEI-phase FV authentication status to DXEStar Zeng2017-10-104-17/+72
* MdeModulePkg: Update Ppi/Protocol/Guid usage in INF filesLiming Gao2017-10-102-2/+2
* MdeModulePkg: Update modules to consume CalculateCrc32()Liming Gao2017-10-103-85/+3
* MdeModulePkg: Update DxeCore to consume PI EfiGcdMemoryTypePersistentLiming Gao2017-10-102-4/+4
* MdeModulePkg/DxeCore: Add comments for the ASSERT to check NULL ptrHao Wu2017-10-091-1/+9
* MdeModulePkg PeiCore: More debug messages for pre-memory allocationsStar Zeng2017-09-301-1/+13
* MdeModulePkg/Tpl: Fix negative value left shiftHao Wu2017-09-291-3/+9
* MdeModulePkg Core: Support FFS_ATTRIB_DATA_ALIGNMENT_2Star Zeng2017-09-262-23/+49
* MdeModulePkg/DxeCore: Add check to ensure no possible NULL ptr derefHao Wu2017-09-261-0/+1
* MdeModulePkg/DxeCore: Fixed Interface returned by CoreOpenProtocolAmit Kumar2017-09-221-13/+23
* MdeModulePkg/Core: Fix out-of-sync issue in GCDJian J Wang2017-09-211-18/+27
* MdeModule PeiCore: Support pre memory page allocationStar Zeng2017-09-045-53/+646