public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 2/2] Enable Turbo on CpuPower default configuration
@ 2018-02-12 21:41 tsrytkon
  2018-02-13  3:26 ` Wei, David
  0 siblings, 1 reply; 2+ messages in thread
From: tsrytkon @ 2018-02-12 21:41 UTC (permalink / raw)
  To: edk2-devel; +Cc: david.wei, anthony.loeppert

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: tsrytkon <teemu.s.rytkonen@intel.com>
---
 .../Common/PlatformSettings/PlatformSetupDxe/CpuPower.vfi             | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/CpuPower.vfi b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/CpuPower.vfi
index 9deea2534..0bedbc5fa 100644
--- a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/CpuPower.vfi
+++ b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/CpuPower.vfi
@@ -40,8 +40,8 @@ form formid = CPU_PWR_CONFIGURATION_FORM_ID,
   oneof varid  = Setup.TurboModeEnable,
     prompt = STRING_TOKEN(STR_PROCESSOR_TURBO_MODE),
     help = STRING_TOKEN(STR_PROCESSOR_TURBO_MODE_HELP),
-    option text = STRING_TOKEN(STR_DISABLE),  value = 0, flags = MANUFACTURING |DEFAULT | 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 = MANUFACTURING |DEFAULT | RESET_REQUIRED;
   endoneof;
   endif;
 
-- 
2.15.1.windows.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-02-13  3:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-12 21:41 [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 2/2] Enable Turbo on CpuPower default configuration tsrytkon
2018-02-13  3:26 ` Wei, David

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox