Vlv2DeviceRefCodePkg&Vlv2TbltDevicePkg:Convert Mix to DOS.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: lushifex <shifeix.a.lu@intel.com> Reviewed-by: David Wei <david.wei@intel.com>
This commit is contained in:
@@ -1,15 +1,24 @@
|
||||
//
|
||||
// /** @file
|
||||
//
|
||||
// Copyright (c) 2004 - 2015, 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 that accompanies this distribution.
|
||||
|
||||
// The full text of the license may be found at
|
||||
|
||||
// http://opensource.org/licenses/bsd-license.php.
|
||||
//
|
||||
|
||||
// This program and the accompanying materials are licensed and made available under
|
||||
|
||||
// the terms and conditions of the BSD License that accompanies this distribution.
|
||||
|
||||
// The full text of the license may be found at
|
||||
|
||||
// http://opensource.org/licenses/bsd-license.php.
|
||||
|
||||
//
|
||||
|
||||
// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||
|
||||
// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
|
||||
//
|
||||
|
||||
//
|
||||
//
|
||||
//
|
||||
@@ -26,7 +35,7 @@
|
||||
// Rev Date<MM/DD/YYYY> Name Description
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
// Abstract:
|
||||
// **/
|
||||
|
||||
//
|
||||
// South Cluster Configuration Form
|
||||
@@ -203,41 +212,41 @@ form formid = USB_OPTIONS_FORM_ID,
|
||||
//XHCI support
|
||||
//
|
||||
grayoutif ideqval Setup.UsbAutoMode == 0x1;
|
||||
option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
|
||||
option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
|
||||
endoneof;
|
||||
|
||||
subtitle text = STRING_TOKEN(STR_NULL_STRING);
|
||||
//
|
||||
//XHCI support
|
||||
//
|
||||
grayoutif ideqval Setup.UsbAutoMode == 0x1;
|
||||
grayoutif ideqval Setup.PchUsb20 == 0x1;
|
||||
oneof varid = Setup.UsbXhciSupport,
|
||||
questionid = 0x123B,
|
||||
prompt = STRING_TOKEN(STR_USB_XHCI_SUPPORT_PROMPT),
|
||||
help = STRING_TOKEN(STR_USB_XHCI_SUPPORT_HELP),
|
||||
flags = INTERACTIVE,
|
||||
option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
|
||||
option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
|
||||
endoneof;
|
||||
|
||||
suppressif ideqval Setup.UsbXhciSupport == 0x0;
|
||||
questionid = 0x123B,
|
||||
prompt = STRING_TOKEN(STR_USB_XHCI_SUPPORT_PROMPT),
|
||||
help = STRING_TOKEN(STR_USB_XHCI_SUPPORT_HELP),
|
||||
flags = INTERACTIVE,
|
||||
option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
|
||||
option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
|
||||
endoneof;
|
||||
oneof varid = Setup.Hsic0,
|
||||
prompt = STRING_TOKEN(STR_USB_HSIC_0_PROMPT),
|
||||
help = STRING_TOKEN(STR_USB_HSIC_0_HELP),
|
||||
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;
|
||||
endif;
|
||||
|
||||
suppressif ideqval Setup.UsbXhciSupport == 0x0;
|
||||
oneof varid = Setup.Hsic0,
|
||||
prompt = STRING_TOKEN(STR_USB_HSIC_0_PROMPT),
|
||||
help = STRING_TOKEN(STR_USB_HSIC_0_HELP),
|
||||
option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
|
||||
option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
|
||||
oneof varid = Setup.PchUsb30Mode,
|
||||
prompt = STRING_TOKEN(STR_PCH_USB30_MODE_PROMPT),
|
||||
help = STRING_TOKEN(STR_PCH_USB30_MODE_HELP),
|
||||
option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = DEFAULT | MANUFACTURING |RESET_REQUIRED;
|
||||
option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
|
||||
endoneof;
|
||||
|
||||
endif;
|
||||
|
||||
oneof varid = Setup.PchUsb30Mode,
|
||||
oneof varid = Setup.UsbXhciLpmSupport,
|
||||
prompt = STRING_TOKEN(STR_USB_XHCI_LPM_SUPPORT_PROMPT),
|
||||
help = STRING_TOKEN(STR_USB_XHCI_LPM_SUPPORT_HELP),
|
||||
|
||||
help = STRING_TOKEN(STR_PCH_USB30_MODE_HELP),
|
||||
option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = DEFAULT | MANUFACTURING |RESET_REQUIRED;
|
||||
option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED;
|
||||
option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
|
||||
|
||||
endoneof;
|
||||
|
||||
endoneof;
|
||||
endif;
|
||||
endif;
|
||||
|
||||
subtitle text = STRING_TOKEN(STR_NULL_STRING);
|
||||
@@ -924,3 +933,4 @@ form formid = MISC_OPTIONS_FORM_ID,
|
||||
endoneof;
|
||||
|
||||
endform;
|
||||
|
||||
|
@@ -1,26 +1,26 @@
|
||||
// *++
|
||||
// /** @file
|
||||
//
|
||||
// Copyright (c) 2013 - 2015 Intel Corporation. All rights reserved
|
||||
// This program and the accompanying materials
|
||||
// are licensed and made available under the terms and conditions of the BSD License
|
||||
// which accompanies this distribution. The full text of the license may be found at
|
||||
// http://opensource.org/licenses/bsd-license.php
|
||||
//
|
||||
//
|
||||
// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
//
|
||||
//
|
||||
//
|
||||
// Module Name:
|
||||
//
|
||||
// UqiList.uni
|
||||
//
|
||||
//
|
||||
// Abstract:
|
||||
//
|
||||
// UQI (Universal Question Identifier) allocation for setup options.
|
||||
//
|
||||
// This file should define UQIs in the following range only: [0x0000...0x7FFF]
|
||||
//
|
||||
// --*/
|
||||
// **/
|
||||
|
||||
/=#
|
||||
|
||||
@@ -363,7 +363,7 @@
|
||||
#string STR_MEASURED_BOOT_ENABLE_HELP #language uqi "\x012F"
|
||||
#string STR_PTT_PROMPT #language uqi "\x0130"
|
||||
#string STR_CHECK_SHA256_HASH_MASTER_BOOT_CODES #language uqi "\x0131"
|
||||
#string STR_USB_XHCI_LPM_SUPPORT_PROMPT #language uqi "\x0132"
|
||||
#string STR_USB_XHCI_LPM_SUPPORT_PROMPT #language uqi "\x0132"
|
||||
|
||||
#string STR_VIRTUAL_KB_PROMPT #language uqi "\x0135"
|
||||
#string STR_VIRTUAL_KB_HELP #language uqi "\x0136"
|
||||
@@ -388,7 +388,7 @@
|
||||
#string STR_CODEC262_DISABLED_PROMPT #language uqi "\x0149"
|
||||
#string STR_CODEC262_DISABLED_HELP #language uqi "\x014A"
|
||||
|
||||
//SD CARD SDR25 and DDR50
|
||||
//SD CARD SDR25 and DDR50
|
||||
#string STR_SCC_SD_SDR25_PROMPT #language uqi "\x014B"
|
||||
#string STR_SCC_SD_SDR25_HELP #language uqi "\x014C"
|
||||
#string STR_SCC_SD_DDR50_PROMPT #language uqi "\x014D"
|
||||
@@ -412,7 +412,7 @@
|
||||
#string STR_LPSS_HSUART1_HELP_ENBDT_DEV_LIST #language uqi "\x015D"
|
||||
#string STR_LPSS_HSUART2_HELP_ENBDT_DEV_LIST #language uqi "\x015E"
|
||||
|
||||
#string STR_SECURE_ERASE_PROMPT #language uqi "\x015F"
|
||||
#string STR_SECURE_ERASE_PROMPT #language uqi "\x015F"
|
||||
#string STR_SEC_FIRMWARE_WRITE_PROMPT #language uqi "\x0160"
|
||||
|
||||
#string STR_BOOT_DISPLAY_MIPIDSI_PROMPT #language uqi "\x0161"
|
||||
@@ -424,10 +424,10 @@
|
||||
#string STR_DROIDBOOT_PROMPT #language uqi "\x0167"
|
||||
#string STR_ANDROIDBOOT_PROMPT #language uqi "\x0168"
|
||||
|
||||
#string STR_CRITICAL_BATTERY_LIMIT_PROMPT #language uqi "\x0169"
|
||||
#string STR_CRITICAL_BATTERY_LIMIT_HELP #language uqi "\x016A"
|
||||
#string STR_CRITICAL_BATTERY_LIMIT_FEATURE_PROMPT #language uqi "\x016B"
|
||||
#string STR_CRITICAL_BATTERY_LIMIT_FEATURE_HELP #language uqi "\x016C"
|
||||
#string STR_CRITICAL_BATTERY_LIMIT_PROMPT #language uqi "\x0169"
|
||||
#string STR_CRITICAL_BATTERY_LIMIT_HELP #language uqi "\x016A"
|
||||
#string STR_CRITICAL_BATTERY_LIMIT_FEATURE_PROMPT #language uqi "\x016B"
|
||||
#string STR_CRITICAL_BATTERY_LIMIT_FEATURE_HELP #language uqi "\x016C"
|
||||
#string STR_WINDOWS7 #language uqi "\x016D"
|
||||
#string STR_LPSSDEVHIDE_PROMPT #language uqi "\x016E"
|
||||
#string STR_EM1_IAAPPSRUN_PROMPT #language uqi "\x016F"
|
||||
@@ -439,9 +439,9 @@
|
||||
#string STR_USB_HSIC_0_HELP #language uqi "\x0174"
|
||||
#string STR_LEGACYUSBBOOTING_PROMPT #language uqi "\x0175"
|
||||
#string STR_STR_LEGACYUSBBOOTING_HELP #language uqi "\x0176"
|
||||
#string STR_LWINDOWS7 #language uqi "\x0177"
|
||||
#string STR_WEC7 #language uqi "\x0178"
|
||||
#string STR_LINUX #language uqi "\x0179"
|
||||
#string STR_LWINDOWS7 #language uqi "\x0177"
|
||||
#string STR_WEC7 #language uqi "\x0178"
|
||||
#string STR_LINUX #language uqi "\x0179"
|
||||
#string STR_WARNING_POPUP #language uqi "\x017A"
|
||||
#string STR_LPSS_HSUART1_FLOWCONTROL_PROMPT #language uqi "\x017B"
|
||||
#string STR_LPSS_HSUART2_FLOWCONTROL_PROMPT #language uqi "\x017C"
|
||||
@@ -453,3 +453,4 @@
|
||||
#string STR_RTC_BATTERY_NOT_PRESENT #language uqi "\x0182"
|
||||
#string STR_RTC_BATTERY_PRESENT #language uqi "\x0183"
|
||||
#string STR_RTC_BATTERY_HELP #language uqi "\x0184"
|
||||
|
||||
|
@@ -1,10 +1,10 @@
|
||||
//
|
||||
// /** @file
|
||||
// Copyright (c) 2004 - 2015, 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
|
||||
// which accompanies this distribution. The full text of the license may be found at
|
||||
// http://opensource.org/licenses/bsd-license.php
|
||||
//
|
||||
//
|
||||
// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
//
|
||||
@@ -19,7 +19,7 @@
|
||||
//
|
||||
// Revision History:
|
||||
//
|
||||
// --*/
|
||||
// **/
|
||||
|
||||
//
|
||||
// NOTE: for SETUP engine spacing, the following character spaces denote how much room in each section you have.
|
||||
@@ -227,9 +227,9 @@
|
||||
#string STR_PROCESSOR_VERSION_STRING #language en-US "Type"
|
||||
#string STR_PROCESSOR_VERSION_VALUE #language en-US "N/A"
|
||||
|
||||
#string STR_PROCESSOR_SKU_HELP #language en-US "Displays the Processor SKU Type."
|
||||
#string STR_PROCESSOR_SKU_STRING #language en-US "SKU Type"
|
||||
#string STR_PROCESSOR_SKU_VALUE #language en-US "N/A"
|
||||
#string STR_PROCESSOR_SKU_HELP #language en-US "Displays the Processor SKU Type."
|
||||
#string STR_PROCESSOR_SKU_STRING #language en-US "SKU Type"
|
||||
#string STR_PROCESSOR_SKU_VALUE #language en-US "N/A"
|
||||
|
||||
#string STR_PROCESSOR_SPEED_STRING #language en-US "Speed"
|
||||
#string STR_PROCESSOR_SPEED_VALUE #language en-US "N/A"
|
||||
@@ -910,8 +910,8 @@
|
||||
#string STR_RF_KILL_PHYSICAL #language en-US "Physical Switch"
|
||||
|
||||
#string STR_WLAN_PRESENCE_FORM_TITLE #language en-US "WLAN Card Presence"
|
||||
#string STR_WLAN_NGFF_CARD #language en-US "NGFF Card Inserted"
|
||||
#string STR_WLAN_NGFF_HELP #language en-US "Set 'YES' If NGFF Card is Inserted"
|
||||
#string STR_WLAN_NGFF_CARD #language en-US "NGFF Card Inserted"
|
||||
#string STR_WLAN_NGFF_HELP #language en-US "Set 'YES' If NGFF Card is Inserted"
|
||||
#string STR_WLAN_UHPAM_CARD #language en-US "UHPAM Card Inserted"
|
||||
#string STR_WLAN_UHPAM_HELP #language en-US "Set 'YES' If UHPAM Card is Inserted"
|
||||
|
||||
@@ -1256,8 +1256,8 @@
|
||||
#string STR_CRITICAL_BATTERY_LIMIT_PROMPT #language en-US "Critical Battery Limit"
|
||||
#string STR_CRITICAL_BATTERY_LIMIT_HELP #language en-US "Limit in percentage below which the system is not allowed to boot.
|
||||
|
||||
#string STR_CRITICAL_BATTERY_LIMIT_FEATURE_PROMPT #language en-US "Critical Battery Limit Feature"
|
||||
#string STR_CRITICAL_BATTERY_LIMIT_FEATURE_HELP #language en-US "Enable or Disable Critical Battery Limit Feature."
|
||||
#string STR_CRITICAL_BATTERY_LIMIT_FEATURE_PROMPT #language en-US "Critical Battery Limit Feature"
|
||||
#string STR_CRITICAL_BATTERY_LIMIT_FEATURE_HELP #language en-US "Enable or Disable Critical Battery Limit Feature."
|
||||
|
||||
#string STR_ULPMC_FW_LOCK_PROMPT #language en-US "ULPMC Firmware Lock"
|
||||
#string STR_ULPMC_FW_LOCK_HELP #language en-US "Enable or Disable Lock ULPMC Firmware Update."
|
||||
@@ -1349,7 +1349,7 @@
|
||||
|
||||
// SD card DDR50 and SD25
|
||||
#string STR_SCC_SD_SDR25_PROMPT #language en-US "SDR25 Capability Support for SDCard"
|
||||
#string STR_SCC_SD_SDR25_HELP #language en-US "Disable/Enable SDR25 Capability in SD Card controller;
|
||||
#string STR_SCC_SD_SDR25_HELP #language en-US "Disable/Enable SDR25 Capability in SD Card controller;
|
||||
#string STR_SCC_SD_DDR50_PROMPT #language en-US "DDR50 Capability Support for SDCard"
|
||||
#string STR_SCC_SD_DDR50_HELP #language en-US "Disable/Enable DDR50 Capability in SD Card controller;
|
||||
|
||||
@@ -1417,3 +1417,4 @@
|
||||
#string STR_EM1_CAP_OR_VOLTAGE_HELP #language en-US "Use Voltage or Capacity to decide boot flow"
|
||||
#string STR_EM1_BOOT_ON_INVALID_BAT_PROMPT #language en-US "Boot on invalid battery"
|
||||
#string STR_EM1_BOOT_ON_INVALID_BAT_HELP #language en-US "Allow to boot from invalid battery"
|
||||
|
||||
|
Reference in New Issue
Block a user