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