Skip to content

Commit 110b549

Browse files
mangguo321zwei4
authored andcommitted
Vlv2TbltDevicePkg: Enabled spread spectrum control
Enabled spread spectrum control and removed setup screen option. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang <mang.guo@intel.com> Reviewed-by: David Wei <david.wei@intel.com>
1 parent af59bee commit 110b549

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Vlv2TbltDevicePkg/PlatformSetupDxe/SouthClusterConfig.vfi

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -870,13 +870,14 @@ form formid = MISC_OPTIONS_FORM_ID,
870870
option text = STRING_TOKEN(STR_S5_AFTER_G3_STRING), value = 1, flags = MANUFACTURING | RESET_REQUIRED;
871871
endoneof;
872872

873+
suppressif TRUE;
873874
oneof varid = Setup.EnableClockSpreadSpec,
874875
prompt = STRING_TOKEN(STR_CLOCK_SPREAD_SPEC_ENABLE),
875876
help = STRING_TOKEN(STR_CLOCK_SPREAD_SPEC_ENABLE_HELP),
876-
option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
877-
option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
877+
option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
878+
option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
878879
endoneof;
879-
880+
endif;
880881

881882
oneof varid = Setup.UartInterface,
882883
prompt = STRING_TOKEN(STR_PCH_UART_SELECT),
Binary file not shown.

0 commit comments

Comments
 (0)