]> git.proxmox.com Git - mirror_edk2.git/commit
StandaloneMmPkg: add HobLib implementation for MM_STANDALONE modules
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 16 Jan 2019 20:22:26 +0000 (21:22 +0100)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 21 Jan 2019 13:37:59 +0000 (14:37 +0100)
commit380148b685b7cd7b13333b52621789abf0f211de
treecb790b7e45520749b7306638551329815e9e2cf7
parentf634e32db5b6fa7d1ca8118c22a2e67d50a39dae
StandaloneMmPkg: add HobLib implementation for MM_STANDALONE modules

This HobLib code is based on the staging implementation of
StandaloneMmPkg, with the following changes:
- drop the unused AArch64/StandaloneMmCoreHobLibInternal.c source file
- remove hack from HobLibConstructor()
- update code comments referring the MM core

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jagadeesh Ujja <jagadeesh.ujja@arm.com>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Achin Gupta <achin.gupta@arm.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
StandaloneMmPkg/Library/StandaloneMmHobLib/StandaloneMmHobLib.c [new file with mode: 0644]
StandaloneMmPkg/Library/StandaloneMmHobLib/StandaloneMmHobLib.inf [new file with mode: 0644]