]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Guid/LoadModuleAtFixedAddress.h
MdeModulePkg: Introduce EDKII_SERIAL_PORT_LIB_VENDOR_GUID
[mirror_edk2.git] / MdeModulePkg / Include / Guid / LoadModuleAtFixedAddress.h
index d2b01cea680b56a899809914942a4b12a016e5e6..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
+\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
 \r
-Copyright (c) 2010, Intel Corporation.  All rights reserved<BR>\r
-This program and the accompanying materials are licensed and made available under \r
-the terms and conditions of the BSD License that accompanies this distribution.  \r
-The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php.                                            \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
+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    SmramBase;                      ///< SMM RAME base. build tool will assigned an offset relative to SMRAM base for 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