]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg PeiCore: Install SEC HOB data
authorStar Zeng <star.zeng@intel.com>
Tue, 1 Aug 2017 05:47:08 +0000 (13:47 +0800)
committerStar Zeng <star.zeng@intel.com>
Fri, 4 Aug 2017 00:56:05 +0000 (08:56 +0800)
commit483e2cddfa6b0740ae9d37a808c4451d64c3de2e
treeb1b0df9c1bb625212cb327e4d582420430ef3af7
parent664d4c0a252635566b7632b9a46ed350d3894b99
MdeModulePkg PeiCore: Install SEC HOB data

If the EFI_SEC_HOB_DATA_PPI is in the list of PPIs passed to the PEI
entry point, the PEI Foundation will call the GetHobs() member
function and install all HOBs returned into the HOB list. It does
this after installing all PPIs passed from SEC into the PPI database
and before dispatching any PEIMs.

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdeModulePkg/Core/Pei/Hob/Hob.c
MdeModulePkg/Core/Pei/PeiMain.h
MdeModulePkg/Core/Pei/PeiMain.inf
MdeModulePkg/Core/Pei/Ppi/Ppi.c