blob: a27b551698bbc2170d40c06961283b2f2042537a [file] [log] [blame]
Alexandru Gagniucfccfee32014-03-26 18:51:08 -05001#
2# This file is part of the coreboot project.
3#
4# Copyright (C) 2012 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.
14#
Alexandru Gagniucfccfee32014-03-26 18:51:08 -050015chip northbridge/amd/agesa/family15tn/root_complex
16
17 device cpu_cluster 0 on
18 chip cpu/amd/agesa/family15tn
19 device lapic 10 on end
20 end
21 end
22
23 device domain 0 on
24 subsystemid 0x1022 0x1410 inherit
25 chip northbridge/amd/agesa/family15tn # CPU side of HT root complex
26
27 chip northbridge/amd/agesa/family15tn # PCI side of HT root complex
28 device pci 0.0 on end # Root Complex
Alexandru Gagniuc6d5657d2014-12-06 03:29:25 -060029 device pci 0.2 on end # IOMMU
Alexandru Gagniucfccfee32014-03-26 18:51:08 -050030 device pci 1.0 on end # Internal Graphics P2P bridge 0x99XX
31 device pci 1.1 on end # Internal Multimedia
Alexandru Gagniucfccfee32014-03-26 18:51:08 -050032 device pci 3.0 off end
33 device pci 4.0 on end # PCIE MINI0
34 device pci 5.0 on end # PCIE MINI1
Alexandru Gagniucfccfee32014-03-26 18:51:08 -050035 device pci 8.0 off end # NB/SB Link P2P bridge
36 end #chip northbridge/amd/agesa/family15tn # PCI side of HT root complex
37
38 chip southbridge/amd/agesa/hudson # it is under NB/SB Link, but on the same pci bus
39 device pci 10.0 on end # XHCI HC0
Alexandru Gagniucfccfee32014-03-26 18:51:08 -050040 device pci 11.0 on end # SATA
41 device pci 12.0 on end # USB
42 device pci 12.2 on end # USB
43 device pci 13.0 on end # USB
44 device pci 13.2 on end # USB
45 device pci 14.0 on # SMBUS
46 chip drivers/generic/generic #dimm 0
47 device i2c 50 on end # 7-bit SPD address
48 end
49 chip drivers/generic/generic #dimm 1
50 device i2c 51 on end # 7-bit SPD address
51 end
52 end # SM
Alexandru Gagniucfccfee32014-03-26 18:51:08 -050053 device pci 14.2 on end # HDA 0x4383
Alexandru Gagniuc6ac7f532014-03-28 13:17:10 -050054 device pci 14.3 on # LPC 0x439d
55 chip ec/compal/ene932
56 # 60/64 KBC
57 device pnp ff.1 on end # dummy address
58 end
59 end
Alexandru Gagniucfccfee32014-03-26 18:51:08 -050060 device pci 14.4 on end # PCI 0x4384 # PCI-b conflict with GPIO.
61 device pci 14.5 on end # USB 2
62 device pci 14.6 off end # Gec
63 device pci 14.7 on end # SD
64 device pci 15.0 off end # PCIe 0
65 device pci 15.1 off end # PCIe 1
66 device pci 15.2 off end # PCIe 2
67 device pci 15.3 off end # PCIe 3
Alexandru Gagniucfccfee32014-03-26 18:51:08 -050068 end #chip southbridge/amd/hudson
69
70 device pci 18.0 on end
71 device pci 18.1 on end
72 device pci 18.2 on end
73 device pci 18.3 on end
74 device pci 18.4 on end
75 device pci 18.5 on end
76
77 register "spdAddrLookup" = "
78 {
79 { {0xA0, 0x00}, {0xA2, 0x00}, }, // socket 0 - Channel 0 & 1 - 8-bit SPD addresses
80 { {0x00, 0x00}, {0x00, 0x00}, }, // socket 1 - Channel 0 & 1 - 8-bit SPD addresses
81 }"
82
83 end #chip northbridge/amd/agesa/family15tn # CPU side of HT root complex
84 end #domain
85end #chip northbridge/amd/agesa/family15tn/root_complex