ICE_TEA_BIOS/Oem/L05/AlderLake/InsydeL05PlatformPkg/Package.var

66 lines
2.3 KiB
Plaintext

## @file
# File to declare variable default information
#
#******************************************************************************
#* Copyright (c) 2019, Insyde Software Corporation. All Rights Reserved.
#*
#* You may not reproduce, distribute, publish, display, perform, modify, adapt,
#* transmit, broadcast, present, recite, release, license or otherwise exploit
#* any part of this publication in any form, by any means, without the prior
#* written permission of Insyde Software Corporation.
#*
#******************************************************************************
#
# This file is ini format and Comments are prefixed with a # and continue to the end of the line.
#
#
# Optional [Guids] section. uses to declare guid which used in this file.
#
[Guids]
#_Start_L05_SETUP_MENU_
gVfrSetupVariableGuid = {0xA04A27F4, 0xDF00, 0x4D42, {0xB5, 0x52, 0x39, 0x51, 0x13, 0x02, 0x11, 0x3D}}
gSaSetupVariableGuid = {0x72c5e28c, 0x7783, 0x43a1, {0x87, 0x67, 0xfa, 0xd7, 0x3f, 0xcc, 0xaf, 0xa4}}
#_End_L05_SETUP_MENU_
#
# The [Packages] section lists all of the package declaration files that contain
# GUIDs or PCDs that are used by this variable declaration file.
#
[Packages]
#
# Below can write Var section to introduce a single UEFI variable default value for the specified
# default stores and specified SKU.
#
# Section format is [Var.VariableGUID.VariableName] for example [Var.gEfiFileInfoGuid.MyTestVar]
#
#_Start_L05_SETUP_MENU_
[Var.gVfrSetupVariableGuid.Setup]
Attribs = BS | RT
Struct = CHIPSET_CONFIGURATION
Data = name=UsbHotKeySupport | (0x01)
name=LegacyNormalMenuType | (0x01)
name=UserAccessLevel | (0x03)
name=PxeBootToLan | (0x01)
name=NetworkProtocol | (0x02)
#[-start-210910-QINGLIN0061-modify]#
# name=PTTEnable | (0x00)
name=PTTEnable | (0x01)
#[-end-210910-QINGLIN0061-modify]#
name=TpmHide | (0x00)
[Var.gSaSetupVariableGuid.SaSetup]
Attribs = BS | RT
Struct = SA_SETUP
Data = name=PeiGraphicsPeimInit | (0x00)
#[-start-210607-BAIN000008-modify]#
# name=VmdEnable | (0x01)
name=VmdEnable | (0x00)
#[-end-210607-BAIN000008-modify]#
#[-start-211214-SHAONN0024-modify]#
name=SaGv | (0x05)
#[-end-211214-SHAONN0024-modify]#
#_End_L05_SETUP_MENU_