mirror of https://github.com/acidanthera/audk.git
Vlv2TbltDevicePkg: Fixed build error issue.
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:
parent
ac0f5843b5
commit
37e86e267b
|
@ -1,6 +1,6 @@
|
||||||
## @file
|
## @file
|
||||||
#
|
#
|
||||||
# Copyright (c) 1999 - 2015, Intel Corporation. All rights reserved
|
# Copyright (c) 1999 - 2016, Intel Corporation. All rights reserved
|
||||||
#
|
#
|
||||||
# This program and the accompanying materials are licensed and made available under
|
# 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 terms and conditions of the BSD License that accompanies this distribution.
|
||||||
|
@ -136,7 +136,7 @@
|
||||||
gPlatformModuleTokenSpaceGuid.PcdFlashAreaBaseAddress
|
gPlatformModuleTokenSpaceGuid.PcdFlashAreaBaseAddress
|
||||||
gPlatformModuleTokenSpaceGuid.PcdFlashMicroCodeAddress
|
gPlatformModuleTokenSpaceGuid.PcdFlashMicroCodeAddress
|
||||||
gPlatformModuleTokenSpaceGuid.PcdFlashMicroCodeSize
|
gPlatformModuleTokenSpaceGuid.PcdFlashMicroCodeSize
|
||||||
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdFastPS2Detection
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFastPS2Detection
|
||||||
gPlatformModuleTokenSpaceGuid.PcdFlashFvMainBase
|
gPlatformModuleTokenSpaceGuid.PcdFlashFvMainBase
|
||||||
gPlatformModuleTokenSpaceGuid.PcdFlashFvRecoveryBase
|
gPlatformModuleTokenSpaceGuid.PcdFlashFvRecoveryBase
|
||||||
gPlatformModuleTokenSpaceGuid.PcdFlashFvRecoverySize
|
gPlatformModuleTokenSpaceGuid.PcdFlashFvRecoverySize
|
||||||
|
|
|
@ -698,7 +698,7 @@
|
||||||
|
|
||||||
## This PCD specifies whether to use the optimized timing for best PS2 detection performance.
|
## This PCD specifies whether to use the optimized timing for best PS2 detection performance.
|
||||||
# Note this PCD could be set to TRUE for best boot performance and set to FALSE for best device compatibility.
|
# Note this PCD could be set to TRUE for best boot performance and set to FALSE for best device compatibility.
|
||||||
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdFastPS2Detection|TRUE
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFastPS2Detection|TRUE
|
||||||
|
|
||||||
#######################################################################################################
|
#######################################################################################################
|
||||||
#
|
#
|
||||||
|
|
|
@ -698,7 +698,7 @@
|
||||||
|
|
||||||
## This PCD specifies whether to use the optimized timing for best PS2 detection performance.
|
## This PCD specifies whether to use the optimized timing for best PS2 detection performance.
|
||||||
# Note this PCD could be set to TRUE for best boot performance and set to FALSE for best device compatibility.
|
# Note this PCD could be set to TRUE for best boot performance and set to FALSE for best device compatibility.
|
||||||
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdFastPS2Detection|TRUE
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFastPS2Detection|TRUE
|
||||||
|
|
||||||
#######################################################################################################
|
#######################################################################################################
|
||||||
#
|
#
|
||||||
|
|
|
@ -698,7 +698,7 @@
|
||||||
|
|
||||||
## This PCD specifies whether to use the optimized timing for best PS2 detection performance.
|
## This PCD specifies whether to use the optimized timing for best PS2 detection performance.
|
||||||
# Note this PCD could be set to TRUE for best boot performance and set to FALSE for best device compatibility.
|
# Note this PCD could be set to TRUE for best boot performance and set to FALSE for best device compatibility.
|
||||||
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdFastPS2Detection|TRUE
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFastPS2Detection|TRUE
|
||||||
|
|
||||||
#######################################################################################################
|
#######################################################################################################
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue