From d0adfa023b9d9d2e2b0c4c1e4e60e620bb1d227d Mon Sep 17 00:00:00 2001 From: tsrytkon Date: Wed, 7 Feb 2018 11:50:49 -0800 Subject: Enable Turbo on CpuPower default configuration Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: tsrytkon --- .../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 9deea25341..0bedbc5fa1 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; -- cgit v1.2.3