blob: 8a926cb9840662edbe3f6a24a0ed90b0031bdd05 [file] [log] [blame]
Stefan Reinauer7cfa7f92010-05-16 14:24:41 +00001/*
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.
Stefan Reinauer7cfa7f92010-05-16 14:24:41 +000015 */
16
Patrick Georgi472efa62012-02-16 20:44:20 +010017/* This is board specific information: IRQ routing for the
Stefan Reinauer7cfa7f92010-05-16 14:24:41 +000018 * 0:1e.0 PCI bridge of the ICH7
19 */
20
21If (PICM) {
22 Return (Package() {
23 Package() { 0x0005ffff, 0, 0, 16},
24 Package() { 0x0005ffff, 1, 0, 17},
25 Package() { 0x0005ffff, 2, 0, 18},
26 Package() { 0x0005ffff, 4, 0, 19} // ?? 4 ??
27 })
28} Else {
29 Return (Package() {
30 Package() { 0x0005ffff, 0, \_SB.PCI0.LPCB.LNKA, 0},
31 Package() { 0x0005ffff, 1, \_SB.PCI0.LPCB.LNKB, 0},
32 Package() { 0x0005ffff, 2, \_SB.PCI0.LPCB.LNKC, 0},
33 Package() { 0x0005ffff, 4, \_SB.PCI0.LPCB.LNKD, 0}, // Really 4??
34 })
35}