summaryrefslogtreecommitdiff
path: root/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/AcpiSetup.vfi
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/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/AcpiSetup.vfi
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/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/AcpiSetup.vfi')
-rw-r--r--Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/AcpiSetup.vfi30
1 files changed, 15 insertions, 15 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