Reviewed-by: zwei4 <david....@intel.com>

Thanks,
David  Wei

Intel SSG/STO/UEFI BIOS                                 


-----Original Message-----
From: Rytkonen, Teemu S 
Sent: Tuesday, February 13, 2018 5:41 AM
To: edk2-devel@lists.01.org
Cc: Wei, David <david....@intel.com>; Loeppert, Anthony 
<anthony.loepp...@intel.com>
Subject: [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 2/2] Enable Turbo on 
CpuPower default configuration

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: tsrytkon <teemu.s.rytko...@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

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to