summaryrefslogtreecommitdiffstats
path: root/StandaloneMmPkg/Core/StandaloneMmCore.h
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2019-03-05 10:14:12 +0100
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2019-03-11 12:51:12 +0100
commitb2877855c7ec3060148ca5b8a286dbfb51a76518 (patch)
treee9269f061cfc124cc5dcb10e60414580b7bbbf02 /StandaloneMmPkg/Core/StandaloneMmCore.h
parent094c0bc7d7a5d0d878d44706cfcc2d7ef5418ea8 (diff)
downloadedk2-b2877855c7ec3060148ca5b8a286dbfb51a76518.tar.gz
edk2-b2877855c7ec3060148ca5b8a286dbfb51a76518.tar.bz2
edk2-b2877855c7ec3060148ca5b8a286dbfb51a76518.zip
StandaloneMmPkg/Core: remove legacy boot support
Remove the support for booting 'legacy' (i.e., non-UEFI boot) OSes. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: "Yao, Jiewen" <jiewen.yao@intel.com> Reviewed-by: Achin Gupta <achin.gupta@arm.com>
Diffstat (limited to 'StandaloneMmPkg/Core/StandaloneMmCore.h')
-rw-r--r--StandaloneMmPkg/Core/StandaloneMmCore.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/StandaloneMmPkg/Core/StandaloneMmCore.h b/StandaloneMmPkg/Core/StandaloneMmCore.h
index 74338dc9da..5d336b3dbb 100644
--- a/StandaloneMmPkg/Core/StandaloneMmCore.h
+++ b/StandaloneMmPkg/Core/StandaloneMmCore.h
@@ -638,28 +638,6 @@ MmDriverDispatchHandler (
**/
EFI_STATUS
EFIAPI
-MmLegacyBootHandler (
- 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