aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/amdk8/raminit.h
diff options
context:
space:
mode:
authorEric Biederman <ebiederm@xmission.com>2003-07-12 01:35:24 +0000
committerEric Biederman <ebiederm@xmission.com>2003-07-12 01:35:24 +0000
commit91b5ed107369bb0f65028ccc973183bf0dcb8ae7 (patch)
treec69c69d3bd341a9cbf120030338a57d97ad81cc1 /src/northbridge/amd/amdk8/raminit.h
parenta07494998123820e2f59718a91e2d27941895a77 (diff)
- Commit a working spd based memory initialization routine
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@946 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/amd/amdk8/raminit.h')
-rw-r--r--src/northbridge/amd/amdk8/raminit.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/northbridge/amd/amdk8/raminit.h b/src/northbridge/amd/amdk8/raminit.h
new file mode 100644
index 0000000000..6778243706
--- /dev/null
+++ b/src/northbridge/amd/amdk8/raminit.h
@@ -0,0 +1,11 @@
+#ifndef RAMINIT_H
+#define RAMINIT_H
+
+struct mem_controller {
+ device_t f0, f1, f2, f3;
+ uint8_t channel0[4];
+ uint8_t channel1[4];
+};
+
+
+#endif /* RAMINIT_H */