diff options
author | Yao, Jiewen <jiewen.yao@intel.com> | 2016-01-19 13:23:30 +0000 |
---|---|---|
committer | jyao1 <jyao1@Edk2> | 2016-01-19 13:23:30 +0000 |
commit | c3bcc1083ef0d7d3eb48620b5381d59276e167ad (patch) | |
tree | 9c51049d203dcbad743acffe6d6dbe72ab11cbbc /SecurityPkg | |
parent | 2f6aa774fe38cf1dad5376e59cb2812989ef14c7 (diff) | |
download | edk2-platforms-c3bcc1083ef0d7d3eb48620b5381d59276e167ad.tar.xz |
SecurityPkg: Mark MorLock module deprecated.
This module only handles MOR lock v1.
Now MOR lock V2 solution is published and added in variable driver. So this module can be deprecated.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: "Yao, Jiewen" <jiewen.yao@intel.com>
Reviewed-by: "Zhang, Chao B" <chao.b.zhang@intel.com>
Reviewed-by: "Zeng, Star" <star.zeng@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19691 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'SecurityPkg')
-rw-r--r-- | SecurityPkg/Tcg/MemoryOverwriteRequestControlLock/TcgMorLockSmm.inf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/SecurityPkg/Tcg/MemoryOverwriteRequestControlLock/TcgMorLockSmm.inf b/SecurityPkg/Tcg/MemoryOverwriteRequestControlLock/TcgMorLockSmm.inf index a35a01f8f0..1623bd03bb 100644 --- a/SecurityPkg/Tcg/MemoryOverwriteRequestControlLock/TcgMorLockSmm.inf +++ b/SecurityPkg/Tcg/MemoryOverwriteRequestControlLock/TcgMorLockSmm.inf @@ -3,7 +3,10 @@ #
# This module will add Variable Hook and allow MemoryOverwriteRequestControlLock variable set only once.
#
-# Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+# NOTE: This module only handles secure MOR V1 and is deprecated.
+# The secure MOR V2 is handled inside of variable driver.
+#
+# Copyright (c) 2015 - 2016, 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
|