From: Abdul Lateef Attar <abdul@marvell.com>
To: <devel@edk2.groups.io>
Cc: Abdul Lateef Attar <abdul@marvell.com>
Subject: [PATCH] StandaloneMmPkg: Code Cleanup
Date: Thu, 16 Apr 2020 22:02:55 -0700 [thread overview]
Message-ID: <39eda8e5673325a6610200750e2b7232ebd8d6a6.1587017575.git.abdul@marvell.com> (raw)
Removes MmDriverDispatchHandler() declaration.
All MM drivers are dispatched at init time, hence
implemention of MmDriverDispatchHandler() removed.
Signed-off-by: Abdul Lateef Attar <abdul@marvell.com>
---
StandaloneMmPkg/Core/StandaloneMmCore.h | 22 ----------------------
1 file changed, 22 deletions(-)
diff --git a/StandaloneMmPkg/Core/StandaloneMmCore.h b/StandaloneMmPkg/Core/StandaloneMmCore.h
index 86f6cfa55a..2f47842f15 100644
--- a/StandaloneMmPkg/Core/StandaloneMmCore.h
+++ b/StandaloneMmPkg/Core/StandaloneMmCore.h
@@ -610,28 +610,6 @@ MmiHandlerUnRegister (
**/
EFI_STATUS
EFIAPI
-MmDriverDispatchHandler (
- IN EFI_HANDLE DispatchHandle,
- IN CONST VOID *Context, OPTIONAL
- IN OUT VOID *CommBuffer, OPTIONAL
- IN OUT UINTN *CommBufferSize OPTIONAL
- );
-
-/**
- This function is the main entry point for an MM handler dispatch
- or communicate-based callback.
-
- @param DispatchHandle The unique handle assigned to this handler by MmiHandlerRegister().
- @param Context Points to an optional handler context which was specified when the handler was registered.
- @param CommBuffer A pointer to a collection of data in memory that will
- be conveyed from a non-MM environment into an MM environment.
- @param CommBufferSize The size of the CommBuffer.
-
- @return Status Code
-
-**/
-EFI_STATUS
-EFIAPI
MmExitBootServiceHandler (
IN EFI_HANDLE DispatchHandle,
IN CONST VOID *Context, OPTIONAL
--
2.11.0
reply other threads:[~2020-04-17 5:01 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=39eda8e5673325a6610200750e2b7232ebd8d6a6.1587017575.git.abdul@marvell.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox