]> git.proxmox.com Git - mirror_edk2.git/commit
UefiCpuPkg/SecCore: SecPlatformInformation(2) are optional PPIs
authorJeff Fan <jeff.fan@intel.com>
Tue, 20 Sep 2016 08:17:26 +0000 (16:17 +0800)
committerJeff Fan <jeff.fan@intel.com>
Wed, 21 Sep 2016 06:12:49 +0000 (14:12 +0800)
commit93638568c1c6bd6bace2cd27666796b7c87fc45c
tree49df2aeca485b12637cf9d566c21177f19d5ac6b
parent030d2de7c7a8682837be168bbaf7f27739a8fff0
UefiCpuPkg/SecCore: SecPlatformInformation(2) are optional PPIs

Currently, this is ASSERT() if neither SecPlatformInformation2 nor
SecPlatformInformation PPIs are found. This is not correct. Per PI specification
both of them are optional PPI. Platform may not install them.

Cc: Michael Kinney <michael.d.kinney@intel.com>
Cc: Feng Tian <feng.tian@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Fan <jeff.fan@intel.com>
Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>
UefiCpuPkg/SecCore/SecBist.c