From 82a1e09c83d53819c46b1d7fcb7a50905f411b7f Mon Sep 17 00:00:00 2001 From: gdong1 Date: Fri, 11 May 2012 05:10:57 +0000 Subject: Enhance TcgSmm driver to handle potential SetVariable failure case. Signed-off-by: Dong Guo Reviewed-by: Ye Ting Reviewed-by: Yao Jiewen Reviewed-by: Ouyang Qian git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13309 6f19259b-4bc3-4df7-8a09-765794883524 --- SecurityPkg/Tcg/TcgSmm/TcgSmm.inf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'SecurityPkg/Tcg/TcgSmm/TcgSmm.inf') 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.
+# Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.
# 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] -- cgit v1.2.3