TianoCore EDK2 master
|
#include <Uefi.h>
#include <Library/BaseLib.h>
#include <Library/UefiDriverEntryPoint.h>
#include <Library/BaseMemoryLib.h>
#include <Library/DebugLib.h>
#include <Library/PeCoffLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/DxeServicesLib.h>
#include <Library/CacheMaintenanceLib.h>
#include <Library/UefiLib.h>
Go to the source code of this file.
Functions | |
EFI_STATUS | RelocateImageUnder4GIfNeeded (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
Copyright (c) 2015 - 2017, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file LoadBelow4G.c.
EFI_STATUS RelocateImageUnder4GIfNeeded | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable | ||
) |
Relocate this image under 4G memory.
ImageHandle | Handle of driver image. |
SystemTable | Pointer to system table. |
EFI_SUCCESS | Image successfully relocated. |
EFI_ABORTED | Failed to relocate image. |
Definition at line 31 of file LoadBelow4G.c.