]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/IndustryStandard/IoRemappingTable.h
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Include / IndustryStandard / IoRemappingTable.h
index 2e5cb45d7e2ffd4a0559ef706b71874843e3fdbd..90504e3a6715be7facc6450c6ff0e1eab92cd3c7 100644 (file)
@@ -1,18 +1,12 @@
 /** @file\r
-  ACPI IO Remapping Table (IORT) as specified in ARM spec DEN0049C\r
+  ACPI IO Remapping Table (IORT) as specified in ARM spec DEN0049D\r
 \r
-  http://infocenter.arm.com/help/topic/com.arm.doc.den0049c/DEN0049C_IO_Remapping_Table.pdf\r
+  http://infocenter.arm.com/help/topic/com.arm.doc.den0049d/DEN0049D_IO_Remapping_Table.pdf\r
 \r
   Copyright (c) 2017, Linaro Limited. All rights reserved.<BR>\r
   Copyright (c) 2018, ARM Limited. All rights reserved.<BR>\r
 \r
-  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
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 **/\r
 \r
 #ifndef __IO_REMAPPING_TABLE_H__\r
@@ -123,6 +117,8 @@ typedef struct {
 \r
   UINT32                                  AtsAttribute;\r
   UINT32                                  PciSegmentNumber;\r
+  UINT8                                   MemoryAddressSize;\r
+  UINT8                                   Reserved1[3];\r
 } EFI_ACPI_6_0_IO_REMAPPING_RC_NODE;\r
 \r
 ///\r
@@ -185,8 +181,7 @@ typedef struct {
   UINT32                                  Pri;\r
   UINT32                                  Gerr;\r
   UINT32                                  Sync;\r
-  UINT8                                   ProximityDomain;\r
-  UINT8                                   Reserved1[3];\r
+  UINT32                                  ProximityDomain;\r
   UINT32                                  DeviceIdMappingIndex;\r
 } EFI_ACPI_6_0_IO_REMAPPING_SMMU3_NODE;\r
 \r
@@ -199,6 +194,7 @@ typedef struct {
   UINT64                                  Base;\r
   UINT32                                  OverflowInterruptGsiv;\r
   UINT32                                  NodeReference;\r
+  UINT64                                  Page1Base;\r
 //EFI_ACPI_6_0_IO_REMAPPING_ID_TABLE      OverflowInterruptMsiMapping[1];\r
 } EFI_ACPI_6_0_IO_REMAPPING_PMCG_NODE;\r
 \r