tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / mainboard / amd / serengeti_cheetah_fam10 / acpi / amd8151.asl
blob081712b70d05f1ceb820cdf82bc8d7d41601aa7f
1 //
2 // This file is part of the coreboot project.
3 //
4 // Copyright (C) 2007 Advanced Micro Devices, Inc.
5 //
6 // This program is free software; you can redistribute it and/or modify
7 // it under the terms of the GNU General Public License as published by
8 // the Free Software Foundation; version 2 of the License.
9 //
10 // This program is distributed in the hope that it will be useful,
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 // GNU General Public License for more details.
16 // AMD8151
17         Device (AGPB)
18         {
19                 Method (_ADR, 0, NotSerialized)
20                 {
21                         Return (DADD(GHCD(HCIN, 0), 0x00010000))
22                 }
24                 Name (APIC, Package (0x04)
25                 {
26                         Package (0x04) { 0x0000FFFF, 0x00, 0x00, 0x10 },
27                         Package (0x04) { 0x0000FFFF, 0x01, 0x00, 0x11 },
28                         Package (0x04) { 0x0000FFFF, 0x02, 0x00, 0x12 },
29                         Package (0x04) { 0x0000FFFF, 0x03, 0x00, 0x13 }
30                 })
31                 Name (PICM, Package (0x04)
32                 {
33                         Package (0x04) { 0x0000FFFF, 0x00, \_SB.PCI0.LNKA, 0x00 },
34                         Package (0x04) { 0x0000FFFF, 0x01, \_SB.PCI0.LNKB, 0x00 },
35                         Package (0x04) { 0x0000FFFF, 0x02, \_SB.PCI0.LNKC, 0x00 },
36                         Package (0x04) { 0x0000FFFF, 0x03, \_SB.PCI0.LNKD, 0x00 }
37                 })
38                 Method (_PRT, 0, NotSerialized)
39                 {
40                         If (LNot (PICF)) { Return (PICM) }
41                         Else { Return (APIC) }
42                 }
43         }