Enable "Load Module At fixed Address" feature in SMM Core
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10166 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -41,7 +41,8 @@
|
||||
#include <Library/MemoryAllocationLib.h>
|
||||
#include <Library/DevicePathLib.h>
|
||||
#include <Library/UefiLib.h>
|
||||
#include <Library/UefiBootServicesTableLib.h>
|
||||
#include <Library/UefiBootServicesTableLib.h>
|
||||
#include <Library/PcdLib.h>
|
||||
|
||||
#include "PiSmmCorePrivateData.h"
|
||||
|
||||
@@ -178,6 +179,7 @@ typedef struct {
|
||||
extern SMM_CORE_PRIVATE_DATA *gSmmCorePrivate;
|
||||
extern EFI_SMM_SYSTEM_TABLE2 gSmmCoreSmst;
|
||||
extern LIST_ENTRY gHandleList;
|
||||
extern EFI_PHYSICAL_ADDRESS gLoadModuleAtFixAddressSmramBase;
|
||||
|
||||
/**
|
||||
Called to initialize the memory service.
|
||||
|
Reference in New Issue
Block a user