From: Supreeth Venkatesh Date: Fri, 13 Jul 2018 15:05:25 +0000 (+0800) Subject: StandaloneMmPkg/HobLib: Add HOB Library for management mode. X-Git-Tag: edk2-stable201903~1382 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;ds=sidebyside;h=70a51d7187de5b3c8e18c5582449e4ea680e3c2a;hp=70a51d7187de5b3c8e18c5582449e4ea680e3c2a;p=mirror_edk2.git StandaloneMmPkg/HobLib: Add HOB Library for management mode. The Standalone MM environment is initialized during the SEC phase on ARM Standard Platforms. The MM Core driver implements an entry point module which is architecture specific and runs prior to the generic core driver code. The former creates a Hob list that the latter consumes. This happens in the same phase. This patch implements a Hob library that can be used by the entry point module to produce a Hob list and by the core driver code to consume it. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Achin Gupta Signed-off-by: Supreeth Venkatesh Reviewed-by: Jiewen Yao Signed-off-by: Sughosh Ganu ---