]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Guid/LoadModuleAtFixedAddress.h
Enable "Load Module At fixed Address" feature in SMM Core
[mirror_edk2.git] / MdeModulePkg / Include / Guid / LoadModuleAtFixedAddress.h
index 90bb246de93efa03df9dc52e704fc3f259d51dcd..a04e0b224dd4291c73412033cd7ed5ccdf9982c6 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
-  This file defines:\r
-  A configuration Table Guid for Load module at fixed address. \r
+  This file defines a configuration Table Guid for Load module at fixed address.\r
+   \r
   This configuration table is to hold  the top address below which the Dxe runtime code and \r
   boot time code will be loaded and Tseg base. When this feature is enabled, Build tools will assigned \r
   module loading address relative to these 2 address.\r
@@ -28,7 +28,7 @@ extern EFI_GUID gLoadFixedAddressConfigurationTableGuid;
 \r
 typedef struct {\r
   EFI_PHYSICAL_ADDRESS    DxeCodeTopAddress;             ///< The top address  below which the Dxe runtime code and  below which the Dxe runtime/boot code and PEI code.\r
-  EFI_PHYSICAL_ADDRESS    TsegBase;                      ///< Tseg base. build tool will assigned an offset relative to Tseg base to SMM driver\r
+  EFI_PHYSICAL_ADDRESS    SmramBase;                      ///< SMM RAME base. build tool will assigned an offset relative to SMRAM base for SMM driver\r
 } EFI_LOAD_FIXED_ADDRESS_CONFIGURATION_TABLE;\r
 \r
 #endif\r