UefiCpuPkg: Singularize function name
Change GetSupportPcds and GetConfigurationPcds to be singular Cc: Eric Dong <eric.dong@intel.com> Cc: Laszlo Ersek <lersek@redhat.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Bell Song <binx.song@intel.com> Reviewed-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
@@ -59,10 +59,10 @@ typedef struct {
|
||||
LIST_ENTRY FeatureList;
|
||||
|
||||
CPU_FEATURES_INIT_ORDER *InitOrder;
|
||||
UINT8 *SupportPcds;
|
||||
UINT8 *CapabilityPcds;
|
||||
UINT8 *ConfigurationPcds;
|
||||
UINT8 *SettingPcds;
|
||||
UINT8 *SupportPcd;
|
||||
UINT8 *CapabilityPcd;
|
||||
UINT8 *ConfigurationPcd;
|
||||
UINT8 *SettingPcd;
|
||||
|
||||
CPU_REGISTER_TABLE *RegisterTable;
|
||||
CPU_REGISTER_TABLE *PreSmmRegisterTable;
|
||||
|
Reference in New Issue
Block a user