]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelSiliconPkg/Include/Ppi/VtdInfo.h
Remove IntelSiliconPkg that has been moved to edk2-platform repo
[mirror_edk2.git] / IntelSiliconPkg / Include / Ppi / VtdInfo.h
diff --git a/IntelSiliconPkg/Include/Ppi/VtdInfo.h b/IntelSiliconPkg/Include/Ppi/VtdInfo.h
deleted file mode 100644 (file)
index f91dbc0..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-/** @file\r
-  The definition for VTD information PPI.\r
-\r
-  This is a lightweight VTd information report in PEI phase.\r
-\r
-  Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>\r
-  SPDX-License-Identifier: BSD-2-Clause-Patent\r
-\r
-**/\r
-\r
-#ifndef __VTD_INFO_PPI_H__\r
-#define __VTD_INFO_PPI_H__\r
-\r
-#include <IndustryStandard/DmaRemappingReportingTable.h>\r
-\r
-#define EDKII_VTD_INFO_PPI_GUID \\r
-    { \\r
-      0x8a59fcb3, 0xf191, 0x400c, { 0x97, 0x67, 0x67, 0xaf, 0x2b, 0x25, 0x68, 0x4a } \\r
-    }\r
-\r
-//\r
-// VTD info PPI just use same data structure as DMAR table.\r
-//\r
-// The reported information must include what is needed in PEI phase, e.g.\r
-//   the VTd engine (such as DRHD)\r
-//   the reserved DMA address in PEI for eary graphic (such as RMRR for graphic UMA)\r
-//\r
-// The reported information can be and might be a subset of full DMAR table, e.g.\r
-//   if some data is not avaiable (such as ANDD),\r
-//   if some data is not needed (such as RMRR for legacy USB).\r
-//\r
-typedef EFI_ACPI_DMAR_HEADER EDKII_VTD_INFO_PPI;\r
-\r
-extern EFI_GUID gEdkiiVTdInfoPpiGuid;\r
-\r
-#endif\r
-\r