summaryrefslogtreecommitdiff
path: root/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Vlv.asl
diff options
context:
space:
mode:
Diffstat (limited to 'Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Vlv.asl')
-rw-r--r--Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Vlv.asl39
1 files changed, 0 insertions, 39 deletions
diff --git a/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Vlv.asl b/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Vlv.asl
deleted file mode 100644
index 32e1851..0000000
--- a/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Vlv.asl
+++ /dev/null
@@ -1,39 +0,0 @@
-/*++
-
-Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved
-
- SPDX-License-Identifier: BSD-2-Clause-Patent
-
-
-
-Module Name:
-
- VLV.ASL
-
-Abstract:
-
- Baytrail PCI configuration space definition.
-
---*/
-Scope (\_SB.PCI0)
-{
-
- Device(GFX0) // Mobile I.G.D
- {
- Name(_ADR, 0x00020000)
-
- Method(GDEP, 0)
- {
- If(LEqual(OSYS,2013))
- {
- Name(_DEP, Package(0x1)
- {
- PEPD
- })
- }
- }
-
- include("INTELGFX.ASL")
- include("INTELISPDev2.ASL")
- } // end "Mobile I.G.D"
-}//end scope