Changes since v2: Handle review comments from Ard Biesheuvel The following patches enable building of StandaloneMm image on Sgi platforms.
The first patch adds build infra for StandaloneMm image. The second patch of the series adds memory buffer required for communication between the non-secure world with StandaloneMm image using MM Communicate. The third patch of the series enables MmCommunication module on the platform for it subsequent use by features like Secure-Boot and Error Injection and Handling for RAS. Sughosh Ganu (3): Platform/ARM/SgiPkg: Build infrastructure for StandaloneMm image Platform/ARM/SgiPkg: Setup memory buffers for MmCommunicate Platform/ARM/SgiPkg: Enable MmCommunication module on the platform Platform/ARM/SgiPkg/PlatformStandaloneMm.dsc | 128 ++++++++++++++++++++ Platform/ARM/SgiPkg/SgiPlatform.dsc | 14 +++ Platform/ARM/SgiPkg/PlatformStandaloneMm.fdf | 99 +++++++++++++++ Platform/ARM/SgiPkg/SgiPlatform.fdf | 3 + Platform/ARM/SgiPkg/Library/PlatformLib/PlatformLib.inf | 4 + Platform/ARM/SgiPkg/Library/PlatformLib/PlatformLibMem.c | 8 +- 6 files changed, 255 insertions(+), 1 deletion(-) create mode 100644 Platform/ARM/SgiPkg/PlatformStandaloneMm.dsc create mode 100644 Platform/ARM/SgiPkg/PlatformStandaloneMm.fdf -- 2.7.4 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

