summaryrefslogtreecommitdiff
path: root/StandaloneMmPkg
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-21StandaloneMmPkg: add HobLib implementation for MM_STANDALONE modulesArd Biesheuvel2-0/+694
2018-12-09StandaloneMM: Update permissions for Standalone MM drivers memory areaSughosh Ganu2-0/+267
2018-12-09StandaloneMM: Include the newly added library class for MMU functionsSughosh Ganu1-1/+1
2018-12-09StandaloneMmPkg: Update dependency on PeCoffExtraActionLibAchin Gupta1-1/+1
2018-12-09StandaloneMmPkg: Replace dependency on ArmMmuLibAchin Gupta1-1/+1
2018-12-09StandaloneMmPkg: Zero data structure explicitlyAchin Gupta1-1/+2
2018-12-09StandaloneMmPkg: Enforce alignment check for AArch64Achin Gupta1-1/+2
2018-12-09StandaloneMmPkg: Add missing dependency on PL011UartClockLibAchin Gupta1-0/+1
2018-07-20StandaloneMmPkg: Describe the declaration and definition files.Supreeth Venkatesh2-0/+177
2018-07-20StandaloneMmPkg: Add CPU driver suitable for ARM Platforms.Supreeth Venkatesh5-0/+616
2018-07-20StandaloneMmPkg: Add an AArch64 specific entry point library.Supreeth Venkatesh5-0/+1074
2018-07-20StandaloneMmPkg/Core: Implementation of Standalone MM Core Module.Supreeth Venkatesh17-0/+5925
2018-07-20StandaloneMmPkg: MM driver entry point library.Supreeth Venkatesh3-0/+288
2018-07-20StandaloneMmPkg/HobLib: Add HOB Library for management mode.Supreeth Venkatesh3-0/+719
2018-07-20StandaloneMmPkg/MemoryAllocationLib: Add MM memory allocation library.Supreeth Venkatesh5-0/+1190
2018-07-20StandaloneMmPkg/MemLib: Add Standalone MM instance of memory check library.Supreeth Venkatesh4-0/+508
2018-07-20StandaloneMmPkg/FvLib: Add a common FV Library for management mode.Supreeth Venkatesh3-0/+551