diff options
author | Tim He <tim.he@intel.com> | 2015-05-08 03:13:37 +0000 |
---|---|---|
committer | timhe <timhe@Edk2> | 2015-05-08 03:13:37 +0000 |
commit | f4e7aa05a3fe348dda4c1f491a48789ef5b7e4d1 (patch) | |
tree | 3b56943e4a4a070ff581de41e2db27a6f50b2354 /Vlv2TbltDevicePkg/PlatformPkgConfig.dsc | |
parent | 7849538e0e3453db93a3ce8875b73121e7088e3a (diff) | |
download | edk2-platforms-f4e7aa05a3fe348dda4c1f491a48789ef5b7e4d1.tar.xz |
Sync the branch changes to trunk.
Support fTPM feature, and update the BiosID to 0.80.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Tim He <tim.he@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17362 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Vlv2TbltDevicePkg/PlatformPkgConfig.dsc')
-rw-r--r-- | Vlv2TbltDevicePkg/PlatformPkgConfig.dsc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Vlv2TbltDevicePkg/PlatformPkgConfig.dsc b/Vlv2TbltDevicePkg/PlatformPkgConfig.dsc index ec24fed407..db50b9322a 100644 --- a/Vlv2TbltDevicePkg/PlatformPkgConfig.dsc +++ b/Vlv2TbltDevicePkg/PlatformPkgConfig.dsc @@ -1,7 +1,7 @@ #/** @file
# platform configuration file.
#
-# Copyright (c) 2012 - 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2012 - 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.
@@ -43,6 +43,7 @@ DEFINE CLKGEN_CONFIG_EXTRA_ENABLE=TRUE #
DEFINE USE_HPET_TIMER = FALSE
+
#
# Feature selection
#
|