summaryrefslogtreecommitdiff
path: root/src/northbridge/amd/amdk8/root_complex
diff options
context:
space:
mode:
authorEric Biederman <ebiederm@xmission.com>2004-11-05 07:04:54 +0000
committerEric Biederman <ebiederm@xmission.com>2004-11-05 07:04:54 +0000
commit8bd555297e9c8eb8b9a006812f7a64197acff583 (patch)
treecc55b7c0f55b34aff2c48d1ac8da5295b584c0f6 /src/northbridge/amd/amdk8/root_complex
parent7bf1b48bd423065dac1fcc0990dd841dd792ae00 (diff)
downloadcoreboot-8bd555297e9c8eb8b9a006812f7a64197acff583.tar.xz
- Add a new chip northbridge/amd/amdk8/root_complex
- Moving the functionality around in northbridge/amd/amdk8/northbridge.c to put the pci_domain and the apic bus on the root_complex. Everything else remains with the individual northbridges. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1749 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/amd/amdk8/root_complex')
-rw-r--r--src/northbridge/amd/amdk8/root_complex/Config.lb1
-rw-r--r--src/northbridge/amd/amdk8/root_complex/chip.h5
2 files changed, 6 insertions, 0 deletions
diff --git a/src/northbridge/amd/amdk8/root_complex/Config.lb b/src/northbridge/amd/amdk8/root_complex/Config.lb
new file mode 100644
index 0000000000..610e929159
--- /dev/null
+++ b/src/northbridge/amd/amdk8/root_complex/Config.lb
@@ -0,0 +1 @@
+config chip.h
diff --git a/src/northbridge/amd/amdk8/root_complex/chip.h b/src/northbridge/amd/amdk8/root_complex/chip.h
new file mode 100644
index 0000000000..0b49ca8ae9
--- /dev/null
+++ b/src/northbridge/amd/amdk8/root_complex/chip.h
@@ -0,0 +1,5 @@
+struct northbridge_amd_amdk8_root_complex_config
+{
+};
+
+extern struct chip_operations northbridge_amd_amdk8_root_complex_ops;