]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Vlv.asl
Vlv2DeviceRefCodePkg: Replace BSD License with BSD+Patent License
[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
7ede8060 5 SPDX-License-Identifier: BSD-2-Clause-Patent\r
3cbfba02
DW
6\r
7\r
8\r
9Module Name:\r
10\r
11 VLV.ASL\r
12\r
13Abstract:\r
14\r
15 Baytrail PCI configuration space definition.\r
16\r
17--*/\r
18Scope (\_SB.PCI0)\r
19{\r
20\r
21 Device(GFX0) // Mobile I.G.D\r
22 {\r
23 Name(_ADR, 0x00020000)\r
24\r
25 Method(GDEP, 0)\r
26 {\r
27 If(LEqual(OSYS,2013))\r
28 {\r
29 Name(_DEP, Package(0x1)\r
30 {\r
31 PEPD\r
32 })\r
33 }\r
34 }\r
35\r
36 include("INTELGFX.ASL")\r
37 include("INTELISPDev2.ASL")\r
38 } // end "Mobile I.G.D"\r
39}//end scope\r