483e2cd MdeModulePkg PeiCore: Install SEC HOB data

Authored and Committed by Star Zeng 6 years ago
    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>