]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Vlv.asl
edk2: Remove packages moved to edk2-platforms
[mirror_edk2.git] / Vlv2DeviceRefCodePkg / AcpiTablesPCAT / Vlv.asl
diff --git a/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Vlv.asl b/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Vlv.asl
deleted file mode 100644 (file)
index 32e1851..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-/*++\r
-\r
-Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
-\r
-  SPDX-License-Identifier: BSD-2-Clause-Patent\r
-\r
-\r
-\r
-Module Name:\r
-\r
-  VLV.ASL\r
-\r
-Abstract:\r
-\r
-  Baytrail PCI configuration space definition.\r
-\r
---*/\r
-Scope (\_SB.PCI0)\r
-{\r
-\r
-  Device(GFX0)   // Mobile I.G.D\r
-  {\r
-    Name(_ADR, 0x00020000)\r
-\r
-    Method(GDEP, 0)\r
-    {\r
-      If(LEqual(OSYS,2013))\r
-      {\r
-        Name(_DEP, Package(0x1)\r
-        {\r
-          PEPD\r
-        })\r
-      }\r
-    }\r
-\r
-    include("INTELGFX.ASL")\r
-    include("INTELISPDev2.ASL")\r
-  } // end "Mobile I.G.D"\r
-}//end scope\r