summaryrefslogtreecommitdiff
path: root/Platform
diff options
context:
space:
mode:
authorlushifex <shifeix.a.lu@intel.com>2017-07-05 16:45:19 +0800
committerGuo Mang <mang.guo@intel.com>2017-07-06 15:00:56 +0800
commit3bb698d3b3b711e5526ac3738bcb20b8fc93e963 (patch)
tree0e080d4e4b1e0410dad939351cdcd82df0548ea3 /Platform
parent599f54866cf77ed21fb0dbfb7ca027434f5764b2 (diff)
downloadedk2-platforms-3bb698d3b3b711e5526ac3738bcb20b8fc93e963.tar.xz
Correct Setup.
Correct BIOS Setup information. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: lushifex <shifeix.a.lu@intel.com>
Diffstat (limited to 'Platform')
-rw-r--r--Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/AcpiSetup.vfi30
-rw-r--r--Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Boot.vfi6
-rw-r--r--Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/CpuPower.vfi20
-rw-r--r--Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/DebugConfig.vfi16
-rw-r--r--Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/DptfPolicy.vfi20
-rw-r--r--Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/RtD3.vfi40
-rw-r--r--Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Security.vfi16
-rw-r--r--Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/SouthClusterConfig.vfi276
-rw-r--r--Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Thermal.vfi50
-rw-r--r--Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/VfrStrings.unibin311660 -> 312556 bytes
10 files changed, 237 insertions, 237 deletions
diff --git a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/AcpiSetup.vfi b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/AcpiSetup.vfi
index 6d918be3a6..301b636903 100644
--- a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/AcpiSetup.vfi
+++ b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/AcpiSetup.vfi
@@ -1,7 +1,7 @@
// /** @file
// ACPI Setup formset.
//
-// Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>
+// Copyright (c) 2015 - 2017, Intel Corporation. All rights reserved.<BR>
//
// This program and the accompanying materials
// are licensed and made available under the terms and conditions of the BSD License
@@ -21,7 +21,7 @@ form formid = ACPI_SETUP_FORM_ID,
oneof varid = SETUP_DATA.PciExpNative,
prompt = STRING_TOKEN(STR_ACPI_PCIE_NATIVE_PROMPT),
help = STRING_TOKEN(STR_ACPI_PCIE_NATIVE_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, 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; // suppressif
@@ -30,7 +30,7 @@ form formid = ACPI_SETUP_FORM_ID,
oneof varid = SETUP_DATA.NativeAspmEnable,
prompt = STRING_TOKEN(STR_NATIVE_ASPM_PROMPT),
help = STRING_TOKEN(STR_NATIVE_ASPM_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = MANUFACTURING | RESET_REQUIRED;
option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = DEFAULT | RESET_REQUIRED;
endoneof;
endif; // suppressif
@@ -38,8 +38,8 @@ form formid = ACPI_SETUP_FORM_ID,
oneof varid = SETUP_DATA.IrmtConfiguration,
prompt = STRING_TOKEN(STR_IRMT),
help = STRING_TOKEN(STR_IRMT_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
oneof varid = Setup.LowPowerS0Idle,
@@ -53,38 +53,38 @@ form formid = ACPI_SETUP_FORM_ID,
oneof varid = SETUP_DATA.TenSecondPowerButtonEnable,
prompt = STRING_TOKEN(STR_10SEC_POWER_BUTTON_ENABLE),
help = STRING_TOKEN(STR_10SEC_POWER_BUTTON_ENABLE_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
oneof varid = SETUP_DATA.PciDelayOptimizationEcr,
prompt = STRING_TOKEN(STR_PCI_DELAY_OPTIMIZATION_ECR),
help = STRING_TOKEN(STR_PCI_DELAY_OPTIMIZATION_ECR_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
endif; // suppressif
oneof varid = SETUP_DATA.CSNotifyEC,
prompt = STRING_TOKEN(STR_NOTIFY_EC),
help = STRING_TOKEN(STR_NOTIFY_EC_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
suppressif NOT ideqval SETUP_DATA.CSNotifyEC == 1;
oneof varid = SETUP_DATA.CSDebugLightEC,
prompt = STRING_TOKEN(STR_DEBUG_LT_EC),
help = STRING_TOKEN(STR_DEBUG_LT_EC_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
oneof varid = SETUP_DATA.EcLowPowerMode,
prompt = STRING_TOKEN(STR_EC_LOWPOWER_MODE),
help = STRING_TOKEN(STR_EC_LOWPOWER_MODE_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
endif; // suppressif
diff --git a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Boot.vfi b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Boot.vfi
index 9d842698f1..b8a9c41b1a 100644
--- a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Boot.vfi
+++ b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Boot.vfi
@@ -1,7 +1,7 @@
// /** @file
// Boot Setup formset.
//
-// Copyright (c) 1999 - 2016, Intel Corporation. All rights reserved.<BR>
+// Copyright (c) 1999 - 2017, Intel Corporation. All rights reserved.<BR>
//
// This program and the accompanying materials
// are licensed and made available under the terms and conditions of the BSD License
@@ -77,8 +77,8 @@ form formid = BOOT_CONFIGURATION_FORM_ID,
oneof varid = Setup.EfiNetworkSupport,
prompt = STRING_TOKEN(STR_EFI_NETWORK_CONTROL),
help = STRING_TOKEN(STR_EFI_NETWORK_CONTROL_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = 0 | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = 0 | RESET_REQUIRED;
endoneof;
oneof varid = Setup.RTEn,
diff --git a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/CpuPower.vfi b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/CpuPower.vfi
index 5d5f305f86..c28b03f2c9 100644
--- a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/CpuPower.vfi
+++ b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/CpuPower.vfi
@@ -95,7 +95,7 @@ form formid = CPU_PWR_CONFIGURATION_FORM_ID,
oneof varid = SETUP_DATA.CStateAutoDemotion,
prompt = STRING_TOKEN(STR_CST_AUTO_DEMOTION),
help = STRING_TOKEN(STR_CST_AUTO_DEMOTION_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
option text = STRING_TOKEN(STR_C1_AUTO_DEMOTION), value = 1, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_C3_AUTO_DEMOTION), value = 2, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_C1_AND_C3_AUTO_DEMOTION), value = 3, flags = RESET_REQUIRED;
@@ -104,7 +104,7 @@ form formid = CPU_PWR_CONFIGURATION_FORM_ID,
oneof varid = Setup.CStateUnDemotion,
prompt = STRING_TOKEN(STR_CST_UNDEMOTION),
help = STRING_TOKEN(STR_CST_UNDEMOTION_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
option text = STRING_TOKEN(STR_C1_AUTO_DEMOTION), value = 1, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_C3_AUTO_DEMOTION), value = 2, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_C1_AND_C3_AUTO_DEMOTION), value = 3, flags = RESET_REQUIRED;
@@ -113,15 +113,15 @@ form formid = CPU_PWR_CONFIGURATION_FORM_ID,
oneof varid = Setup.PkgCStateDemotion,
prompt = STRING_TOKEN(STR_PKG_CST_DEMOTION),
help = STRING_TOKEN(STR_PKG_CST_DEMOTION),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
oneof varid = Setup.PkgCStateUnDemotion,
prompt = STRING_TOKEN(STR_PKG_CST_UNDEMOTION),
help = STRING_TOKEN(STR_PKG_CST_UNDEMOTION),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
endif;
@@ -143,8 +143,8 @@ form formid = CPU_PWR_CONFIGURATION_FORM_ID,
oneof varid = Setup.PowerLimit1Enable,
prompt = STRING_TOKEN(STR_LONG_DUR_PWR_LIMIT_SUPPORT_PROMPT),
help = STRING_TOKEN(STR_LONG_DUR_PWR_LIMIT_SUPPORT_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
endif;
@@ -153,8 +153,8 @@ form formid = CPU_PWR_CONFIGURATION_FORM_ID,
oneof varid = Setup.PowerLimit1Clamp,
prompt = STRING_TOKEN(STR_LONG_DUR_PWR_LIMIT_CLAMP_PROMPT),
help = STRING_TOKEN(STR_LONG_DUR_PWR_LIMIT_CLAMP_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
oneof varid = Setup.PowerLimit1,
diff --git a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/DebugConfig.vfi b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/DebugConfig.vfi
index 3c79f3b704..e5499abc1b 100644
--- a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/DebugConfig.vfi
+++ b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/DebugConfig.vfi
@@ -1,7 +1,7 @@
// /** @file
// Debug Configuration formset.
//
-// Copyright (c) 1999 - 2016, Intel Corporation. All rights reserved.<BR>
+// Copyright (c) 1999 - 2017, Intel Corporation. All rights reserved.<BR>
//
// This program and the accompanying materials
// are licensed and made available under the terms and conditions of the BSD License
@@ -56,15 +56,15 @@ form formid = DEBUG_CONFIGURATION_FORM_ID,
oneof varid = SETUP_DATA.SeCEOPEnable,
prompt = STRING_TOKEN(STR_TXE_END_OF_POST_PROMPT),
help = STRING_TOKEN(STR_TXE_END_OF_POST_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
oneof varid = SETUP_DATA.SeCLockDir,
prompt = STRING_TOKEN(STR_TXE_LOCK_DIR_PROMPT),
help = STRING_TOKEN(STR_TXE_LOCK_DIR_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
subtitle text = STRING_TOKEN(STR_NULL_STRING);
@@ -74,8 +74,8 @@ form formid = DEBUG_CONFIGURATION_FORM_ID,
oneof varid = SETUP_DATA.PttSuppressCommandSend,
prompt = STRING_TOKEN(STR_PTT_SUPPRESS_COMMAND_PROMPT),
help = STRING_TOKEN(STR_PTT_SUPPRESS_COMMAND_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
subtitle text = STRING_TOKEN(STR_NULL_STRING);
@@ -148,7 +148,7 @@ form formid = DEBUG_CONFIGURATION_FORM_ID,
oneof varid = Setup.ProcTraceMemSize,
prompt = STRING_TOKEN(STR_PROC_TRACE_MEM_SIZE_PROMPT),
help = STRING_TOKEN(STR_PROC_TRACE_MEM_SIZE_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0xFF, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0xFF, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
option text = STRING_TOKEN(STR_4KB), value = 0, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_8KB), value = 1, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_16KB), value = 2, flags = RESET_REQUIRED;
diff --git a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/DptfPolicy.vfi b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/DptfPolicy.vfi
index 4599e9fb33..4d27437621 100644
--- a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/DptfPolicy.vfi
+++ b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/DptfPolicy.vfi
@@ -1,7 +1,7 @@
// /** @file
// DPTF Setup formset.
//
-// Copyright (c) 1999 - 2016, Intel Corporation. All rights reserved.<BR>
+// Copyright (c) 1999 - 2017, Intel Corporation. All rights reserved.<BR>
//
// This program and the accompanying materials
// are licensed and made available under the terms and conditions of the BSD License
@@ -24,14 +24,14 @@ form formid = DPTF_POLICY_FORM_ID,
oneof varid = SETUP_DATA.EnableActivePolicy,
prompt = STRING_TOKEN(STR_ACTIVE_POLICY_DPTF_PROMPT),
help = STRING_TOKEN(STR_ACTIVE_POLICY_DPTF_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
oneof varid = SETUP_DATA.EnablePassivePolicy,
prompt = STRING_TOKEN(STR_PASSIVE_POLICY_DPTF_PROMPT),
help = STRING_TOKEN(STR_PASSIVE_POLICY_DPTF_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_PASSIVE_POLICY_10_DPTF_HELP), value = 1, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_PASSIVE_POLICY_20_DPTF_HELP), value = 2, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
endoneof;
@@ -48,22 +48,22 @@ form formid = DPTF_POLICY_FORM_ID,
oneof varid = SETUP_DATA.EnableCriticalPolicy,
prompt = STRING_TOKEN(STR_CRITICAL_POLICY_DPTF_PROMPT),
help = STRING_TOKEN(STR_CRITICAL_POLICY_DPTF_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
oneof varid = SETUP_DATA.EnablePowerBossPolicy,
prompt = STRING_TOKEN(STR_POWER_BOSS_POLICY_DPTF_PROMPT),
help = STRING_TOKEN(STR_POWER_BOSS_POLICY_DPTF_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
oneof varid = SETUP_DATA.EnableVSPolicy,
prompt = STRING_TOKEN(STR_VS_POLICY_DPTF_PROMPT),
help = STRING_TOKEN(STR_VS_POLICY_DPTF_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
endform; \ No newline at end of file
diff --git a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/RtD3.vfi b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/RtD3.vfi
index 0c870f6188..eb204c6863 100644
--- a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/RtD3.vfi
+++ b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/RtD3.vfi
@@ -1,7 +1,7 @@
// /** @file
// RtD3 Setup formset.
//
-// Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>
+// Copyright (c) 2015 - 2017, Intel Corporation. All rights reserved.<BR>
//
// This program and the accompanying materials
// are licensed and made available under the terms and conditions of the BSD License
@@ -21,8 +21,8 @@
oneof varid = Setup.Rtd3Support,
prompt = STRING_TOKEN(STR_RTD3),
help = STRING_TOKEN(STR_RTD3_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
suppressif ideqval Setup.Rtd3Support == 0x0;
@@ -30,8 +30,8 @@
oneof varid = Setup.ConsolidatedPR,
prompt = STRING_TOKEN(STR_CONSOLIDATED_POWER_RESOURCE_PROMPT),
help = STRING_TOKEN(STR_CONSOLIDATED_POWER_RESOURCE_PROMPT_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
@@ -133,8 +133,8 @@
oneof varid = Setup.PstateCapping,
prompt = STRING_TOKEN(STR_RTD3_PSTATE_CAPPING),
help = STRING_TOKEN(STR_RTD3_PSTATE_CAPPING_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
oneof varid = Setup.RTD3UsbPt1,
@@ -142,13 +142,13 @@
help = STRING_TOKEN(STR_RTD3_USB_PORT_HELP),
option text = STRING_TOKEN(STR_HIGHSPEED), value = 1, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_SUPERSPEED), value = 2, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
endoneof;
oneof varid = Setup.RTD3UsbPt2,
prompt = STRING_TOKEN(STR_RTD3_USB_PORT2),
help = STRING_TOKEN(STR_RTD3_USB_PORT_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
option text = STRING_TOKEN(STR_HIGHSPEED), value = 1, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_SUPERSPEED), value = 2, flags = RESET_REQUIRED;
endoneof;
@@ -156,42 +156,42 @@
oneof varid = Setup.RTD3I2C0SensorHub,
prompt = STRING_TOKEN(STR_RTD3_I2C0_SENSOR),
help = STRING_TOKEN(STR_RTD3_I2C0_SENSOR_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
oneof varid = Setup.RTD3ZPODD,
prompt = STRING_TOKEN(STR_RTD3_ZPODD),
help = STRING_TOKEN(STR_RTD3_ZPODD_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
oneof varid = Setup.RTD3Camera,
prompt = STRING_TOKEN(STR_RTD3_CAMERA),
help = STRING_TOKEN(STR_RTD3_CAMERA_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
oneof varid = Setup.RTD3SataPort1,
prompt = STRING_TOKEN(STR_RTD3_SATAPORT1),
help = STRING_TOKEN(STR_RTD3_SATAPORT_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
oneof varid = Setup.RTD3SataPort2,
prompt = STRING_TOKEN(STR_RTD3_SATAPORT2),
help = STRING_TOKEN(STR_RTD3_SATAPORT_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
oneof varid = Setup.RTD3SataPort3,
prompt = STRING_TOKEN(STR_RTD3_SATAPORT3),
help = STRING_TOKEN(STR_RTD3_SATAPORT_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
option text = STRING_TOKEN(STR_MINICARD15), value = 1, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_MINICARD33), value = 2, flags = RESET_REQUIRED;
endoneof;
diff --git a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Security.vfi b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Security.vfi
index 9d0855eaf9..2d6b30873a 100644
--- a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Security.vfi
+++ b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Security.vfi
@@ -68,8 +68,8 @@ form formid = SECURITY_CONFIGURATION_FORM_ID,
oneof varid = Setup.SecEnable,
prompt = STRING_TOKEN(STR_SEC_SETTING_PROMPT),
help = STRING_TOKEN(STR_SEC_SETTING_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value=0x00, flags=RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value=0x01, flags=DEFAULT | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value=0x00, flags=RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value=0x01, flags=DEFAULT | RESET_REQUIRED;
endoneof;
endif;
endif;
@@ -79,23 +79,23 @@ form formid = SECURITY_CONFIGURATION_FORM_ID,
oneof varid = Setup.SecFlashUpdate,
prompt = STRING_TOKEN(STR_SEC_FLASH_UPDATE_PROMPT),
help = STRING_TOKEN(STR_SEC_FLASH_UPDATE_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value=0x00, flags=DEFAULT | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value=0x01, flags=RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value=0x00, flags=DEFAULT | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value=0x01, flags=RESET_REQUIRED;
endoneof;
oneof varid = Setup.SecFirmwareUpdate,
prompt = STRING_TOKEN(STR_SEC_FIRMWARE_UPDATE_PROMPT),
help = STRING_TOKEN(STR_SEC_FIRMWARE_UPDATE_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value=0x00, flags=DEFAULT | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value=0x01, flags=RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value=0x00, flags=DEFAULT | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value=0x01, flags=RESET_REQUIRED;
endoneof;
endif;
oneof varid = Setup.SeCEOPEnable,
prompt = STRING_TOKEN(STR_SEC_EOP_PROMPT),
help = STRING_TOKEN(STR_SEC_EOP_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value=0x00, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value=0x01, flags = DEFAULT | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value=0x00, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value=0x01, flags = DEFAULT | RESET_REQUIRED;
endoneof;
grayoutif ideqval Setup.SeCEOPEnable == 1;
diff --git a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/SouthClusterConfig.vfi b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/SouthClusterConfig.vfi
index 9290c607c3..a2bd4f8d23 100644
--- a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/SouthClusterConfig.vfi
+++ b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/SouthClusterConfig.vfi
@@ -145,49 +145,49 @@ form formid = MISC_OPTIONS_FORM_ID,
oneof varid = Setup.ScBiosLock,
prompt = STRING_TOKEN(STR_PCH_BLE_PROMPT),
help = STRING_TOKEN(STR_PCH_BLE_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
oneof varid = Setup.RtcLock,
prompt = STRING_TOKEN(STR_PCH_RTC_LOCK_PROMPT),
help = STRING_TOKEN(STR_PCH_RTC_LOCK_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
oneof varid = Setup.FprrEnable,
prompt = STRING_TOKEN(STR_FPRR_ENABLE),
help = STRING_TOKEN(STR_FPRR_ENABLE_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
oneof varid = Setup.TcoLock,
prompt = STRING_TOKEN(STR_TCO_LOCK_PROMPT),
help = STRING_TOKEN(STR_TCO_LOCK_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
oneof varid = Setup.DciEn,
prompt = STRING_TOKEN(STR_DCI_HDCIEN_PROMPT),
help = STRING_TOKEN(STR_DCI_HDCIEN_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
suppressif ideqval Setup.DciEn == 1;
oneof varid = Setup.DciAutoDetect,
prompt = STRING_TOKEN(STR_DCI_AUTO_PROMPT),
help = STRING_TOKEN(STR_DCI_AUTO_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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.GpioLock,
prompt = STRING_TOKEN(STR_GPIOLOCK_PROMPT),
help = STRING_TOKEN(STR_GPIOLOCK_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
subtitle text = STRING_TOKEN(STR_NULL_STRING);
@@ -196,7 +196,7 @@ form formid = MISC_OPTIONS_FORM_ID,
oneof varid = SETUP_DATA.SelectBtDevice,
prompt = STRING_TOKEN(STR_PCH_SERIAL_IO_BLUETOOTH_DEVICE),
help = STRING_TOKEN(STR_PCH_SERIAL_IO_BLUETOOTH_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
option text = STRING_TOKEN(STR_BT_BCM2E40), value = 1, flags = RESET_REQUIRED;
// option text = STRING_TOKEN(STR_BT_BCM2EA1), value = 2, flags = RESET_REQUIRED;
endoneof;
@@ -273,8 +273,8 @@ form formid = ISH_OPTIONS_FORM_ID,
oneof varid = Setup.ScIshEnabled,
prompt = STRING_TOKEN(STR_ISH_PROMPT),
help = STRING_TOKEN(STR_ISH_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
endform; // End of ISH Configurations
@@ -686,8 +686,8 @@ form formid = PCIE_DEVICE_OPTIONS_FORM_ID,
oneof varid = Setup.PcieClockGatingDisabled,
prompt = STRING_TOKEN(STR_PCIE_CKG_PROMPT),
help = STRING_TOKEN(STR_PCIE_CKG_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 1, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
endoneof;
text
@@ -699,8 +699,8 @@ form formid = PCIE_DEVICE_OPTIONS_FORM_ID,
oneof varid = Setup.PcieRootPort8xhDecode,
prompt = STRING_TOKEN(STR_PCH_PCIE_PORT8XH_PROMPT),
help = STRING_TOKEN(STR_PCH_PCIE_PORT8XH_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
suppressif ideqval Setup.PcieRootPort8xhDecode == 0;
@@ -718,15 +718,15 @@ form formid = PCIE_DEVICE_OPTIONS_FORM_ID,
oneof varid = Setup.PcieRootPortPeerMemoryWriteEnable,
prompt = STRING_TOKEN(STR_PCH_PCIE_PEERMEMORYWRITE_PROMPT),
help = STRING_TOKEN(STR_PCH_PCIE_PEERMEMORYWRITE_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
oneof varid = Setup.PcieComplianceMode,
prompt = STRING_TOKEN(STR_PCIE_COMPLIANCE_MODE_PROMPT),
help = STRING_TOKEN(STR_PCIE_COMPLIANCE_MODE_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
goto PCIERP1_OPTIONS_FORM_ID,
@@ -788,7 +788,7 @@ form formid = PCIERP1_OPTIONS_FORM_ID,
oneof varid = Setup.PcieRootPortL1SubStates[OFFSET_0],
prompt = STRING_TOKEN(STR_PCIE_L1SUB_PROMPT),
help = STRING_TOKEN(STR_PCIE_L1SUB_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_PCIE_L1SUB_1_STRING), value = 1, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_PCIE_L1SUB_2_STRING), value = 2, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_PCIE_L1SUB_1_2_STRING), value = 3, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
@@ -797,8 +797,8 @@ form formid = PCIERP1_OPTIONS_FORM_ID,
oneof varid = Setup.PcieRootPortACS[OFFSET_0],
prompt = STRING_TOKEN(STR_PCIE_ACS_PROMPT),
help = STRING_TOKEN(STR_PCIE_ACS_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
oneof varid = Setup.PcieRootPortURE[OFFSET_0],
@@ -832,8 +832,8 @@ form formid = PCIERP1_OPTIONS_FORM_ID,
oneof varid = Setup.PcieRootPortCTD[OFFSET_0],
prompt = STRING_TOKEN(STR_PCH_PCIE_CTD_PROMPT),
help = STRING_TOKEN(STR_PCH_PCIE_CTD_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
oneof varid = Setup.PcieRootPortSFE[OFFSET_0],
@@ -919,15 +919,15 @@ form formid = PCIERP1_OPTIONS_FORM_ID,
oneof varid = Setup.PchPcieLtrEnable[OFFSET_0],
prompt = STRING_TOKEN (STR_PCH_PCIE_LTR_PROMPT),
help = STRING_TOKEN (STR_PCH_PCIE_LTR_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
suppressif ideqval Setup.PchPcieLtrEnable[OFFSET_0] == 0;
oneof varid = Setup.PchPcieSnoopLatencyOverrideMode[OFFSET_0],
prompt = STRING_TOKEN (STR_PCH_PCIE_SL_OVRD_PROMPT),
help = STRING_TOKEN (STR_PCH_PCIE_SL_OVRD_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_MANUAL_STRING), value = 1, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_AUTO_STRING), value = 2, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
endoneof;
@@ -958,7 +958,7 @@ form formid = PCIERP1_OPTIONS_FORM_ID,
oneof varid = Setup.PchPcieNonSnoopLatencyOverrideMode[OFFSET_0],
prompt = STRING_TOKEN (STR_PCH_PCIE_NSL_OVRD_PROMPT),
help = STRING_TOKEN (STR_PCH_PCIE_NSL_OVRD_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_MANUAL_STRING), value = 1, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_AUTO_STRING), value = 2, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
endoneof;
@@ -990,14 +990,14 @@ form formid = PCIERP1_OPTIONS_FORM_ID,
oneof varid = Setup.PchPcieLtrConfigLock[OFFSET_0],
prompt = STRING_TOKEN (STR_PCH_PCIE_LTRLOCK_PROMPT),
help = STRING_TOKEN (STR_PCH_PCIE_LTRLOCK_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
oneof varid = Setup.PcieRootPortSelectableDeemphasis[OFFSET_0],
prompt = STRING_TOKEN (STR_PCH_PCIE_SD_PROMPT),
help = STRING_TOKEN (STR_PCH_PCIE_SD_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
endform; //End of PCIERP1_OPTIONS_FORM_ID
@@ -1036,7 +1036,7 @@ form formid = PCIERP2_OPTIONS_FORM_ID,
oneof varid = Setup.PcieRootPortL1SubStates[OFFSET_1],
prompt = STRING_TOKEN(STR_PCIE_L1SUB_PROMPT),
help = STRING_TOKEN(STR_PCIE_L1SUB_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_PCIE_L1SUB_1_STRING), value = 1, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_PCIE_L1SUB_2_STRING), value = 2, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_PCIE_L1SUB_1_2_STRING), value = 3, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
@@ -1045,8 +1045,8 @@ form formid = PCIERP2_OPTIONS_FORM_ID,
oneof varid = Setup.PcieRootPortACS[OFFSET_1],
prompt = STRING_TOKEN(STR_PCIE_ACS_PROMPT),
help = STRING_TOKEN(STR_PCIE_ACS_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
oneof varid = Setup.PcieRootPortURE[OFFSET_1],
@@ -1080,8 +1080,8 @@ form formid = PCIERP2_OPTIONS_FORM_ID,
oneof varid = Setup.PcieRootPortCTD[OFFSET_1],
prompt = STRING_TOKEN(STR_PCH_PCIE_CTD_PROMPT),
help = STRING_TOKEN(STR_PCH_PCIE_CTD_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
oneof varid = Setup.PcieRootPortSFE[OFFSET_1],
@@ -1166,15 +1166,15 @@ form formid = PCIERP2_OPTIONS_FORM_ID,
oneof varid = Setup.PchPcieLtrEnable[OFFSET_1],
prompt = STRING_TOKEN (STR_PCH_PCIE_LTR_PROMPT),
help = STRING_TOKEN (STR_PCH_PCIE_LTR_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
suppressif ideqval Setup.PchPcieLtrEnable[OFFSET_1] == 0;
oneof varid = Setup.PchPcieSnoopLatencyOverrideMode[OFFSET_1],
prompt = STRING_TOKEN (STR_PCH_PCIE_SL_OVRD_PROMPT),
help = STRING_TOKEN (STR_PCH_PCIE_SL_OVRD_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_MANUAL_STRING), value = 1, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_AUTO_STRING), value = 2, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
endoneof;
@@ -1205,7 +1205,7 @@ form formid = PCIERP2_OPTIONS_FORM_ID,
oneof varid = Setup.PchPcieNonSnoopLatencyOverrideMode[OFFSET_1],
prompt = STRING_TOKEN (STR_PCH_PCIE_NSL_OVRD_PROMPT),
help = STRING_TOKEN (STR_PCH_PCIE_NSL_OVRD_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_MANUAL_STRING), value = 1, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_AUTO_STRING), value = 2, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
endoneof;
@@ -1237,14 +1237,14 @@ form formid = PCIERP2_OPTIONS_FORM_ID,
oneof varid = Setup.PchPcieLtrConfigLock[OFFSET_1],
prompt = STRING_TOKEN (STR_PCH_PCIE_LTRLOCK_PROMPT),
help = STRING_TOKEN (STR_PCH_PCIE_LTRLOCK_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
oneof varid = Setup.PcieRootPortSelectableDeemphasis[OFFSET_1],
prompt = STRING_TOKEN (STR_PCH_PCIE_SD_PROMPT),
help = STRING_TOKEN (STR_PCH_PCIE_SD_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
endform; //End of PCIERP2_OPTIONS_FORM_ID
@@ -1283,7 +1283,7 @@ form formid = PCIERP3_OPTIONS_FORM_ID,
oneof varid = Setup.PcieRootPortL1SubStates[OFFSET_2],
prompt = STRING_TOKEN(STR_PCIE_L1SUB_PROMPT),
help = STRING_TOKEN(STR_PCIE_L1SUB_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_PCIE_L1SUB_1_STRING), value = 1, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_PCIE_L1SUB_2_STRING), value = 2, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_PCIE_L1SUB_1_2_STRING), value = 3, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
@@ -1292,8 +1292,8 @@ form formid = PCIERP3_OPTIONS_FORM_ID,
oneof varid = Setup.PcieRootPortACS[OFFSET_2],
prompt = STRING_TOKEN(STR_PCIE_ACS_PROMPT),
help = STRING_TOKEN(STR_PCIE_ACS_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
oneof varid = Setup.PcieRootPortURE[OFFSET_2],
@@ -1327,8 +1327,8 @@ form formid = PCIERP3_OPTIONS_FORM_ID,
oneof varid = Setup.PcieRootPortCTD[OFFSET_2],
prompt = STRING_TOKEN(STR_PCH_PCIE_CTD_PROMPT),
help = STRING_TOKEN(STR_PCH_PCIE_CTD_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
oneof varid = Setup.PcieRootPortSFE[OFFSET_2],
@@ -1414,15 +1414,15 @@ form formid = PCIERP3_OPTIONS_FORM_ID,
oneof varid = Setup.PchPcieLtrEnable[OFFSET_2],
prompt = STRING_TOKEN (STR_PCH_PCIE_LTR_PROMPT),
help = STRING_TOKEN (STR_PCH_PCIE_LTR_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
suppressif ideqval Setup.PchPcieLtrEnable[OFFSET_2] == 0;
oneof varid = Setup.PchPcieSnoopLatencyOverrideMode[OFFSET_2],
prompt = STRING_TOKEN (STR_PCH_PCIE_SL_OVRD_PROMPT),
help = STRING_TOKEN (STR_PCH_PCIE_SL_OVRD_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_MANUAL_STRING), value = 1, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_AUTO_STRING), value = 2, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
endoneof;
@@ -1453,7 +1453,7 @@ form formid = PCIERP3_OPTIONS_FORM_ID,
oneof varid = Setup.PchPcieNonSnoopLatencyOverrideMode[OFFSET_2],
prompt = STRING_TOKEN (STR_PCH_PCIE_NSL_OVRD_PROMPT),
help = STRING_TOKEN (STR_PCH_PCIE_NSL_OVRD_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_MANUAL_STRING), value = 1, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_AUTO_STRING), value = 2, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
endoneof;
@@ -1485,14 +1485,14 @@ form formid = PCIERP3_OPTIONS_FORM_ID,
oneof varid = Setup.PchPcieLtrConfigLock[OFFSET_2],
prompt = STRING_TOKEN (STR_PCH_PCIE_LTRLOCK_PROMPT),
help = STRING_TOKEN (STR_PCH_PCIE_LTRLOCK_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
oneof varid = Setup.PcieRootPortSelectableDeemphasis[OFFSET_2],
prompt = STRING_TOKEN (STR_PCH_PCIE_SD_PROMPT),
help = STRING_TOKEN (STR_PCH_PCIE_SD_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
endform; //End of PCIERP3_OPTIONS_FORM_ID
@@ -1531,7 +1531,7 @@ form formid = PCIERP4_OPTIONS_FORM_ID,
oneof varid = Setup.PcieRootPortL1SubStates[OFFSET_3],
prompt = STRING_TOKEN(STR_PCIE_L1SUB_PROMPT),
help = STRING_TOKEN(STR_PCIE_L1SUB_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_PCIE_L1SUB_1_STRING), value = 1, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_PCIE_L1SUB_2_STRING), value = 2, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_PCIE_L1SUB_1_2_STRING), value = 3, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
@@ -1540,8 +1540,8 @@ form formid = PCIERP4_OPTIONS_FORM_ID,
oneof varid = Setup.PcieRootPortACS[OFFSET_3],
prompt = STRING_TOKEN(STR_PCIE_ACS_PROMPT),
help = STRING_TOKEN(STR_PCIE_ACS_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
oneof varid = Setup.PcieRootPortURE[OFFSET_3],
@@ -1575,8 +1575,8 @@ form formid = PCIERP4_OPTIONS_FORM_ID,
oneof varid = Setup.PcieRootPortCTD[OFFSET_3],
prompt = STRING_TOKEN(STR_PCH_PCIE_CTD_PROMPT),
help = STRING_TOKEN(STR_PCH_PCIE_CTD_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
oneof varid = Setup.PcieRootPortSFE[OFFSET_3],
@@ -1661,15 +1661,15 @@ form formid = PCIERP4_OPTIONS_FORM_ID,
oneof varid = Setup.PchPcieLtrEnable[OFFSET_3],
prompt = STRING_TOKEN (STR_PCH_PCIE_LTR_PROMPT),
help = STRING_TOKEN (STR_PCH_PCIE_LTR_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
suppressif ideqval Setup.PchPcieLtrEnable[OFFSET_3] == 0;
oneof varid = Setup.PchPcieSnoopLatencyOverrideMode[OFFSET_3],
prompt = STRING_TOKEN (STR_PCH_PCIE_SL_OVRD_PROMPT),
help = STRING_TOKEN (STR_PCH_PCIE_SL_OVRD_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_MANUAL_STRING), value = 1, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_AUTO_STRING), value = 2, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
endoneof;
@@ -1700,7 +1700,7 @@ form formid = PCIERP4_OPTIONS_FORM_ID,
oneof varid = Setup.PchPcieNonSnoopLatencyOverrideMode[OFFSET_3],
prompt = STRING_TOKEN (STR_PCH_PCIE_NSL_OVRD_PROMPT),
help = STRING_TOKEN (STR_PCH_PCIE_NSL_OVRD_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_MANUAL_STRING), value = 1, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_AUTO_STRING), value = 2, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
endoneof;
@@ -1732,14 +1732,14 @@ form formid = PCIERP4_OPTIONS_FORM_ID,
oneof varid = Setup.PchPcieLtrConfigLock[OFFSET_3],
prompt = STRING_TOKEN (STR_PCH_PCIE_LTRLOCK_PROMPT),
help = STRING_TOKEN (STR_PCH_PCIE_LTRLOCK_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
oneof varid = Setup.PcieRootPortSelectableDeemphasis[OFFSET_3],
prompt = STRING_TOKEN (STR_PCH_PCIE_SD_PROMPT),
help = STRING_TOKEN (STR_PCH_PCIE_SD_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
endform; //End of PCIERP4_OPTIONS_FORM_ID
@@ -1778,7 +1778,7 @@ form formid = PCIERP5_OPTIONS_FORM_ID,
oneof varid = Setup.PcieRootPortL1SubStates[OFFSET_4],
prompt = STRING_TOKEN(STR_PCIE_L1SUB_PROMPT),
help = STRING_TOKEN(STR_PCIE_L1SUB_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_PCIE_L1SUB_1_STRING), value = 1, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_PCIE_L1SUB_2_STRING), value = 2, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_PCIE_L1SUB_1_2_STRING), value = 3, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
@@ -1787,8 +1787,8 @@ form formid = PCIERP5_OPTIONS_FORM_ID,
oneof varid = Setup.PcieRootPortACS[OFFSET_4],
prompt = STRING_TOKEN(STR_PCIE_ACS_PROMPT),
help = STRING_TOKEN(STR_PCIE_ACS_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
oneof varid = Setup.PcieRootPortURE[OFFSET_4],
@@ -1822,8 +1822,8 @@ form formid = PCIERP5_OPTIONS_FORM_ID,
oneof varid = Setup.PcieRootPortCTD[OFFSET_4],
prompt = STRING_TOKEN(STR_PCH_PCIE_CTD_PROMPT),
help = STRING_TOKEN(STR_PCH_PCIE_CTD_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
oneof varid = Setup.PcieRootPortSFE[OFFSET_4],
@@ -1908,15 +1908,15 @@ form formid = PCIERP5_OPTIONS_FORM_ID,
oneof varid = Setup.PchPcieLtrEnable[OFFSET_4],
prompt = STRING_TOKEN (STR_PCH_PCIE_LTR_PROMPT),
help = STRING_TOKEN (STR_PCH_PCIE_LTR_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
suppressif ideqval Setup.PchPcieLtrEnable[OFFSET_4] == 0;
oneof varid = Setup.PchPcieSnoopLatencyOverrideMode[OFFSET_4],
prompt = STRING_TOKEN (STR_PCH_PCIE_SL_OVRD_PROMPT),
help = STRING_TOKEN (STR_PCH_PCIE_SL_OVRD_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_MANUAL_STRING), value = 1, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_AUTO_STRING), value = 2, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
endoneof;
@@ -1947,7 +1947,7 @@ form formid = PCIERP5_OPTIONS_FORM_ID,
oneof varid = Setup.PchPcieNonSnoopLatencyOverrideMode[OFFSET_4],
prompt = STRING_TOKEN (STR_PCH_PCIE_NSL_OVRD_PROMPT),
help = STRING_TOKEN (STR_PCH_PCIE_NSL_OVRD_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_MANUAL_STRING), value = 1, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_AUTO_STRING), value = 2, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
endoneof;
@@ -1979,14 +1979,14 @@ form formid = PCIERP5_OPTIONS_FORM_ID,
oneof varid = Setup.PchPcieLtrConfigLock[OFFSET_4],
prompt = STRING_TOKEN (STR_PCH_PCIE_LTRLOCK_PROMPT),
help = STRING_TOKEN (STR_PCH_PCIE_LTRLOCK_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
oneof varid = Setup.PcieRootPortSelectableDeemphasis[OFFSET_4],
prompt = STRING_TOKEN (STR_PCH_PCIE_SD_PROMPT),
help = STRING_TOKEN (STR_PCH_PCIE_SD_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
endform; //End of PCIERP5_OPTIONS_FORM_ID
@@ -2025,7 +2025,7 @@ form formid = PCIERP6_OPTIONS_FORM_ID,
oneof varid = Setup.PcieRootPortL1SubStates[OFFSET_5],
prompt = STRING_TOKEN(STR_PCIE_L1SUB_PROMPT),
help = STRING_TOKEN(STR_PCIE_L1SUB_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_PCIE_L1SUB_1_STRING), value = 1, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_PCIE_L1SUB_2_STRING), value = 2, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_PCIE_L1SUB_1_2_STRING), value = 3, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
@@ -2034,8 +2034,8 @@ form formid = PCIERP6_OPTIONS_FORM_ID,
oneof varid = Setup.PcieRootPortACS[OFFSET_5],
prompt = STRING_TOKEN(STR_PCIE_ACS_PROMPT),
help = STRING_TOKEN(STR_PCIE_ACS_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
oneof varid = Setup.PcieRootPortURE[OFFSET_5],
@@ -2069,8 +2069,8 @@ form formid = PCIERP6_OPTIONS_FORM_ID,
oneof varid = Setup.PcieRootPortCTD[OFFSET_5],
prompt = STRING_TOKEN(STR_PCH_PCIE_CTD_PROMPT),
help = STRING_TOKEN(STR_PCH_PCIE_CTD_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
oneof varid = Setup.PcieRootPortSFE[OFFSET_5],
@@ -2155,15 +2155,15 @@ form formid = PCIERP6_OPTIONS_FORM_ID,
oneof varid = Setup.PchPcieLtrEnable[OFFSET_5],
prompt = STRING_TOKEN (STR_PCH_PCIE_LTR_PROMPT),
help = STRING_TOKEN (STR_PCH_PCIE_LTR_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
suppressif ideqval Setup.PchPcieLtrEnable[OFFSET_5] == 0;
oneof varid = Setup.PchPcieSnoopLatencyOverrideMode[OFFSET_5],
prompt = STRING_TOKEN (STR_PCH_PCIE_SL_OVRD_PROMPT),
help = STRING_TOKEN (STR_PCH_PCIE_SL_OVRD_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_MANUAL_STRING), value = 1, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_AUTO_STRING), value = 2, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
endoneof;
@@ -2194,7 +2194,7 @@ form formid = PCIERP6_OPTIONS_FORM_ID,
oneof varid = Setup.PchPcieNonSnoopLatencyOverrideMode[OFFSET_5],
prompt = STRING_TOKEN (STR_PCH_PCIE_NSL_OVRD_PROMPT),
help = STRING_TOKEN (STR_PCH_PCIE_NSL_OVRD_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_MANUAL_STRING), value = 1, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_AUTO_STRING), value = 2, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
endoneof;
@@ -2226,14 +2226,14 @@ form formid = PCIERP6_OPTIONS_FORM_ID,
oneof varid = Setup.PchPcieLtrConfigLock[OFFSET_5],
prompt = STRING_TOKEN (STR_PCH_PCIE_LTRLOCK_PROMPT),
help = STRING_TOKEN (STR_PCH_PCIE_LTRLOCK_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
oneof varid = Setup.PcieRootPortSelectableDeemphasis[OFFSET_5],
prompt = STRING_TOKEN (STR_PCH_PCIE_SD_PROMPT),
help = STRING_TOKEN (STR_PCH_PCIE_SD_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
endform; //End of PCIERP6_OPTIONS_FORM_ID
@@ -2474,16 +2474,16 @@ form formid = SATA_CONFIGURATION_ID,
oneof varid = Setup.SataTestMode,
prompt = STRING_TOKEN(STR_SATA_TEST_MODE_PROMPT),
help = STRING_TOKEN(STR_SATA_TEST_MODE_HELP),
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_DISABLED), 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 = DEFAULT | MANUFACTURING | RESET_REQUIRED;
endoneof;
oneof varid = Setup.SataSalp,
prompt = STRING_TOKEN(STR_SATA_AHCI_SALP),
help = STRING_TOKEN(STR_SATA_AHCI_SALP_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
subtitle text = STRING_TOKEN(STR_NULL_STRING);
@@ -2506,8 +2506,8 @@ form formid = SATA_CONFIGURATION_ID,
oneof varid = Setup.SataPort[0],
prompt = STRING_TOKEN(STR_SATA_PORT_0),
help = STRING_TOKEN(STR_SATA_PORT_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
@@ -2515,8 +2515,8 @@ form formid = SATA_CONFIGURATION_ID,
oneof varid = Setup.SataHotPlug[0],
prompt = STRING_TOKEN(STR_SATA0_HOTPLUG_CAP_PROMPT),
help = STRING_TOKEN(STR_SATA_HOTPLUG_CAP_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
text
@@ -2531,16 +2531,16 @@ form formid = SATA_CONFIGURATION_ID,
oneof varid = Setup.SataMechanicalSw[0],
prompt = STRING_TOKEN(STR_SATA_MECHANICAL_SW0),
help = STRING_TOKEN(STR_SATA_MECHANICAL_SW_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
oneof varid = Setup.SataSpinUp[0],
prompt = STRING_TOKEN(STR_SATA_SPIN_UP0),
help = STRING_TOKEN(STR_SATA_SPIN_UP_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
oneof varid = Setup.SataType[0],
@@ -2554,15 +2554,15 @@ form formid = SATA_CONFIGURATION_ID,
oneof varid = Setup.PxDevSlp[0],
prompt = STRING_TOKEN(STR_PCH_P0DEVSLP_PROMPT),
help = STRING_TOKEN(STR_PCH_P0DEVSLP_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
oneof varid = Setup.EnableDitoConfig[0],
prompt = STRING_TOKEN(STR_PCH_ENABLE_DITO_CONFIG_PROMPT),
help = STRING_TOKEN(STR_PCH_ENABLE_DITO_CONFIG_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
grayoutif ideqval Setup.EnableDitoConfig[0] == 0;
@@ -2607,16 +2607,16 @@ form formid = SATA_CONFIGURATION_ID,
oneof varid = Setup.SataPort[1],
prompt = STRING_TOKEN(STR_SATA_PORT_1),
help = STRING_TOKEN(STR_SATA_PORT_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
suppressif ideqval Setup.SataExternal[1] == 1;
oneof varid = Setup.SataHotPlug[1],
prompt = STRING_TOKEN(STR_SATA1_HOTPLUG_CAP_PROMPT),
help = STRING_TOKEN(STR_SATA_HOTPLUG_CAP_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
text
@@ -2631,16 +2631,16 @@ form formid = SATA_CONFIGURATION_ID,
oneof varid = Setup.SataMechanicalSw[1],
prompt = STRING_TOKEN(STR_SATA_MECHANICAL_SW1),
help = STRING_TOKEN(STR_SATA_MECHANICAL_SW_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
oneof varid = Setup.SataSpinUp[1],
prompt = STRING_TOKEN(STR_SATA_SPIN_UP1),
help = STRING_TOKEN(STR_SATA_SPIN_UP_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
oneof varid = Setup.SataType[1],
@@ -2653,15 +2653,15 @@ form formid = SATA_CONFIGURATION_ID,
oneof varid = Setup.PxDevSlp[1],
prompt = STRING_TOKEN(STR_PCH_P1DEVSLP_PROMPT),
help = STRING_TOKEN(STR_PCH_P1DEVSLP_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
oneof varid = Setup.EnableDitoConfig[1],
prompt = STRING_TOKEN(STR_PCH_ENABLE_DITO_CONFIG_PROMPT),
help = STRING_TOKEN(STR_PCH_ENABLE_DITO_CONFIG_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
grayoutif ideqval Setup.EnableDitoConfig[1] == 0;
@@ -2777,7 +2777,7 @@ form formid = HDAUDIO_OPTIONS_FORM_ID,
oneof varid = Setup.ScHdAudioNhltEndpointDmic,
prompt = STRING_TOKEN(STR_HDA_NHLT_ENDPOINT_DMIC),
help = STRING_TOKEN(STR_HDA_NHLT_ENDPOINT_DMIC_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_HDA_DMIC_2CH), value = 1, flags = DEFAULT |RESET_REQUIRED;
option text = STRING_TOKEN(STR_HDA_DMIC_4CH), value = 2, flags = RESET_REQUIRED;
endoneof;
@@ -2785,23 +2785,23 @@ form formid = HDAUDIO_OPTIONS_FORM_ID,
oneof varid = Setup.ScHdAudioNhltEndpointBt,
prompt = STRING_TOKEN(STR_HDA_NHLT_ENDPOINT_BT),
help = STRING_TOKEN(STR_HDA_NHLT_ENDPOINT_BT_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = DEFAULT | RESET_REQUIRED;
endoneof;
grayoutif ideqval Setup.ScHdAudioIoBufferOwnership == 0;
oneof varid = Setup.ScHdAudioNhltEndpointI2sSKP,
prompt = STRING_TOKEN(STR_HDA_NHLT_ENDPOINT_I2S_SKP),
help = STRING_TOKEN(STR_HDA_NHLT_ENDPOINT_I2S_SKP_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = DEFAULT | RESET_REQUIRED;
endoneof;
oneof varid = Setup.ScHdAudioNhltEndpointI2sHP,
prompt = STRING_TOKEN(STR_HDA_NHLT_ENDPOINT_I2S_HP),
help = STRING_TOKEN(STR_HDA_NHLT_ENDPOINT_I2S_HP_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = DEFAULT | RESET_REQUIRED;
endoneof;
endif;
diff --git a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Thermal.vfi b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Thermal.vfi
index 7c3c80edce..1bca4c7c13 100644
--- a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Thermal.vfi
+++ b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Thermal.vfi
@@ -1,7 +1,7 @@
// /** @file
// Thermal Setup formset.
//
-// Copyright (c) 1999 - 2016, Intel Corporation. All rights reserved.<BR>
+// Copyright (c) 1999 - 2017, Intel Corporation. All rights reserved.<BR>
//
// This program and the accompanying materials
// are licensed and made available under the terms and conditions of the BSD License
@@ -23,8 +23,8 @@ form formid = THERMAL_FORM_ID,
oneof varid = Setup.AutoThermalReporting,
prompt = STRING_TOKEN(STR_THERMAL_REPORTING_PROMPT),
help = STRING_TOKEN(STR_THERMAL_REPORTING_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
suppressif ideqval Setup.EnableDptf == 0x1 OR ideqval Setup.AutoThermalReporting == 0x1;
@@ -214,22 +214,22 @@ form formid = THERMAL_FORM_ID,
oneof varid = Setup.DptfDisplayDevice,
prompt = STRING_TOKEN(STR_DPTF_DISPLAY_PROMPT),
help = STRING_TOKEN(STR_DPTF_DISPLAY_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
oneof varid = Setup.DptfFanDevice,
prompt = STRING_TOKEN(STR_FAN_DPTF_PROMPT),
help = STRING_TOKEN(STR_FAN_DPTF_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
oneof varid = Setup.EnableSen1Participant,
prompt = STRING_TOKEN(STR_SEN1_DEVICE_PROMPT),
help = STRING_TOKEN(STR_PROC_MEMORY_DEVICE_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
suppressif ideqval Setup.EnableSen1Participant == 0;
@@ -304,8 +304,8 @@ form formid = THERMAL_FORM_ID,
oneof varid = SETUP_DATA.EnablePowerParticipant,
prompt = STRING_TOKEN(STR_POWER_DEVICE),
help = STRING_TOKEN(STR_POWER_DEVICE_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
suppressif ideqval SETUP_DATA.EnablePowerParticipant == 0;
@@ -327,8 +327,8 @@ form formid = THERMAL_FORM_ID,
oneof varid = SETUP_DATA.EnableGen1Participant,
prompt = STRING_TOKEN(STR_GEN1_DEVICE),
help = STRING_TOKEN(STR_GEN1_DEVICE_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
suppressif ideqval SETUP_DATA.EnableGen1Participant == 0;
@@ -390,8 +390,8 @@ form formid = THERMAL_FORM_ID,
oneof varid = SETUP_DATA.EnableGen2Participant,
prompt = STRING_TOKEN(STR_GEN2_DEVICE),
help = STRING_TOKEN(STR_GEN2_DEVICE_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
suppressif ideqval SETUP_DATA.EnableGen2Participant == 0;
@@ -453,8 +453,8 @@ form formid = THERMAL_FORM_ID,
oneof varid = SETUP_DATA.EnableGen3Participant,
prompt = STRING_TOKEN(STR_GEN3_DEVICE),
help = STRING_TOKEN(STR_GEN3_DEVICE_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
suppressif ideqval SETUP_DATA.EnableGen3Participant == 0;
@@ -516,8 +516,8 @@ form formid = THERMAL_FORM_ID,
oneof varid = SETUP_DATA.EnableGen4Participant,
prompt = STRING_TOKEN(STR_GEN4_DEVICE),
help = STRING_TOKEN(STR_GEN4_DEVICE_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | 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;
suppressif ideqval SETUP_DATA.EnableGen4Participant == 0;
@@ -640,8 +640,8 @@ form formid = THERMAL_FORM_ID,
oneof varid = SETUP_DATA.EnableVS1Participant,
prompt = STRING_TOKEN(STR_VIRTUAL_SENSOR_DEVICE1),
help = STRING_TOKEN(STR_VIRTUAL_SENSOR_DEVICE_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
suppressif ideqval SETUP_DATA.EnableVS1Participant == 0;
@@ -694,8 +694,8 @@ form formid = THERMAL_FORM_ID,
oneof varid = SETUP_DATA.EnableVS2Participant,
prompt = STRING_TOKEN(STR_VIRTUAL_SENSOR_DEVICE2),
help = STRING_TOKEN(STR_VIRTUAL_SENSOR_DEVICE_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
suppressif ideqval SETUP_DATA.EnableVS2Participant == 0;
@@ -748,8 +748,8 @@ form formid = THERMAL_FORM_ID,
oneof varid = SETUP_DATA.EnableVS3Participant,
prompt = STRING_TOKEN(STR_VIRTUAL_SENSOR_DEVICE3),
help = STRING_TOKEN(STR_VIRTUAL_SENSOR_DEVICE_HELP),
- option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
suppressif ideqval SETUP_DATA.EnableVS3Participant == 0;
diff --git a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/VfrStrings.uni b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/VfrStrings.uni
index 9ff9a80ba6..16bb0bd13e 100644
--- a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/VfrStrings.uni
+++ b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/VfrStrings.uni
Binary files differ