08283b9 UefiCpuPkg/SecCore: Wrong Debug Information for SecCore

Authored and Committed by Chasel, Chiu 5 years ago
    UefiCpuPkg/SecCore: Wrong Debug Information for SecCore
    
    REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1533
    
    When SecCore and PeiCore in different FV, current
    implementation still assuming SecCore and PeiCore are in
    the same FV.
    To fix this issue 2 FVs will be input parameters for
    FindAndReportEntryPoints () and SecCore and PeiCore will
    be found in each FV and correct debug information will
    be reported.
    
    Test: Booted with internal platform successfully.
    
    Cc: Eric Dong <eric.dong@intel.com>
    Cc: Ray Ni <ray.ni@intel.com>
    Cc: Laszlo Ersek <lersek@redhat.com>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Chasel Chiu <chasel.chiu@intel.com>
    Reviewed-by: Ray Ni <ray.ni@intel.com>
    
        
file modified
+19 -3
file modified
+5 -3