summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/Library/RegisterCpuFeaturesLib/RegisterCpuFeatures.h
diff options
context:
space:
mode:
authorEric Dong <eric.dong@intel.com>2019-02-13 08:16:32 +0800
committerEric Dong <eric.dong@intel.com>2019-04-04 14:11:04 +0800
commit001c2c80333f41cfcd3e7de6f39a5301cefaf472 (patch)
treead5e28be5ec5b928c6d5d703a2a7dae3ddf21282 /UefiCpuPkg/Library/RegisterCpuFeaturesLib/RegisterCpuFeatures.h
parent6214ffb41079525875af3adc7f437a0fe8dbd09d (diff)
downloadedk2-001c2c80333f41cfcd3e7de6f39a5301cefaf472.tar.gz
edk2-001c2c80333f41cfcd3e7de6f39a5301cefaf472.tar.bz2
edk2-001c2c80333f41cfcd3e7de6f39a5301cefaf472.zip
UefiCpuPkg/RegisterCpuFeaturesLib: Simplify PcdCpuFeaturesSupport.
PcdCpuFeaturesSupport used to specify the platform policy about what CPU features this platform supports. This PCD will be used in IsCpuFeatureSupported only. Now RegisterCpuFeaturesLib use this PCD as an template to Get the pcd size. Update the code logic to replace it with PcdCpuFeaturesSetting. BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=1375 Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Ray Ni <ray.ni@intel.com>
Diffstat (limited to 'UefiCpuPkg/Library/RegisterCpuFeaturesLib/RegisterCpuFeatures.h')
-rw-r--r--UefiCpuPkg/Library/RegisterCpuFeaturesLib/RegisterCpuFeatures.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/UefiCpuPkg/Library/RegisterCpuFeaturesLib/RegisterCpuFeatures.h b/UefiCpuPkg/Library/RegisterCpuFeaturesLib/RegisterCpuFeatures.h
index 83d6d7f81e..c9055a2d82 100644
--- a/UefiCpuPkg/Library/RegisterCpuFeaturesLib/RegisterCpuFeatures.h
+++ b/UefiCpuPkg/Library/RegisterCpuFeaturesLib/RegisterCpuFeatures.h
@@ -81,7 +81,6 @@ typedef struct {
LIST_ENTRY FeatureList;
CPU_FEATURES_INIT_ORDER *InitOrder;
- UINT8 *SupportPcd;
UINT8 *CapabilityPcd;
UINT8 *SettingPcd;