]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Guid/LoadModuleAtFixedAddress.h
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Include / Guid / LoadModuleAtFixedAddress.h
index 070430db9c4d78f43fb9d652b725e320d6e7c72b..6d73bf38381563e962398654d559f6d402a7f172 100644 (file)
@@ -1,19 +1,13 @@
 /** @file\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
-  \r
 \r
-Copyright (c) 2010, Intel Corporation. <BR>\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\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 two addresses.\r
 \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+\r
+Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -27,8 +21,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 extern EFI_GUID gLoadFixedAddressConfigurationTableGuid;\r
 \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    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    SmramBase;           ///< SMRAM base address. The build tool assigns an offset relative to the SMRAM base for a SMM driver.\r
 } EFI_LOAD_FIXED_ADDRESS_CONFIGURATION_TABLE;\r
 \r
 #endif\r