]> git.proxmox.com Git - mirror_edk2.git/commit
StandaloneMmPkg: Add CPU driver suitable for ARM Platforms.
authorSupreeth Venkatesh <supreeth.venkatesh@arm.com>
Fri, 13 Jul 2018 15:05:29 +0000 (23:05 +0800)
committerJiewen Yao <jiewen.yao@intel.com>
Fri, 20 Jul 2018 02:59:53 +0000 (10:59 +0800)
commit275d4bd4399f7af6b905c310358da9305fbbc3e7
tree45eaadf2da9aa660d7d440b5fb942d9680929a7a
parent184558d072dc8a76cb224205840605b512321e28
StandaloneMmPkg: Add CPU driver suitable for ARM Platforms.

This patch adds a simple CPU driver that exports the
EFI_MM_CONFIGURATION_PROTOCOL to allow registration of the Standalone
MM Foundation entry point. It preserves the existing notification
mechanism for the configuration protocol.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Sughosh Ganu <sughosh.ganu@arm.com>
Signed-off-by: Achin Gupta <achin.gupta@arm.com>
Signed-off-by: Supreeth Venkatesh <supreeth.venkatesh@arm.com>
Reviewed-by: Achin Gupta <achin.gupta@arm.com>
StandaloneMmPkg/Drivers/StandaloneMmCpu/AArch64/EventHandle.c [new file with mode: 0644]
StandaloneMmPkg/Drivers/StandaloneMmCpu/AArch64/StandaloneMmCpu.c [new file with mode: 0644]
StandaloneMmPkg/Drivers/StandaloneMmCpu/AArch64/StandaloneMmCpu.h [new file with mode: 0644]
StandaloneMmPkg/Drivers/StandaloneMmCpu/AArch64/StandaloneMmCpu.inf [new file with mode: 0644]
StandaloneMmPkg/Include/Guid/MpInformation.h [new file with mode: 0644]