blob: 625e0331538cc413632bc9aa4ed5b2f57f2064e6 [file] [log] [blame]
Dave Frodinc43bce52014-12-03 08:22:46 -07001#
2# This file is part of the coreboot project.
3#
4# Copyright (C) 2013 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#
Dave Frodinc43bce52014-12-03 08:22:46 -070015chip northbridge/amd/agesa/family16kb/root_complex
16 device cpu_cluster 0 on
17 chip cpu/amd/agesa/family16kb
18 device lapic 0 on end
19 end
20 end
21
22 device domain 0 on
23 subsystemid 0x1022 0x1410 inherit
24 chip northbridge/amd/agesa/family16kb # CPU side of HT root complex
25
26 chip northbridge/amd/agesa/family16kb # PCI side of HT root complex
27 device pci 0.0 on end # Root Complex
Dave Frodind6aa7cf2014-11-21 14:57:03 -070028 device pci 1.0 on end # Internal Graphics P2P bridge 0x9835
Dave Frodinc43bce52014-12-03 08:22:46 -070029 device pci 1.1 on end # Internal Multimedia
30 device pci 2.0 on end # PCIe Host Bridge
Dave Frodind6aa7cf2014-11-21 14:57:03 -070031 device pci 2.1 on end # PCIe GFX Bridge
32 device pci 2.2 on end # PCIe GPP mini PCIe
33 device pci 2.3 on end # PCIe LAN
34 device pci 2.4 on end # PCIe x2 to high speed edge connector
35 device pci 2.5 on end # PCIe x2 to high speed edge connector
Dave Frodinc43bce52014-12-03 08:22:46 -070036 end #chip northbridge/amd/agesa/family16kb
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
40 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
Dave Frodind6aa7cf2014-11-21 14:57:03 -070045 device pci 14.0 on end # SM
Dave Frodinc43bce52014-12-03 08:22:46 -070046 device pci 14.2 on end # HDA 0x4383
47 device pci 14.3 on end # LPC 0x439d
48 device pci 14.7 on end # SD
49 end #chip southbridge/amd/hudson
50
51 device pci 18.0 on end
52 device pci 18.1 on end
53 device pci 18.2 on end
54 device pci 18.3 on end
55 device pci 18.4 on end
56 device pci 18.5 on end
Dave Frodinc43bce52014-12-03 08:22:46 -070057
58 end #chip northbridge/amd/agesa/family16kb # CPU side of HT root complex
59 end #domain
60end #northbridge/amd/agesa/family16kb/root_complex