Revision: 17658
          http://sourceforge.net/p/edk2/code/17658
Author:   lzeng14
Date:     2015-06-18 09:27:11 +0000 (Thu, 18 Jun 2015)
Log Message:
-----------
MdePkg: Enhance the comments in SmmEndOfDxe.h and SmmReadyToLock.h.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <[email protected]>
Reviewed-by: Jiewen Yao <[email protected]>

Modified Paths:
--------------
    trunk/edk2/MdePkg/Include/Protocol/SmmEndOfDxe.h
    trunk/edk2/MdePkg/Include/Protocol/SmmReadyToLock.h

Modified: trunk/edk2/MdePkg/Include/Protocol/SmmEndOfDxe.h
===================================================================
--- trunk/edk2/MdePkg/Include/Protocol/SmmEndOfDxe.h    2015-06-18 09:26:41 UTC 
(rev 17657)
+++ trunk/edk2/MdePkg/Include/Protocol/SmmEndOfDxe.h    2015-06-18 09:27:11 UTC 
(rev 17658)
@@ -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

Modified: trunk/edk2/MdePkg/Include/Protocol/SmmReadyToLock.h
===================================================================
--- trunk/edk2/MdePkg/Include/Protocol/SmmReadyToLock.h 2015-06-18 09:26:41 UTC 
(rev 17657)
+++ trunk/edk2/MdePkg/Include/Protocol/SmmReadyToLock.h 2015-06-18 09:27:11 UTC 
(rev 17658)
@@ -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


------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to