]> git.proxmox.com Git - mirror_edk2.git/commit - UefiCpuPkg/UefiCpuPkg.dec
UefiCpuPkg/UefiCpuPkg.dec: Add a set of CPU features PCDs
authorJeff Fan <jeff.fan@intel.com>
Tue, 7 Mar 2017 07:54:23 +0000 (15:54 +0800)
committerJeff Fan <jeff.fan@intel.com>
Wed, 22 Mar 2017 02:11:38 +0000 (10:11 +0800)
commit7eee4e1e3c184aa4831832ad73c45feecbcf3116
treee7a46851763a9fd365ef2fca56ab6a6b8a92135e
parentf4c982bf095307fc598cf07f7b157831030b77f1
UefiCpuPkg/UefiCpuPkg.dec: Add a set of CPU features PCDs

PcdCpuFeaturesSupport supports PcdsFixedAtBuild/PcdsPatchableInModule types and
used to add/remove CPU feature from firmware during build time.

PcdCpuFeaturesUserConfiguration supports all PCD types and used to configurate
CPU features by platforms.

PcdCpuFeaturesCapability supports PcdsDynamic PCD and used to indicate the CPU
features capability on processors.

PcdCpuFeaturesSetting supports PcdsDynamic PCD and used to indicate the current
CPU features setting on processors.

Cc: Feng Tian <feng.tian@intel.com>
Cc: Michael Kinney <michael.d.kinney@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/UefiCpuPkg.dec