]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Vlv.asl
Vlv2DeviceRefCodePkg&Vlv2TbltDevicePkg:Convert Mix to DOS.
[mirror_edk2.git] / Vlv2DeviceRefCodePkg / AcpiTablesPCAT / Vlv.asl
CommitLineData
3cbfba02
DW
1/*++\r
2\r
3Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved\r
4\r
5 This program and the accompanying materials are licensed and made available under\r
6 the terms and conditions of the BSD License that accompanies this distribution.\r
7 The full text of the license may be found at\r
8 http://opensource.org/licenses/bsd-license.php.\r
9\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13\r
14\r
15Module Name:\r
16\r
17 VLV.ASL\r
18\r
19Abstract:\r
20\r
21 Baytrail PCI configuration space definition.\r
22\r
23--*/\r
24Scope (\_SB.PCI0)\r
25{\r
26\r
27 Device(GFX0) // Mobile I.G.D\r
28 {\r
29 Name(_ADR, 0x00020000)\r
30\r
31 Method(GDEP, 0)\r
32 {\r
33 If(LEqual(OSYS,2013))\r
34 {\r
35 Name(_DEP, Package(0x1)\r
36 {\r
37 PEPD\r
38 })\r
39 }\r
40 }\r
41\r
42 include("INTELGFX.ASL")\r
43 include("INTELISPDev2.ASL")\r
44 } // end "Mobile I.G.D"\r
45}//end scope\r