summaryrefslogtreecommitdiff
path: root/MdePkg
diff options
context:
space:
mode:
authorStar Zeng <star.zeng@intel.com>2015-06-18 09:27:11 +0000
committerlzeng14 <lzeng14@Edk2>2015-06-18 09:27:11 +0000
commit7bbe3c07ca43fcf43797fab71fc36dfd17c95044 (patch)
tree83e42cb155b71e5ad02614ec93035f3a92b89b2d /MdePkg
parent53ec4d7f98a6af8b00c891c3f13791967e52b6a3 (diff)
downloadedk2-platforms-7bbe3c07ca43fcf43797fab71fc36dfd17c95044.tar.xz
MdePkg: Enhance the comments in SmmEndOfDxe.h and SmmReadyToLock.h.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17658 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Protocol/SmmEndOfDxe.h3
-rw-r--r--MdePkg/Include/Protocol/SmmReadyToLock.h5
2 files changed, 5 insertions, 3 deletions
diff --git a/MdePkg/Include/Protocol/SmmEndOfDxe.h b/MdePkg/Include/Protocol/SmmEndOfDxe.h
index 702d742f61..4637ca1df3 100644
--- a/MdePkg/Include/Protocol/SmmEndOfDxe.h
+++ b/MdePkg/Include/Protocol/SmmEndOfDxe.h
@@ -3,8 +3,9 @@
This protocol is a mandatory protocol published by the PI platform code prior to invoking any
3rd party content, including options ROM's and UEFI executables that are not from the platform manufacturer.
+ There is an associated event GUID that is signaled for the DXE drivers called EFI_END_OF_DXE_EVENT_GUID.
- Copyright (c) 2012, 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
which accompanies this distribution. The full text of the license may be found at
diff --git a/MdePkg/Include/Protocol/SmmReadyToLock.h b/MdePkg/Include/Protocol/SmmReadyToLock.h
index 5927d704c0..59c92327a9 100644
--- a/MdePkg/Include/Protocol/SmmReadyToLock.h
+++ b/MdePkg/Include/Protocol/SmmReadyToLock.h
@@ -3,9 +3,10 @@
This SMM protocol indicates that SMM is about to be locked.
This protocol is a mandatory protocol published by the SMM Foundation code when the system is
- preparing to lock SMM.
+ preparing to lock SMM. This protocol should be installed immediately after
+ EFI_END_OF_DXE_EVENT_GROUP_GUID with no intervening modules dispatched.
- Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2009 - 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
which accompanies this distribution. The full text of the license may be found at