tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / drivers / intel / gma / acpi / pch.asl
blob31911965cdbc596d8843f512a8674c0c3b757233
1 /*
2  * This file is part of the coreboot project.
3  *
4  * Copyright (C) 2007-2009 coresystems GmbH
5  *
6  * This program is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU General Public License as
8  * published by the Free Software Foundation; version 2 of
9  * the License.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU General Public License for more details.
15  */
17 Device (GFX0)
19         Name (_ADR, 0x00020000)
21         OperationRegion (GFXC, PCI_Config, 0x00, 0x0100)
22         Field (GFXC, DWordAcc, NoLock, Preserve)
23         {
24                 Offset (0x10),
25                 BAR0, 64
26         }
28         OperationRegion (GFRG, SystemMemory, And (BAR0, 0xfffffffffffffff0), 0x400000)
29         Field (GFRG, DWordAcc, NoLock, Preserve)
30         {
31                 Offset (0x48254),
32                 BCLV, 16,
33                 Offset (0xc8256),
34                 BCLM, 16
35         }
37 #include "configure_brightness_levels.asl"
38 #include "common.asl"