summaryrefslogtreecommitdiff
path: root/StandaloneMmPkg
AgeCommit message (Expand)AuthorFilesLines
2021-01-07StandaloneMmPkg: Fix ECC error 9002 in CoreMemoryAllocationLibSami Mujawar1-3/+3
2021-01-07StandaloneMmPkg: Fix ECC error 9001 in Standalone MM CoreSami Mujawar1-4/+5
2021-01-07StandaloneMmPkg: Fix ECC error 9001 in StandaloneMmCpuSami Mujawar1-4/+2
2021-01-07StandaloneMmPkg: Fix ECC error 4002 in StandaloneMmCpuSami Mujawar1-0/+21
2021-01-07StandaloneMmPkg: Fix ECC error 9003 in StandaloneMmCoreEntryPointSami Mujawar1-2/+3
2021-01-07StandaloneMmPkg: Fix ECC error 9002 in StandaloneMmCoreEntryPointSami Mujawar3-10/+16
2021-01-07StandaloneMmPkg: Fix ECC error 9002 in StandaloneMmMemLibSami Mujawar1-2/+2
2021-01-07StandaloneMmPkg: Fix ECC error 4002 in StandaloneMmCoreEntryPointSami Mujawar3-18/+78
2021-01-07StandaloneMmPkg: Fix ECC error 4002 and 9002 in StandaloneMmCoreSami Mujawar1-5/+18
2021-01-07StandaloneMmPkg: Fix ECC error 10014 in StandaloneMmCpuSami Mujawar1-1/+2
2021-01-07StandaloneMmPkg: Fix ECC error 5007 in StandaloneMmCoreSami Mujawar1-2/+4
2021-01-07StandaloneMmPkg: Fix ECC error 5007 in StandaloneMmCpuSami Mujawar1-2/+5
2021-01-07StandaloneMmPkg: Fix ECC error 5007 in StandaloneMmCoreEntryPointSami Mujawar1-2/+3
2021-01-07StandaloneMmPkg: Fix ECC error 4002 in FwVol helperSami Mujawar1-13/+14
2021-01-07StandaloneMmPkg: Fix ECC error 3002 in StandaloneMmCpuSami Mujawar2-10/+20
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 Mujawar13-51/+52
2021-01-07StandaloneMmPkg: Add library files to DSCSami Mujawar1-1/+14
2021-01-07StandaloneMmPkg: Add library header files to DECSami Mujawar1-1/+19
2020-06-16StandaloneMmPkg/StandaloneMmCoreEntryPoint: relocate StMM core on the flyArd Biesheuvel3-3/+34
2020-06-16StandaloneMmPkg: generate position independent code for StMM coreArd Biesheuvel2-0/+7
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 Biesheuvel2-2/+2
2020-02-10StandaloneMmPkg: Fix few typosAntoine Coeur4-4/+4
2020-02-10StandaloneMmPkg: Fix a typoPhilippe Mathieu-Daudé1-1/+1
2019-11-25StandaloneMmPkg: Fix build failure - Bug 2253Sami Mujawar1-2/+2
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-09-17StandaloneMmPkg: make package .DSC file build againArd Biesheuvel1-8/+11
2019-04-09StandaloneMmPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney53-364/+53
2019-03-11StandaloneMmPkg: remove redundant StandaloneMmDriverEntryPoint driverArd Biesheuvel2-140/+0
2019-03-11StandaloneMmPkg: drop unused PCD PcdStandaloneMmEnableArd Biesheuvel3-9/+0
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-03-11StandaloneMmPkg/StandaloneMmCoreEntryPoint: drop explicit SerialPortLib callArd Biesheuvel1-3/+0
2019-03-11StandaloneMmPkg: switch to NULL DebugLib resolutionArd Biesheuvel1-10/+1
2019-03-11StandaloneMmPkg: drop redundant definition of gEfiMmConfigurationProtocolGuidArd Biesheuvel1-3/+0
2019-03-11StandaloneMmPkg/Library: Install Variable Arch ProtocolJagadeesh Ujja2-0/+99
2019-01-21StandaloneMmPkg/StandaloneMmCoreEntryPoint: permit the use of TE imagesArd Biesheuvel1-61/+46
2019-01-21StandaloneMmPkg/Core/Dispatcher: don't copy dispatched image twiceArd Biesheuvel1-29/+1
2019-01-21StandaloneMmPkg/StandaloneMmPeCoffExtraActionLib: ignore runtime attributeArd Biesheuvel1-7/+2
2019-01-21StandaloneMmPkg/StandaloneMmCoreEntryPoint: remove bogus ASSERT_EFI_ERROR()sArd Biesheuvel1-2/+0
2019-01-21StandaloneMmPkg/StandaloneMmCoreEntryPoint: use %a modifier for ASCII stringsArd Biesheuvel1-1/+1
2019-01-21StandaloneMmPkg/StandaloneMmCpu: fix typo Standlone -> StandaloneArd Biesheuvel4-13/+7
2019-01-21StandaloneMmPkg/StandaloneMmCoreHobLib: restrict to MM_CORE_STANDALONEArd Biesheuvel1-1/+1
2019-01-21StandaloneMmPkg: add MM_STANDALONE MemoryAllocationLib implementationArd Biesheuvel2-0/+863