MdePkg: Follow PI1.4a to update the comments of EndOfDxe and SmmReadyToLock
Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Liming Gao <liming.gao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
/** @file
|
||||
SMM End Of Dxe protocol as defined in the PI 1.2.1 specification.
|
||||
SMM End Of Dxe protocol introduced in the PI 1.2.1 specification.
|
||||
|
||||
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.
|
||||
According to PI 1.4a specification, this protocol indicates end of the
|
||||
execution phase when all of the components are under the authority of
|
||||
the platform manufacturer.
|
||||
This protocol is a mandatory protocol published by SMM Foundation code.
|
||||
This protocol is an SMM counterpart of the End of DXE Event.
|
||||
This protocol prorogates End of DXE notification into SMM environment.
|
||||
This protocol is installed prior to installation of the SMM Ready to Lock Protocol.
|
||||
|
||||
Copyright (c) 2012 - 2015, Intel Corporation. All rights reserved.<BR>
|
||||
Copyright (c) 2012 - 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
|
||||
|
Reference in New Issue
Block a user