]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/CCode/Source/Include/IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.h
Retiring the ANT/JAVA build and removing the older EDK II packages that required...
[mirror_edk2.git] / Tools / CCode / Source / Include / IndustryStandard / MemoryMappedConfigurationSpaceAccessTable.h
diff --git a/Tools/CCode/Source/Include/IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.h b/Tools/CCode/Source/Include/IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.h
deleted file mode 100644 (file)
index 175aa6e..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-/*++\r
-\r
-Copyright (c) 2006, Intel Corporation. All rights reserved. \r
-This software and associated documentation (if any) is furnished\r
-under a license and may only be used or copied in accordance\r
-with the terms of the license. Except as permitted by such\r
-license, no part of this software or documentation may be\r
-reproduced, stored in a retrieval system, or transmitted in any\r
-form or by any means without the express written consent of\r
-Intel Corporation.\r
-\r
-\r
-Module Name:\r
-\r
-  MemoryMappedConfigurationSpaceAccessTable.h\r
-\r
-Abstract:\r
-\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
-  Specification is available at http://www.pcisig.com.\r
-\r
---*/\r
-\r
-#ifndef _MEMORY_MAPPED_CONFIGURATION_SPACE_ACCESS_TABLE_H_\r
-#define _MEMORY_MAPPED_CONFIGURATION_SPACE_ACCESS_TABLE_H_\r
-\r
-//\r
-// Ensure proper structure formats\r
-//\r
-#pragma pack(1)\r
-//\r
-// Memory Mapped Configuration Space Access Table (MCFG)\r
-// This table is a basic description table header followed by\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
-} EFI_ACPI_MEMORY_MAPPED_ENHANCED_CONFIGURATION_SPACE_BASE_ADDRESS_ALLOCATION_STRUCTURE;\r
-\r
-//\r
-// MCFG Revision (defined in spec)\r
-//\r
-#define EFI_ACPI_MEMORY_MAPPED_CONFIGURATION_SPACE_ACCESS_TABLE_REVISION  0x01\r
-\r
-#pragma pack()\r
-\r
-#endif\r