]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Vlv2TbltDevicePkg/PlatformSetupDxe/Thermal.vfi
BaseTools: Fixed issue in MultiThread Genfds function
[mirror_edk2.git] / Vlv2TbltDevicePkg / PlatformSetupDxe / Thermal.vfi
index 13786fcb41ccfef2d0ad84b5c3901a1ae6ff134e..63063a73b2548da1432aa8be1cb3ced50e7fe312 100644 (file)
@@ -2,13 +2,8 @@
 //\r
 // Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
 //                                                                                  \r\r
-// This program and the accompanying materials are licensed and made available under\r\r
-// the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-// The full text of the license may be found at                                     \r\r
-// http://opensource.org/licenses/bsd-license.php.                                  \r\r
-//                                                                                  \r\r
-// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+// SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 //                                                                                  \r\r
 //\r
 //\r
@@ -33,7 +28,26 @@ form formid = THERMAL_FORM_ID,
   title  = STRING_TOKEN(STR_THERMAL_TITLE);\r
 \r
   subtitle text = STRING_TOKEN(STR_THERMAL_CONFIGURATION);\r
-\r
+  oneof   varid   = Setup.CriticalThermalTripPoint,\r
+    prompt      = STRING_TOKEN(STR_ACPI_CRITICAL_THERMAL_TRIP_POINT),\r
+    help        = STRING_TOKEN(STR_ACPI_CRITICAL_THERMAL_TRIP_POINT_HELP),\r
+    option text = STRING_TOKEN (STR_85_C), value = 85, flags=0 | RESET_REQUIRED;     \r
+    option text = STRING_TOKEN (STR_87_C), value = 87, flags=0 | RESET_REQUIRED; \r
+    option text = STRING_TOKEN (STR_90_C), value = 90, flags=0 | RESET_REQUIRED;\r
+    option text = STRING_TOKEN (STR_105_C), value = 105, flags=0 | RESET_REQUIRED;\r
+    option text = STRING_TOKEN (STR_110_C), value = 110, flags=0 | RESET_REQUIRED;\r
+    option text = STRING_TOKEN (STR_200_C), value = 200, flags=DEFAULT | MANUFACTURING | RESET_REQUIRED;\r
+  endoneof; \r
+  oneof   varid   = Setup.PassiveThermalTripPoint,\r
+    prompt      = STRING_TOKEN (STR_ACPI_PASSIVE_THERMAL_TRIP_POINT),\r
+    help        = STRING_TOKEN (STR_ACPI_PASSIVE_THERMAL_TRIP_POINT_HELP),\r
+    option text = STRING_TOKEN (STR_85_C), value = 85, flags=0 | RESET_REQUIRED;\r
+    option text = STRING_TOKEN (STR_87_C), value = 87, flags=0 | RESET_REQUIRED;   \r
+    option text = STRING_TOKEN (STR_90_C), value = 90, flags=0 | RESET_REQUIRED;\r
+    option text = STRING_TOKEN (STR_100_C), value = 100, flags=0 | RESET_REQUIRED;\r
+    option text = STRING_TOKEN (STR_105_C), value = 105, flags=0 | RESET_REQUIRED;\r
+    option text = STRING_TOKEN (STR_180_C), value = 180, flags=DEFAULT | MANUFACTURING | RESET_REQUIRED;\r
+  endoneof;\r
 \r
   suppressif TRUE;\r
     numeric varid = Setup.PassiveTc1Value,\r