Skip to content

Commit

Permalink
Vlv2TbltDevicePkg: Enabled spread spectrum control
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mangguo321 authored and zwei4 committed Jul 12, 2016
1 parent af59bee commit 110b549
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Vlv2TbltDevicePkg/PlatformSetupDxe/SouthClusterConfig.vfi
Original file line number Diff line number Diff line change
Expand Up @@ -870,13 +870,14 @@ form formid = MISC_OPTIONS_FORM_ID,
option text = STRING_TOKEN(STR_S5_AFTER_G3_STRING), value = 1, flags = MANUFACTURING | RESET_REQUIRED;
endoneof;

suppressif TRUE;
oneof varid = Setup.EnableClockSpreadSpec,
prompt = STRING_TOKEN(STR_CLOCK_SPREAD_SPEC_ENABLE),
help = STRING_TOKEN(STR_CLOCK_SPREAD_SPEC_ENABLE_HELP),
option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
endoneof;

endif;

oneof varid = Setup.UartInterface,
prompt = STRING_TOKEN(STR_PCH_UART_SELECT),
Expand Down
Binary file modified Vlv2TbltDevicePkg/Stitch/IFWIHeader/IFWI_HEADER.bin
Binary file not shown.

0 comments on commit 110b549

Please sign in to comment.