]> git.proxmox.com Git - mirror_edk2.git/blobdiff - QuarkPlatformPkg/Acpi/AcpiTables/Mcfg/Mcfg.h
edk2: Remove packages moved to edk2-platforms
[mirror_edk2.git] / QuarkPlatformPkg / Acpi / AcpiTables / Mcfg / Mcfg.h
diff --git a/QuarkPlatformPkg/Acpi/AcpiTables/Mcfg/Mcfg.h b/QuarkPlatformPkg/Acpi/AcpiTables/Mcfg/Mcfg.h
deleted file mode 100644 (file)
index 3703132..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-/** @file\r
-This file describes the contents of the ACPI Memory Mapped Configuration\r
-Space Access Table (MCFG).  Some additional ACPI values are defined in Acpi10.h,\r
-Acpi20.h, and Acpi30.h.\r
-\r
-Copyright (c) 2013-2015 Intel Corporation.\r
-\r
-SPDX-License-Identifier: BSD-2-Clause-Patent\r
-\r
-**/\r
-\r
-#ifndef _MCFG_H_\r
-#define _MCFG_H_\r
-\r
-//\r
-// Statements that include other files\r
-//\r
-\r
-#include <IndustryStandard/Acpi.h>\r
-#include <IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.h>\r
-\r
-//\r
-// MCFG Definitions\r
-//\r
-\r
-#define EFI_ACPI_OEM_MCFG_REVISION 0x00000001\r
-\r
-//\r
-// Define the number of allocation structures so that we can build the table structure.\r
-//\r
-\r
-#define EFI_ACPI_ALLOCATION_STRUCTURE_COUNT           1\r
-\r
-//\r
-// MCFG structure\r
-//\r
-\r
-//\r
-// Ensure proper structure formats\r
-//\r
-#pragma pack (1)\r
-\r
-//\r
-// MCFG Table structure\r
-//\r
-typedef struct {\r
-  EFI_ACPI_DESCRIPTION_HEADER                                                            Header;\r
-  UINT64                                                                                 Reserved;\r
-#if EFI_ACPI_ALLOCATION_STRUCTURE_COUNT > 0\r
-  EFI_ACPI_MEMORY_MAPPED_ENHANCED_CONFIGURATION_SPACE_BASE_ADDRESS_ALLOCATION_STRUCTURE  AllocationStructure[EFI_ACPI_ALLOCATION_STRUCTURE_COUNT];\r
-#endif\r
-} EFI_ACPI_MEMORY_MAPPED_CONFIGURATION_SPACE_ACCESS_DESCRIPTION_TABLE;\r
-\r
-#pragma pack ()\r
-\r
-#endif\r