TianoCore EDK2 master
Loading...
Searching...
No Matches
LoadBelow4G.c File Reference

Go to the source code of this file.

Functions

EFI_STATUS RelocateImageUnder4GIfNeeded (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
 

Detailed Description

Copyright (c) 2015 - 2017, Intel Corporation. All rights reserved.

SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file LoadBelow4G.c.

Function Documentation

◆ RelocateImageUnder4GIfNeeded()

EFI_STATUS RelocateImageUnder4GIfNeeded ( IN EFI_HANDLE  ImageHandle,
IN EFI_SYSTEM_TABLE SystemTable 
)

Relocate this image under 4G memory.

Parameters
ImageHandleHandle of driver image.
SystemTablePointer to system table.
Return values
EFI_SUCCESSImage successfully relocated.
EFI_ABORTEDFailed to relocate image.

Definition at line 31 of file LoadBelow4G.c.