]> git.proxmox.com Git - mirror_edk2.git/commit
UefiCpuPkg/SecCore: Wrong Debug Information for SecCore
authorChasel, Chiu <chasel.chiu@intel.com>
Tue, 19 Feb 2019 07:30:23 +0000 (15:30 +0800)
committerChasel, Chiu <chasel.chiu@intel.com>
Wed, 20 Feb 2019 01:41:23 +0000 (09:41 +0800)
commit08283b966ea10c0430140dc2b2951d8534d05aaa
tree9502426ec3257bc8337bcba941d18efb8d0f147b
parentf168816c49e388dcd097dd62d766d63f73aaabb3
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>
UefiCpuPkg/SecCore/FindPeiCore.c
UefiCpuPkg/SecCore/SecMain.c
UefiCpuPkg/SecCore/SecMain.h