summaryrefslogtreecommitdiff
path: root/StandaloneMmPkg/Core
AgeCommit message (Expand)AuthorFilesLines
2024-05-30StandaloneMmPkg: Initialize 'WillReturn' variableZhiguang Liu1-0/+1
2024-04-16StandaloneMmPkg: Support to unregister MMI handler in MMI handlersZhiguang Liu1-25/+136
2024-04-16Revert 049ff6c39c73edd3709c05bd0e46184320471358Zhiguang Liu1-7/+2
2024-04-16Revert 2ec8f0c6407f062441b205b900038933865c7b3cZhiguang Liu1-23/+9
2024-03-01StandaloneMmPkg: Disallow unregister MMI handler in other MMI handlerZhiguang Liu1-9/+23
2024-03-01StandaloneMmPkg: Support to unregister MMI handler inside MMI handlerZhiguang Liu1-2/+7
2024-02-03StandaloneMmPkg/Core: Output status in MMI handler assertionMichael Kubacki1-1/+1
2024-01-23StandaloneMmPkg/Core: Remove optimization for depex evaluationLaszlo Ersek1-30/+7
2023-12-25StandaloneMmPkg/Core: Remove dead codeRay Ni2-184/+0
2023-12-19StandaloneMmPkg/Core: Fix the failure to find uncompressed inner FVWei6 Xu1-0/+22
2023-12-19StandaloneMmPkg/Core: Fix issue that offset calculation might be wrongWei6 Xu1-14/+15
2023-12-19StandaloneMmPkg/Core: Fix potential memory leak issueWei6 Xu1-9/+22
2023-12-19StandaloneMmPkg/Core: Limit FwVol encapsulation section recursionWei6 Xu5-13/+44
2021-12-07StandaloneMmPkg: Apply uncrustify changesMichael Kubacki13-744/+836
2021-12-07StandaloneMmPkg: Change OPTIONAL keyword usage styleMichael D Kinney2-18/+18
2021-10-18StandaloneMmPkg: Support CLANGPDB buildsMarvin Häuser1-2/+10
2021-08-11StandaloneMmPkg: build for 32bit arm machinesEtienne Carriere1-1/+1
2021-06-16StandaloneMmPkg: Core: Spelling error in commentSean Brogan1-1/+1
2021-02-11StandaloneMmPkg/StandaloneMmCore: Fix compiler warningMichael Kubacki1-4/+4
2021-01-07StandaloneMmPkg: Fix ECC error 9001 in Standalone MM CoreSami Mujawar1-4/+5
2021-01-07StandaloneMmPkg: Fix ECC error 4002 and 9002 in StandaloneMmCoreSami Mujawar1-5/+18
2021-01-07StandaloneMmPkg: Fix ECC error 5007 in StandaloneMmCoreSami Mujawar1-2/+4
2021-01-07StandaloneMmPkg: Fix ECC error 4002 in FwVol helperSami Mujawar1-13/+14
2021-01-07StandaloneMmPkg: Fix ECC error 1001 in SMM Memory pool managementSami Mujawar1-3/+3
2021-01-07StandaloneMmPkg: Fix ECC error 9002 in Core dispatcherSami Mujawar1-10/+6
2021-01-07StandaloneMmPkg: Fix spell check reported errorsSami Mujawar6-34/+35
2020-06-16StandaloneMmPkg: generate position independent code for StMM coreArd Biesheuvel1-0/+4
2020-06-16StandaloneMmPkg/Core: add missing GUID referenceArd Biesheuvel1-0/+1
2020-06-16StandaloneMmPkg/Core: fix bogus FV pointer in DEBUG stringArd Biesheuvel1-1/+1
2020-05-12StandaloneMmPkg: switch to MM communicate 2 protocolArd Biesheuvel1-1/+1
2020-02-10StandaloneMmPkg: Fix few typosAntoine Coeur3-3/+3
2020-02-10StandaloneMmPkg: Fix a typoPhilippe Mathieu-Daudé1-1/+1
2019-10-17StandaloneMmPkg/Core: Fix typo in function namePhilippe Mathieu-Daude2-4/+4
2019-10-09StandaloneMmPkg/Core: stop abusing EFI_HANDLE for FwVolHeader trackingLaszlo Ersek3-46/+52
2019-04-09StandaloneMmPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney14-97/+14
2019-03-11StandaloneMmPkg/Core: remove legacy boot supportArd Biesheuvel2-113/+33
2019-03-11StandaloneMmPkg/Core: drop support for dispatching FVs into MMArd Biesheuvel3-69/+0
2019-03-11StandaloneMmPkg/Core: dispatch all drivers at init timeArd Biesheuvel2-93/+0
2019-03-11StandaloneMmPkg/Core: permit encapsulated firmware volumesArd Biesheuvel2-9/+91
2019-01-21StandaloneMmPkg/Core/Dispatcher: don't copy dispatched image twiceArd Biesheuvel1-29/+1
2018-07-20StandaloneMmPkg/Core: Implementation of Standalone MM Core Module.Supreeth Venkatesh14-0/+5749