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/Include/Guid/LoadModuleAtFixedAddress.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MdeModulePkg/Include') diff --git a/MdeModulePkg/Include/Guid/LoadModuleAtFixedAddress.h b/MdeModulePkg/Include/Guid/LoadModuleAtFixedAddress.h index 070430db9c..a04e0b224d 100644 --- a/MdeModulePkg/Include/Guid/LoadModuleAtFixedAddress.h +++ b/MdeModulePkg/Include/Guid/LoadModuleAtFixedAddress.h @@ -28,7 +28,7 @@ extern EFI_GUID gLoadFixedAddressConfigurationTableGuid; typedef struct { EFI_PHYSICAL_ADDRESS DxeCodeTopAddress; ///< The top address below which the Dxe runtime code and below which the Dxe runtime/boot code and PEI code. - EFI_PHYSICAL_ADDRESS TsegBase; ///< Tseg base. build tool will assigned an offset relative to Tseg base to SMM driver + EFI_PHYSICAL_ADDRESS SmramBase; ///< SMM RAME base. build tool will assigned an offset relative to SMRAM base for SMM driver } EFI_LOAD_FIXED_ADDRESS_CONFIGURATION_TABLE; #endif -- cgit v1.2.3