| Commit message (Expand) | Author | Age | Files | Lines |
* | StandaloneMmPkg: Fix issue about SpPcpuSharedBufSize field | Ming Huang | 2022-07-07 | 2 | -2/+2 |
* | StandaloneMmPkg/FvLib: Support large file with EFI_FFS_FILE_HEADER2. | Wei6 Xu | 2021-12-15 | 1 | -20/+45 |
* | StandaloneMmPkg: Apply uncrustify changes | Michael Kubacki | 2021-12-07 | 17 | -646/+814 |
* | StandaloneMmPkg: Change OPTIONAL keyword usage style | Michael D Kinney | 2021-12-07 | 1 | -1/+1 |
* | StandaloneMmPkg: Support CLANGPDB builds | Marvin Häuser | 2021-10-18 | 1 | -1/+8 |
* | StandaloneMmPkg: build for 32bit arm machines | Etienne Carriere | 2021-08-11 | 10 | -26/+33 |
* | StandaloneMmPkg: fix pointer/int casts against 32bit architectures | Etienne Carriere | 2021-08-11 | 2 | -8/+8 |
* | StandaloneMmPkg: Add option to use FF-A calls for communication with SPM | Achin Gupta | 2021-02-23 | 1 | -14/+74 |
* | StandaloneMmPkg: Add option to use FF-A calls for getting SPM version | Sughosh Ganu | 2021-02-23 | 2 | -10/+33 |
* | StandaloneMmPkg: Use macros for SPM version check | Sughosh Ganu | 2021-02-23 | 1 | -5/+5 |
* | StandaloneMmPkg: Use FF-A header file in Standalone MM Core entry point | Achin Gupta | 2021-02-23 | 1 | -0/+1 |
* | StandaloneMmPkg: StandaloneMmMemLib: Extends support for X64 architecture | Kun Qin | 2021-02-01 | 4 | -1/+246 |
* | StandaloneMmPkg: StandaloneMmCoreMemoryAllocationLib: Fix compiler warning | Kun Qin | 2021-02-01 | 1 | -3/+3 |
* | StandaloneMmPkg: StandaloneMmCoreHobLib: Extend support for x64 Mm Core | Kun Qin | 2021-02-01 | 4 | -275/+597 |
* | StandaloneMmPkg: StandaloneMmCoreEntryPoint: Extends support for X64 | Kun Qin | 2021-02-01 | 2 | -0/+74 |
* | StandaloneMmPkg: Remove dependency on ArmPlatformPkg.dec | Sami Mujawar | 2021-01-07 | 1 | -2/+1 |
* | StandaloneMmPkg: Fix ECC error 8005 in StandaloneMmCoreEntryPoint | Sami Mujawar | 2021-01-07 | 1 | -3/+3 |
* | StandaloneMmPkg: Fix ECC error 9002 in CoreMemoryAllocationLib | Sami Mujawar | 2021-01-07 | 1 | -3/+3 |
* | StandaloneMmPkg: Fix ECC error 9003 in StandaloneMmCoreEntryPoint | Sami Mujawar | 2021-01-07 | 1 | -2/+3 |
* | StandaloneMmPkg: Fix ECC error 9002 in StandaloneMmCoreEntryPoint | Sami Mujawar | 2021-01-07 | 2 | -5/+8 |
* | StandaloneMmPkg: Fix ECC error 9002 in StandaloneMmMemLib | Sami Mujawar | 2021-01-07 | 1 | -2/+2 |
* | StandaloneMmPkg: Fix ECC error 4002 in StandaloneMmCoreEntryPoint | Sami Mujawar | 2021-01-07 | 2 | -1/+61 |
* | StandaloneMmPkg: Fix ECC error 5007 in StandaloneMmCoreEntryPoint | Sami Mujawar | 2021-01-07 | 1 | -2/+3 |
* | StandaloneMmPkg: Fix spell check reported errors | Sami Mujawar | 2021-01-07 | 4 | -9/+9 |
* | StandaloneMmPkg/StandaloneMmCoreEntryPoint: relocate StMM core on the fly | Ard Biesheuvel | 2020-06-16 | 2 | -3/+30 |
* | StandaloneMmPkg: generate position independent code for StMM core | Ard Biesheuvel | 2020-06-16 | 1 | -0/+3 |
* | StandaloneMmPkg: Fix few typos | Antoine Coeur | 2020-02-10 | 1 | -1/+1 |
* | StandaloneMmPkg: Replace BSD License with BSD+Patent License | Michael D Kinney | 2019-04-09 | 23 | -154/+23 |
* | StandaloneMmPkg: remove redundant StandaloneMmDriverEntryPoint driver | Ard Biesheuvel | 2019-03-11 | 2 | -140/+0 |
* | StandaloneMmPkg: drop unused PCD PcdStandaloneMmEnable | Ard Biesheuvel | 2019-03-11 | 1 | -3/+0 |
* | StandaloneMmPkg/StandaloneMmCoreEntryPoint: drop explicit SerialPortLib call | Ard Biesheuvel | 2019-03-11 | 1 | -3/+0 |
* | StandaloneMmPkg/Library: Install Variable Arch Protocol | Jagadeesh Ujja | 2019-03-11 | 2 | -0/+99 |
* | StandaloneMmPkg/StandaloneMmCoreEntryPoint: permit the use of TE images | Ard Biesheuvel | 2019-01-21 | 1 | -61/+46 |
* | StandaloneMmPkg/StandaloneMmPeCoffExtraActionLib: ignore runtime attribute | Ard Biesheuvel | 2019-01-21 | 1 | -7/+2 |
* | StandaloneMmPkg/StandaloneMmCoreEntryPoint: remove bogus ASSERT_EFI_ERROR()s | Ard Biesheuvel | 2019-01-21 | 1 | -2/+0 |
* | StandaloneMmPkg/StandaloneMmCoreEntryPoint: use %a modifier for ASCII strings | Ard Biesheuvel | 2019-01-21 | 1 | -1/+1 |
* | StandaloneMmPkg/StandaloneMmCoreHobLib: restrict to MM_CORE_STANDALONE | Ard Biesheuvel | 2019-01-21 | 1 | -1/+1 |
* | StandaloneMmPkg: add MM_STANDALONE MemoryAllocationLib implementation | Ard Biesheuvel | 2019-01-21 | 2 | -0/+863 |
* | StandaloneMmPkg: add HobLib implementation for MM_STANDALONE modules | Ard Biesheuvel | 2019-01-21 | 2 | -0/+694 |
* | StandaloneMM: Update permissions for Standalone MM drivers memory area | Sughosh Ganu | 2018-12-09 | 2 | -0/+267 |
* | StandaloneMM: Include the newly added library class for MMU functions | Sughosh Ganu | 2018-12-09 | 1 | -1/+1 |
* | StandaloneMmPkg: Zero data structure explicitly | Achin Gupta | 2018-12-09 | 1 | -1/+2 |
* | StandaloneMmPkg: Add an AArch64 specific entry point library. | Supreeth Venkatesh | 2018-07-20 | 4 | -0/+859 |
* | StandaloneMmPkg: MM driver entry point library. | Supreeth Venkatesh | 2018-07-20 | 2 | -0/+140 |
* | StandaloneMmPkg/HobLib: Add HOB Library for management mode. | Supreeth Venkatesh | 2018-07-20 | 3 | -0/+719 |
* | StandaloneMmPkg/MemoryAllocationLib: Add MM memory allocation library. | Supreeth Venkatesh | 2018-07-20 | 3 | -0/+995 |
* | StandaloneMmPkg/MemLib: Add Standalone MM instance of memory check library. | Supreeth Venkatesh | 2018-07-20 | 3 | -0/+368 |
* | StandaloneMmPkg/FvLib: Add a common FV Library for management mode. | Supreeth Venkatesh | 2018-07-20 | 2 | -0/+442 |