summaryrefslogtreecommitdiffstats
path: root/src/mainboard/gigabyte/ga-945gcm-s2l/romstage.c
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2016-12-29 22:46:12 +0100
committerPatrick Georgi <pgeorgi@google.com>2018-11-12 11:39:07 +0000
commit81dd52b7eb663c6098de5d8c7c56ed572c91b539 (patch)
tree02f56645bcc26ce8e861481bb5bb11f290729c20 /src/mainboard/gigabyte/ga-945gcm-s2l/romstage.c
parentd2b9ec13622d34714b4ecf8b9daf53b32665d3d7 (diff)
downloadcoreboot-81dd52b7eb663c6098de5d8c7c56ed572c91b539.tar.gz
coreboot-81dd52b7eb663c6098de5d8c7c56ed572c91b539.tar.bz2
coreboot-81dd52b7eb663c6098de5d8c7c56ed572c91b539.zip
intel/i945: Factor out ram init time stamps
Instead of having the code for the RAM init time stamps in each mainboard’s `romstage.c`, factor it out to the northbridge code, done in commit 771328f7 (intel/i945: add timestamps in romstage). Change-Id: Ibb699a1fea2f0b1f3c6564d401542d2fb3249f5a Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: https://review.coreboot.org/17994 Reviewed-by: Elyes HAOUAS <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/gigabyte/ga-945gcm-s2l/romstage.c')
-rw-r--r--src/mainboard/gigabyte/ga-945gcm-s2l/romstage.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/gigabyte/ga-945gcm-s2l/romstage.c b/src/mainboard/gigabyte/ga-945gcm-s2l/romstage.c
index 49a25afcaabb..4768885a5ed8 100644
--- a/src/mainboard/gigabyte/ga-945gcm-s2l/romstage.c
+++ b/src/mainboard/gigabyte/ga-945gcm-s2l/romstage.c
@@ -189,9 +189,7 @@ void mainboard_romstage_entry(unsigned long bist)
dump_spd_registers();
#endif
- timestamp_add_now(TS_BEFORE_INITRAM);
sdram_initialize(s3resume ? 2 : boot_mode, NULL);
- timestamp_add_now(TS_AFTER_INITRAM);
/* Perform some initialization that must run before stage2 */
early_ich7_init();