]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Include / IndustryStandard / MemoryMappedConfigurationSpaceAccessTable.h
index 2b265122132249f3b94f8292692fd89e026a8b73..0a75eebfd5dec2cc048aad2b79a650be3ed976c4 100644 (file)
@@ -1,21 +1,17 @@
 /** @file\r
-  ACPI memory mapped configuration space access table definition, defined at \r
-  in the PCI Firmware Specification, version 3.0 draft version 0.5.\r
+  ACPI memory mapped configuration space access table definition, defined at\r
+  in the PCI Firmware Specification, version 3.0.\r
   Specification is available at http://www.pcisig.com.\r
-    \r
-  Copyright (c) 2007, Intel Corporation\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
-\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) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 **/\r
 \r
 #ifndef _MEMORY_MAPPED_CONFIGURATION_SPACE_ACCESS_TABLE_H_\r
 #define _MEMORY_MAPPED_CONFIGURATION_SPACE_ACCESS_TABLE_H_\r
 \r
+#include <IndustryStandard/Acpi.h>\r
+\r
 //\r
 // Ensure proper structure formats\r
 //\r
 /// a number of base address allocation structures.\r
 ///\r
 typedef struct {\r
-  UINT64  BaseAddress;\r
-  UINT16  PciSegmentGroupNumber;\r
-  UINT8   StartBusNumber;\r
-  UINT8   EndBusNumber;\r
-  UINT32  Reserved;\r
+  UINT64    BaseAddress;\r
+  UINT16    PciSegmentGroupNumber;\r
+  UINT8     StartBusNumber;\r
+  UINT8     EndBusNumber;\r
+  UINT32    Reserved;\r
 } EFI_ACPI_MEMORY_MAPPED_ENHANCED_CONFIGURATION_SPACE_BASE_ADDRESS_ALLOCATION_STRUCTURE;\r
 \r
 ///\r
-/// MCFG Table header definition.  The rest of the table \r
+/// MCFG Table header definition.  The rest of the table\r
 /// must be defined in a platform specific manner.\r
 ///\r
 typedef struct {\r
-  EFI_ACPI_DESCRIPTION_HEADER                       Header;\r
-  UINT64                                            Reserved;\r
+  EFI_ACPI_DESCRIPTION_HEADER    Header;\r
+  UINT64                         Reserved;\r
 } EFI_ACPI_MEMORY_MAPPED_CONFIGURATION_BASE_ADDRESS_TABLE_HEADER;\r
 \r
 ///\r