aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/E7520/raminit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/intel/E7520/raminit.h')
-rw-r--r--src/northbridge/intel/E7520/raminit.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/northbridge/intel/E7520/raminit.h b/src/northbridge/intel/E7520/raminit.h
new file mode 100644
index 0000000000..183ace8385
--- /dev/null
+++ b/src/northbridge/intel/E7520/raminit.h
@@ -0,0 +1,12 @@
+#ifndef RAMINIT_H
+#define RAMINIT_H
+
+#define DIMM_SOCKETS 4
+struct mem_controller {
+ unsigned node_id;
+ device_t f0, f1, f2, f3;
+ uint16_t channel0[DIMM_SOCKETS];
+ uint16_t channel1[DIMM_SOCKETS];
+};
+
+#endif /* RAMINIT_H */