From 3c447c2760b3438a6d5ff0a7f2dbd580526452e5 Mon Sep 17 00:00:00 2001 From: jchen20 Date: Wed, 3 Mar 2010 05:45:50 +0000 Subject: 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 --- MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf') diff --git a/MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf b/MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf index 5f38065c0c..63296bc99e 100644 --- a/MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf +++ b/MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf @@ -39,6 +39,7 @@ [Packages] MdePkg/MdePkg.dec + MdeModulePkg/MdeModulePkg.dec [LibraryClasses] UefiDriverEntryPoint @@ -52,6 +53,7 @@ UefiLib UefiBootServicesTableLib MemoryAllocationLib + PcdLib [Protocols] gEfiDxeSmmReadyToLockProtocolGuid # PROTOCOL ALWAYS_CONSUMED @@ -62,6 +64,10 @@ gEfiLoadedImageProtocolGuid # PROTOCOL SOMETIMES_PRODUCED gEfiDevicePathProtocolGuid # PROTOCOL SOMETIMES_CONSUMED +[Pcd] + gEfiMdeModulePkgTokenSpaceGuid.PcdLoadFixAddressSmmCodePageNumber # SIMETIMES_CONSUMED + gEfiMdeModulePkgTokenSpaceGuid.PcdLoadModuleAtFixAddressEnable # ALWAYS_CONSUMED + [Guids] gAprioriGuid # ALWAYS_CONSUMED gEfiEventDxeDispatchGuid # ALWAYS_CONSUMED -- cgit v1.2.3