]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Vlv2TbltDevicePkg/Include/Mcfg.h
edk2: Remove packages moved to edk2-platforms
[mirror_edk2.git] / Vlv2TbltDevicePkg / Include / Mcfg.h
diff --git a/Vlv2TbltDevicePkg/Include/Mcfg.h b/Vlv2TbltDevicePkg/Include/Mcfg.h
deleted file mode 100644 (file)
index 2751a27..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-/*++\r
-\r
-  Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
-                                                                                   \r\r
-  SPDX-License-Identifier: BSD-2-Clause-Patent\r
-\r
-                                                                                   \r\r
-\r
-\r
-Module Name:\r
-\r
-  Mcfg.h\r
-\r
-Abstract:\r
-\r
-  ACPI Memory mapped configuration space base address Description Table\r
-  implementation, based on PCI Firmware Specification Revision 3.0 final draft,\r
-  downloadable at http://www.pcisig.com/home\r
-\r
-**/\r
-\r
-#ifndef _MCFG_H_\r
-#define _MCFG_H_\r
-\r
-//\r
-// Statements that include other files\r
-//\r
-#include <IndustryStandard/Acpi20.h>\r
-#include "McfgTable.h"\r
-#include "Platform.h"\r
-\r
-//\r
-// "MCFG" Static Resource Affinity Table\r
-//\r
-#define EFI_ACPI_3_0_MEMORY_MAPPED_CONFIGURATION_BASE_ADDRESS_TABLE_SIGNATURE 0x4746434D\r
-\r
-//\r
-// MCFG Definitions, see specification for details.\r
-//\r
-#define EFI_ACPI_OEM_MCFG_REVISION  0x00000001\r
-\r
-//\r
-// Define the number of each table type.\r
-// This is where the table layout is modified.\r
-//\r
-#define EFI_ACPI_MEMORY_MAPPED_ENHANCED_CONFIGURATION_BASE_ADDRESS_STRUCTURE_COUNT  1\r
-\r
-//\r
-// MCFG Table definition.  The table must be defined in a platform\r
-// specific manner.\r
-//\r
-//\r
-// Ensure proper structure formats\r
-//\r
-#pragma pack(1)\r
-\r
-typedef struct {\r
-  EFI_ACPI_MEMORY_MAPPED_CONFIGURATION_BASE_ADDRESS_TABLE_HEADER        Header;\r
-\r
-#if EFI_ACPI_MEMORY_MAPPED_ENHANCED_CONFIGURATION_BASE_ADDRESS_STRUCTURE_COUNT > 0\r
-  EFI_ACPI_MEMORY_MAPPED_ENHANCED_CONFIGURATION_BASE_ADDRESS_STRUCTURE  Segment[\r
-    EFI_ACPI_MEMORY_MAPPED_ENHANCED_CONFIGURATION_BASE_ADDRESS_STRUCTURE_COUNT];\r
-#endif\r
-\r
-} EFI_ACPI_MEMORY_MAPPED_CONFIGURATION_BASE_ADDRESS_TABLE;\r
-\r
-#pragma pack()\r
-\r
-#endif // _MCFG_H_\r