mirror of https://github.com/acidanthera/audk.git
UefiCpuPkg/CpuCommonFeaturesLib: Fix the documentation of PpinSupport().
The documentation of PpinSupport() refers to 'Enhanced Intel SpeedStep'. This patch fixes these referneces. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Marvin Haeuser <Marvin.Haeuser@outlook.com> Reviewed-by: Jeff Fan <jeff.fan@intel.com>
This commit is contained in:
parent
c16eee92d4
commit
91ec57c448
|
@ -866,8 +866,8 @@ FeatureControlGetConfigData (
|
|||
CPU_FEATURE_GET_CONFIG_DATA was not provided in
|
||||
RegisterCpuFeature().
|
||||
|
||||
@retval TRUE Enhanced Intel SpeedStep feature is supported.
|
||||
@retval FALSE Enhanced Intel SpeedStep feature is not supported.
|
||||
@retval TRUE Protected Processor Inventory Number feature is supported.
|
||||
@retval FALSE Protected Processor Inventory Number feature is not supported.
|
||||
|
||||
@note This service could be called by BSP/APs.
|
||||
**/
|
||||
|
|
|
@ -26,8 +26,8 @@
|
|||
CPU_FEATURE_GET_CONFIG_DATA was not provided in
|
||||
RegisterCpuFeature().
|
||||
|
||||
@retval TRUE Enhanced Intel SpeedStep feature is supported.
|
||||
@retval FALSE Enhanced Intel SpeedStep feature is not supported.
|
||||
@retval TRUE Protected Processor Inventory Number feature is supported.
|
||||
@retval FALSE Protected Processor Inventory Number feature is not supported.
|
||||
|
||||
@note This service could be called by BSP/APs.
|
||||
**/
|
||||
|
|
Loading…
Reference in New Issue