UefiCpuPkg/SecCore: Add SecBist.c
Add SecBist.c and copy GetBistInfoFromPpi() and SecPlatformInformation2() from UefiCpuPkg/CpuMpPei/CpuBist.c. And update SecMain.c, SecMain.inf and UefiCpuPkg.dsc accordinlgy to pass build. Cc: Michael Kinney <michael.d.kinney@intel.com> Cc: Feng Tian <feng.tian@intel.com> Cc: Giri P Mudusuru <giri.p.mudusuru@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan <jeff.fan@intel.com> Reviewed-by: Feng Tian <feng.tian@Intel.com>
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
SecMain.c
|
||||
SecMain.h
|
||||
FindPeiCore.c
|
||||
SecBist.c
|
||||
|
||||
[Sources.IA32]
|
||||
Ia32/ResetVec.nasmb
|
||||
@@ -58,6 +59,9 @@
|
||||
PeCoffExtraActionLib
|
||||
CpuExceptionHandlerLib
|
||||
ReportStatusCodeLib
|
||||
PeiServicesLib
|
||||
PeiServicesTablePointerLib
|
||||
HobLib
|
||||
|
||||
[Ppis]
|
||||
gEfiSecPlatformInformationPpiGuid ## PRODUCES
|
||||
|
Reference in New Issue
Block a user