summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/PiSmmCore
Commit message (Expand)AuthorAgeFilesLines
...
* 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 PiSmmIpl: Handle CommSize OPTIONAL caseStar Zeng2017-12-072-23/+40
* MdeModulePkg/Core: Fix potential array overflowJian J Wang2017-11-241-2/+6
* MdeModulePkg/Core: Add missing header files into infJian J Wang2017-11-241-0/+1
* MdeModulePkg: Fix unix style of EOLJian J Wang2017-11-217-2068/+2068
* MdeModulePkg/Core: Fix build error with old Visual StudioJian J Wang2017-11-201-4/+9
* 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/PiSmmCore: Install Protocol when S3 resume finished.Eric Dong2017-10-123-7/+87
* MdeModulePkg: Update Ppi/Protocol/Guid usage in INF filesLiming Gao2017-10-101-1/+1
* MdeModulePkg: Enhance the debug message for InstallProtocolInterfaceStar Zeng2017-06-231-6/+8
* MdeModulePkg: Return invalid param in LocateProtocol for Protocol==NULLStar Zeng2017-06-211-6/+2
* MdeModulePkg: Fix use-after-free error in InstallConfigurationTable()Shi, Steven2017-06-201-9/+25
* 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/PiSmmCore: Fix potentially uninitialized local variableHao Wu2017-04-141-1/+4
* MdeModulePkg/SmmCore: Fix memory leak on Profile unregistered.Jiewen Yao2017-03-311-1/+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/PiSmmCore: switch to MdePkg allocation granularity macrosArd Biesheuvel2017-03-063-11/+5
* MdeModulePkg: Refine casting expression result to bigger sizeHao Wu2017-03-062-17/+13
* MdeModulePkg/PiSmmCore: Add SmiHandlerProfile support.Jiewen Yao2017-02-225-36/+1381
* MdeModulePkg PiSmmIpl: Update SmmCommunication comments to match code logicLiming Gao2017-02-101-2/+2
* MdeModulePkg: Fix some typos of "according"Liming Gao2017-02-081-2/+2
* 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/PiSmmCore: Cache CommunicationBuffer info before using itJeff Fan2016-11-221-8/+12
* MdeModulePkg/PiSmmCore: Add MemoryAttributes support.Jiewen Yao2016-11-177-26/+2473
* MdeModulePkg/Core/PiSmmCore: rebase to ARRAY_SIZE()Laszlo Ersek2016-10-272-4/+4
* MdeModulePkg/Core: Fix typos in commentsGary Lin2016-10-273-4/+4
* MdeModulePkg: Use IsZeroGuid API for zero GUID checkingHao Wu2016-08-312-2/+0
* MdeModulePkg MemoryProfile: ASSERT to ensure 'DriverInfoData' is not NULLHao Wu2016-07-121-0/+1
* MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru2016-07-114-88/+88
* MdeModulePkg MemoryProfile: Add ASSERTs to make sure pointers are not NULLHao Wu2016-07-051-0/+3