]> git.proxmox.com Git - mirror_edk2.git/commit
StandaloneMmPkg: StandaloneMmCoreHobLib: Extend support for x64 Mm Core
authorKun Qin <kun.q@outlook.com>
Fri, 18 Dec 2020 02:33:19 +0000 (18:33 -0800)
committerKun Qin <kun.q@outlook.com>
Mon, 1 Feb 2021 18:01:02 +0000 (10:01 -0800)
commitf6c488b70416291634c4054f9f06a9a9db773365
tree1fa4ebbdd27c5d4c690896cd1c3ee2c7b359c1ab
parent76ae54231391c1ea9f465131c66025183f4458c1
StandaloneMmPkg: StandaloneMmCoreHobLib: Extend support for x64 Mm Core

This change adds support of x64 version of StandaloneMmCoreHobLib. It
brings in global variable "gHobList" through StandaloneMmCoreEntryPoint,
imports implementation from DxeCoreHobLib.inf to support x64 Mm Core and
moved shared functional plementations into a common file.

Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
Cc: Sami Mujawar <sami.mujawar@arm.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Supreeth Venkatesh <supreeth.venkatesh@arm.com>
Signed-off-by: Kun Qin <kun.q@outlook.com>
Reviewed-by: Jiewen Yao <Jiewen.yao@intel.com>
StandaloneMmPkg/Library/StandaloneMmCoreHobLib/AArch64/StandaloneMmCoreHobLib.c [new file with mode: 0644]
StandaloneMmPkg/Library/StandaloneMmCoreHobLib/Common.c [new file with mode: 0644]
StandaloneMmPkg/Library/StandaloneMmCoreHobLib/StandaloneMmCoreHobLib.c [deleted file]
StandaloneMmPkg/Library/StandaloneMmCoreHobLib/StandaloneMmCoreHobLib.inf
StandaloneMmPkg/Library/StandaloneMmCoreHobLib/X64/StandaloneMmCoreHobLib.c [new file with mode: 0644]