Following patch adds support for suspend/resume functions. I had to change the get_cb...
[coreboot.git] / src / northbridge / intel / i945 / raminit.h
index 070b913947025e47d98574fddfa7789c887e274d..e3b8491fcd92d8f8dca3f86b0f6715c9ebcef580 100644 (file)
@@ -22,7 +22,6 @@
 
 #define DIMM_SOCKETS 2
 
-#define DIMM_SPD_BASE 0x50
 #define DIMM_TCO_BASE 0x30
 
 /* Burst length is always 8 */
@@ -67,4 +66,9 @@ struct sys_info {
 
 } __attribute__ ((packed));
 
+void receive_enable_adjust(struct sys_info *sysinfo);
+void sdram_initialize(int boot_path);
+unsigned long get_top_of_ram(void);
+int fixup_i945_errata(void);
+void udelay(u32 us);
 #endif                         /* RAMINIT_H */