summaryrefslogtreecommitdiff
path: root/StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint
AgeCommit message (Expand)AuthorFilesLines
2024-02-27StandaloneMmPkg: Arm: Update to use the new StandaloneMmCpu driverTuan Phan3-50/+64
2023-06-27StandaloneMmPkg: Include correct MmuLib headerArd Biesheuvel1-1/+1
2023-04-10StandaloneMmPkg: Update code to be more C11 compliant by using __func__Rebecca Cran1-11/+11
2022-07-07StandaloneMmPkg: Fix issue about SpPcpuSharedBufSize fieldMing Huang2-2/+2
2021-12-07StandaloneMmPkg: Apply uncrustify changesMichael Kubacki4-255/+336
2021-10-18StandaloneMmPkg: Support CLANGPDB buildsMarvin Häuser1-1/+8
2021-08-11StandaloneMmPkg: build for 32bit arm machinesEtienne Carriere4-17/+17
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: 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 9003 in StandaloneMmCoreEntryPointSami Mujawar1-2/+3
2021-01-07StandaloneMmPkg: Fix ECC error 9002 in StandaloneMmCoreEntryPointSami Mujawar2-5/+8
2021-01-07StandaloneMmPkg: Fix ECC error 4002 in StandaloneMmCoreEntryPointSami Mujawar2-1/+61
2021-01-07StandaloneMmPkg: Fix ECC error 5007 in StandaloneMmCoreEntryPointSami Mujawar1-2/+3
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
2019-04-09StandaloneMmPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney4-27/+4
2019-03-11StandaloneMmPkg/StandaloneMmCoreEntryPoint: drop explicit SerialPortLib callArd Biesheuvel1-3/+0
2019-01-21StandaloneMmPkg/StandaloneMmCoreEntryPoint: permit the use of TE imagesArd Biesheuvel1-61/+46
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
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