]> git.proxmox.com Git - mirror_edk2.git/commit
UefiCpuPkg/SecCore: Abstract worker function GetBistFromHob()
authorJeff Fan <jeff.fan@intel.com>
Fri, 9 Sep 2016 07:08:56 +0000 (15:08 +0800)
committerJeff Fan <jeff.fan@intel.com>
Wed, 14 Sep 2016 00:54:42 +0000 (08:54 +0800)
commitd157de8b5603fb24feed6ec7b46be8677083c25a
treefa6669d0f9e03bbe3fc59e72b29e7a218a3a5251
parent863c738c4af0d200c8789e4786e1722e07f407fa
UefiCpuPkg/SecCore: Abstract worker function GetBistFromHob()

Abstract one worker function to get CPU BIST from the GUIDed-HOB. Add
SecPlatformInformationBist() and SecPlatformInformation2Bist() to invoke
GetBistFromHob(). Add in/out for parameter in function header.

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>
UefiCpuPkg/SecCore/SecBist.c