summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/Tcg/TcgSmm/TcgSmm.inf
diff options
context:
space:
mode:
authorgdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524>2012-05-11 05:10:57 +0000
committergdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524>2012-05-11 05:10:57 +0000
commit82a1e09c83d53819c46b1d7fcb7a50905f411b7f (patch)
tree9bcd4e82584bcb3e8f13a6dc34e0a740f7f02287 /SecurityPkg/Tcg/TcgSmm/TcgSmm.inf
parente6063a9595b0aeda9086c85a1aeac162af289952 (diff)
downloadedk2-82a1e09c83d53819c46b1d7fcb7a50905f411b7f.tar.gz
edk2-82a1e09c83d53819c46b1d7fcb7a50905f411b7f.tar.bz2
edk2-82a1e09c83d53819c46b1d7fcb7a50905f411b7f.zip
Enhance TcgSmm driver to handle potential SetVariable failure case.
Signed-off-by: Dong Guo <guo.dong@intel.com> Reviewed-by: Ye Ting <ting.ye@intel.com> Reviewed-by: Yao Jiewen <jiewen.yao@intel.com> Reviewed-by: Ouyang Qian <qian.ouyang@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13309 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'SecurityPkg/Tcg/TcgSmm/TcgSmm.inf')
-rw-r--r--SecurityPkg/Tcg/TcgSmm/TcgSmm.inf3
1 files changed, 2 insertions, 1 deletions
diff --git a/SecurityPkg/Tcg/TcgSmm/TcgSmm.inf b/SecurityPkg/Tcg/TcgSmm/TcgSmm.inf
index c8e7092e73..9e5751a430 100644
--- a/SecurityPkg/Tcg/TcgSmm/TcgSmm.inf
+++ b/SecurityPkg/Tcg/TcgSmm/TcgSmm.inf
@@ -3,7 +3,7 @@
# registers SMI callback functions for physical presence and
# MemoryClear to handle the requests from ACPI method.
#
-# Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2011 - 2012, 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
@@ -24,6 +24,7 @@
[Sources]
TcgSmm.c
+ TcgSmm.h
Tpm.asl
[Packages]