diff options
author | qianouyang <qianouyang@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-09-12 10:20:34 +0000 |
---|---|---|
committer | qianouyang <qianouyang@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-09-12 10:20:34 +0000 |
commit | 504dfa9dbbbd8d485468aee58eb45cb295d9b031 (patch) | |
tree | 595b5d803cd64a67dbf12237e6119e64bc23e945 /SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.inf | |
parent | 90398d5558431b733a97ba7e3a2fddcd5f0858f5 (diff) | |
download | edk2-platforms-504dfa9dbbbd8d485468aee58eb45cb295d9b031.tar.xz |
Add Tper Reset Logic by using MOR bit.
Signed-off-by: Ouyang, Qian <Qian.Ouyang@intel.com>
Reviewed-by: Tian, Feng <feng.tian@intel.com>
Dong, Guo <Guo.dong@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13728 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.inf')
-rw-r--r-- | SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.inf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.inf b/SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.inf index e62a90447c..6cf51b78da 100644 --- a/SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.inf +++ b/SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.inf @@ -1,7 +1,7 @@ ## @file
# Component description file for Memory Overwrite Control driver.
#
-# Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2009 - 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
@@ -39,6 +39,7 @@ UefiRuntimeServicesTableLib
ReportStatusCodeLib
DebugLib
+ UefiLib
[Guids]
gEfiMemoryOverwriteControlDataGuid # GUID ALWAYS_CONSUMED
|