]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/Library/PeiHobLib/HobLib.c
MdePkg HobLib: Add BuildFv3Hob API
authorStar Zeng <star.zeng@intel.com>
Tue, 3 Oct 2017 13:39:59 +0000 (21:39 +0800)
committerStar Zeng <star.zeng@intel.com>
Tue, 10 Oct 2017 12:54:32 +0000 (20:54 +0800)
commit5450086c52fa3c02c2e509fe94085fd9c863e37a
treed17a0a6c57d66600c103ef745baf64209528216f
parent4e6fed27197a6a42a07c8bdaa3427bb181c1b99c
MdePkg HobLib: Add BuildFv3Hob API

Add BuildFv3Hob API in HobLib.h and implement the API
in HobLib instances PeiHobLib, DxeHobLib and DxeCoreHobLib.

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdePkg/Include/Library/HobLib.h
MdePkg/Library/DxeCoreHobLib/HobLib.c
MdePkg/Library/DxeHobLib/HobLib.c
MdePkg/Library/PeiHobLib/HobLib.c