]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg/AcpiPlatformDxe: Unload after execution.
authorMarvin.Haeuser@outlook.com <Marvin.Haeuser@outlook.com>
Mon, 7 May 2018 09:08:06 +0000 (17:08 +0800)
committerStar Zeng <star.zeng@intel.com>
Tue, 8 May 2018 03:18:18 +0000 (11:18 +0800)
AcpiPlatformDxe solely performs one-time tasks and does not expose
any services or create any events. Hence it can safely be unloaded
after the Entry Point execution by returning an error code.

V2: Return EFI_REQUEST_UNLOAD_IMAGE.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Marvin Haeuser <Marvin.Haeuser@outlook.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>

No differences found