diff options
author | INDIA\sachinganesh <sachinganesh@ami.com> | 2024-10-10 11:05:00 +0530 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-10-16 00:27:51 +0000 |
commit | caec6089cf956860676d1fe70457504e6070751f (patch) | |
tree | f564062cf97aa0f635a3c1b3cc03b6303d4a57b5 | |
parent | c80f456ef40d6bb8a12688106941193b2e7b4627 (diff) | |
download | edk2-caec6089cf956860676d1fe70457504e6070751f.tar.gz |
MdePkg: Clarify EFI_MM_SX_DISPATCH_PROTOCOL.Register() as per PI 1.7 A spec
Clarified comments regarding the usage of RegisterContext parameter of
Register() API in EFI_MM_SX_DISPATCH_PROTOCOL.
As defined in the PI 1.7 A Errata specification.
Cc: Felix Polyudov <felixp@ami.com>
Cc: Dhanaraj V <vdhanaraj@ami.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Signed-off-by: Sachin Ganesh <sachinganesh@ami.com>
-rw-r--r-- | MdePkg/Include/Protocol/MmSxDispatch.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/MdePkg/Include/Protocol/MmSxDispatch.h b/MdePkg/Include/Protocol/MmSxDispatch.h index f9f74a2885..3fca322045 100644 --- a/MdePkg/Include/Protocol/MmSxDispatch.h +++ b/MdePkg/Include/Protocol/MmSxDispatch.h @@ -67,11 +67,7 @@ typedef struct _EFI_MM_SX_DISPATCH_PROTOCOL EFI_MM_SX_DISPATCH_PROTOCOL; The caller fills this context in before calling
the register function to indicate to the register
function which Sx state type and phase the caller
- wishes to be called back on. For this intertace,
- the Sx driver will call the registered handlers for
- all Sx type and phases, so the Sx state handler(s)
- must check the Type and Phase field of the Dispatch
- context and act accordingly.
+ wishes to be called back on.
@param[out] DispatchHandle Handle of dispatch function, for when interfacing
with the parent Sx state MM driver.
|