From caec6089cf956860676d1fe70457504e6070751f Mon Sep 17 00:00:00 2001 From: "INDIA\\sachinganesh" Date: Thu, 10 Oct 2024 11:05:00 +0530 Subject: [PATCH] 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 Cc: Dhanaraj V Cc: Liming Gao Signed-off-by: Sachin Ganesh --- MdePkg/Include/Protocol/MmSxDispatch.h | 6 +----- 1 file changed, 1 insertion(+), 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.