summaryrefslogtreecommitdiff
path: root/StandaloneMmPkg/Library
AgeCommit message (Expand)AuthorFilesLines
2024-02-27StandaloneMmPkg: Arm: Update to use the new StandaloneMmCpu driverTuan Phan3-50/+64
2024-01-26StandaloneMmPkg/Hob: Integer Overflow in CreateHob()Gua Guo1-0/+35
2023-12-11StandaloneMmPkg/StandaloneMmHobLib: Remove HOB creationNhi Pham1-120/+51
2023-06-27StandaloneMmPkg: Include correct MmuLib headerArd Biesheuvel2-2/+2
2023-04-10StandaloneMmPkg: Update code to be more C11 compliant by using __func__Rebecca Cran3-20/+20
2023-02-09StandaloneMmPkg/StandaloneMmMemLib: Change max address computationGirish Mahadevan1-14/+1
2022-09-05StandaloneMmPkg: Remove duplicated wordsPierre Gondois2-2/+2
2022-07-07StandaloneMmPkg: Fix issue about SpPcpuSharedBufSize fieldMing Huang2-2/+2
2021-12-15StandaloneMmPkg/FvLib: Support large file with EFI_FFS_FILE_HEADER2.Wei6 Xu1-20/+45
2021-12-07StandaloneMmPkg: Apply uncrustify changesMichael Kubacki17-646/+814
2021-12-07StandaloneMmPkg: Change OPTIONAL keyword usage styleMichael D Kinney1-1/+1
2021-10-18StandaloneMmPkg: Support CLANGPDB buildsMarvin Häuser1-1/+8
2021-08-11StandaloneMmPkg: build for 32bit arm machinesEtienne Carriere10-26/+33
2021-08-11StandaloneMmPkg: fix pointer/int casts against 32bit architecturesEtienne Carriere2-8/+8
2021-02-23StandaloneMmPkg: Add option to use FF-A calls for communication with SPMAchin Gupta1-14/+74
2021-02-23StandaloneMmPkg: Add option to use FF-A calls for getting SPM versionSughosh Ganu2-10/+33
2021-02-23StandaloneMmPkg: Use macros for SPM version checkSughosh Ganu1-5/+5
2021-02-23StandaloneMmPkg: Use FF-A header file in Standalone MM Core entry pointAchin Gupta1-0/+1
2021-02-01StandaloneMmPkg: StandaloneMmMemLib: Extends support for X64 architectureKun Qin4-1/+246
2021-02-01StandaloneMmPkg: StandaloneMmCoreMemoryAllocationLib: Fix compiler warningKun Qin1-3/+3
2021-02-01StandaloneMmPkg: StandaloneMmCoreHobLib: Extend support for x64 Mm CoreKun Qin4-275/+597
2021-02-01StandaloneMmPkg: StandaloneMmCoreEntryPoint: Extends support for X64Kun Qin2-0/+74
2021-01-07StandaloneMmPkg: Remove dependency on ArmPlatformPkg.decSami Mujawar1-2/+1
2021-01-07StandaloneMmPkg: Fix ECC error 8005 in StandaloneMmCoreEntryPointSami Mujawar1-3/+3
2021-01-07StandaloneMmPkg: Fix ECC error 9002 in CoreMemoryAllocationLibSami Mujawar1-3/+3
2021-01-07StandaloneMmPkg: Fix ECC error 9003 in StandaloneMmCoreEntryPointSami Mujawar1-2/+3
2021-01-07StandaloneMmPkg: Fix ECC error 9002 in StandaloneMmCoreEntryPointSami Mujawar2-5/+8
2021-01-07StandaloneMmPkg: Fix ECC error 9002 in StandaloneMmMemLibSami Mujawar1-2/+2
2021-01-07StandaloneMmPkg: Fix ECC error 4002 in StandaloneMmCoreEntryPointSami Mujawar2-1/+61
2021-01-07StandaloneMmPkg: Fix ECC error 5007 in StandaloneMmCoreEntryPointSami Mujawar1-2/+3
2021-01-07StandaloneMmPkg: Fix spell check reported errorsSami Mujawar4-9/+9
2020-06-16StandaloneMmPkg/StandaloneMmCoreEntryPoint: relocate StMM core on the flyArd Biesheuvel2-3/+30
2020-06-16StandaloneMmPkg: generate position independent code for StMM coreArd Biesheuvel1-0/+3
2020-02-10StandaloneMmPkg: Fix few typosAntoine Coeur1-1/+1
2019-04-09StandaloneMmPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney23-154/+23
2019-03-11StandaloneMmPkg: remove redundant StandaloneMmDriverEntryPoint driverArd Biesheuvel2-140/+0
2019-03-11StandaloneMmPkg: drop unused PCD PcdStandaloneMmEnableArd Biesheuvel1-3/+0
2019-03-11StandaloneMmPkg/StandaloneMmCoreEntryPoint: drop explicit SerialPortLib callArd 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/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/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: Zero data structure explicitlyAchin Gupta1-1/+2
2018-07-20StandaloneMmPkg: Add an AArch64 specific entry point library.Supreeth Venkatesh4-0/+859