79 lines
4.7 KiB
Plaintext
79 lines
4.7 KiB
Plaintext
/**@file
|
|
|
|
@copyright
|
|
INTEL CONFIDENTIAL
|
|
Copyright 2021 Intel Corporation.
|
|
|
|
The source code contained or described herein and all documents related to the
|
|
source code ("Material") are owned by Intel Corporation or its suppliers or
|
|
licensors. Title to the Material remains with Intel Corporation or its suppliers
|
|
and licensors. The Material may contain trade secrets and proprietary and
|
|
confidential information of Intel Corporation and its suppliers and licensors,
|
|
and is protected by worldwide copyright and trade secret laws and treaty
|
|
provisions. No part of the Material may be used, copied, reproduced, modified,
|
|
published, uploaded, posted, transmitted, distributed, or disclosed in any way
|
|
without Intel's prior express written permission.
|
|
|
|
No license under any patent, copyright, trade secret or other intellectual
|
|
property right is granted to or conferred upon you by disclosure or delivery
|
|
of the Materials, either expressly, by implication, inducement, estoppel or
|
|
otherwise. Any license under such intellectual property rights must be
|
|
express and approved by Intel in writing.
|
|
|
|
Unless otherwise agreed by Intel in writing, you may not remove or alter
|
|
this notice or any other notice embedded in Materials by Intel or
|
|
Intel's suppliers or licensors in any way.
|
|
|
|
This file contains a 'Sample Driver' and is licensed as such under the terms
|
|
of your license agreement with Intel or your vendor. This file may be modified
|
|
by the user, subject to the additional terms of the license agreement.
|
|
|
|
@par Specification
|
|
**/
|
|
|
|
#include "VFR.uni"
|
|
|
|
#string STR_FUSA_FORM_TITLE #language en-US "Functional Safety Configuration"
|
|
#string STR_FUSA_FORM_HELP #language en-US "Functional Safety Configuration options"
|
|
|
|
#string STR_STARTUP_ARRAY_BIST #language en-US "Startup Array BIST options"
|
|
#string STR_FUSA_STARTUP_ARRAY_EN #language en-US "Enable Startup Array BIST"
|
|
#string STR_FUSA_STARTUP_ARRAY_HELP #language en-US "Enabling this will execute startup array test during boot"
|
|
|
|
#string STR_STARTUP_SCAN_BIST #language en-US "Startup Scan BIST options"
|
|
#string STR_FUSA_STARTUP_SCAN_EN #language en-US "Enable Startup Scan BIST"
|
|
#string STR_FUSA_STARTUP_SCAN_HELP #language en-US "Enabling this will execute startup scan test during boot"
|
|
|
|
#string STR_PERIODIC_SCAN_BIST #language en-US "Periodic Scan BIST options"
|
|
#string STR_FUSA_PERIODIC_SCAN_EN #language en-US "Enable Periodic Scan BIST"
|
|
#string STR_FUSA_PERIODIC_SCAN_HELP #language en-US "Enabling this will execute periodic scan test during boot"
|
|
|
|
#string STR_MOD0_LOCKSTEP_OPTION #language en-US "Lock Step options for module 0"
|
|
#string STR_MOD1_LOCKSTEP_OPTION #language en-US "Lock Step options for module 1"
|
|
|
|
#string STR_LOCKSTEP_PROMPT #language en-US "Core Lockstep Configuration"
|
|
#string STR_LOCKSTEP_PROMPT_HELP #language en-US "Enable/Disable Lockstep for Efficient-core module, which has 4 cores each"
|
|
|
|
#string STR_LOCKSTEP_DISABLE #language en-US "Disable lockstep"
|
|
#string STR_LOCKSTEP_C0C1_C2C3 #language en-US "Enable lockstep for Core 0 with Core 1, Core 2 with Core 3"
|
|
#string STR_LOCKSTEP_C0C1 #language en-US "Enable lockstep for Core 0 with Core 1"
|
|
#string STR_LOCKSTEP_C2C3 #language en-US "Enable lockstep for Core 2 with Core 3"
|
|
|
|
#string STR_FUSA_EN #language en-US "Fusa Enable"
|
|
#string STR_FUSA_HELP #language en-US "Enable/Disable all Functional Safety (FUSA) feature"
|
|
|
|
#string STR_FUSA_DISPLAY_EN #language en-US "Display Fusa Configuration"
|
|
#string STR_FUSA_DISPLAY_HELP #language en-US "Enable/Disable Functional Safety (FUSA) on Display"
|
|
|
|
#string STR_FUSA_GRAPHICS_EN #language en-US "Graphics Fusa Configuration"
|
|
#string STR_FUSA_GRAPHICS_HELP #language en-US "Enable/Disable Functional Safety (FUSA) on Graphics"
|
|
|
|
#string STR_FUSA_OPIO_EN #language en-US "Opio Fusa Configuration"
|
|
#string STR_FUSA_OPIO_HELP #language en-US "Enable/Disable Functional Safety (FUSA) on Opio"
|
|
|
|
#string STR_FUSA_PSF_EN #language en-US "Psf Fusa Configuration"
|
|
#string STR_FUSA_PSF_HELP #language en-US "Enable/Disable Functional Safety (FUSA) on Psf"
|
|
|
|
#string STR_FUSA_IOP_EN #language en-US "Iop Fusa Configuration"
|
|
#string STR_FUSA_IOP_HELP #language en-US "Enable/Disable Functional Safety (FUSA) on Iop"
|