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