diff options
Diffstat (limited to 'src/mainboard/lenovo/t400')
-rw-r--r-- | src/mainboard/lenovo/t400/romstage.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/t400/romstage.c b/src/mainboard/lenovo/t400/romstage.c index 31a80a4a19..1a5c17caaf 100644 --- a/src/mainboard/lenovo/t400/romstage.c +++ b/src/mainboard/lenovo/t400/romstage.c @@ -31,6 +31,7 @@ #include <console/console.h> #include <southbridge/intel/i82801ix/i82801ix.h> #include <northbridge/intel/gm45/gm45.h> +#include <timestamp.h> #include "dock.h" #include "gpio.h" @@ -60,6 +61,9 @@ void mainboard_romstage_entry(unsigned long bist) int cbmem_initted; u16 reg16; + timestamp_init(timestamp_get()); + timestamp_add_now(TS_START_ROMSTAGE); + /* basic northbridge setup, including MMCONF BAR */ gm45_early_init(); |