[coreboot-gerrit] New patch to review for coreboot: soc/apollolake/romstage: Add a timestamp at the start of romstage

Alexandru Gagniuc (alexandrux.gagniuc@intel.com) gerrit at coreboot.org
Tue May 17 01:58:59 CEST 2016


Alexandru Gagniuc (alexandrux.gagniuc at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14865

-gerrit

commit b7ec9a8982c48a5a415167e512c8e9b2c83542b5
Author: Alexandru Gagniuc <alexandrux.gagniuc at intel.com>
Date:   Mon May 16 16:56:28 2016 -0700

    soc/apollolake/romstage: Add a timestamp at the start of romstage
    
    Change-Id: Idcfaba08e4705c6219a46dd615ae8b456a8ab5b4
    Signed-off-by: Alexandru Gagniuc <alexandrux.gagniuc at intel.com>
---
 src/soc/intel/apollolake/romstage.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/soc/intel/apollolake/romstage.c b/src/soc/intel/apollolake/romstage.c
index 7699b85..b82b282 100644
--- a/src/soc/intel/apollolake/romstage.c
+++ b/src/soc/intel/apollolake/romstage.c
@@ -39,6 +39,7 @@
 #include <soc/romstage.h>
 #include <soc/uart.h>
 #include <string.h>
+#include <timestamp.h>
 
 #define FIT_POINTER				(0x100000000ULL - 0x40)
 
@@ -127,6 +128,7 @@ asmlinkage void car_stage_entry(void)
 	struct romstage_handoff *handoff;
 	struct chipset_power_state *ps = car_get_var_ptr(&power_state);
 
+	timestamp_add_now(TS_START_ROMSTAGE);
 
 	soc_early_romstage_init();
 	disable_watchdog();



More information about the coreboot-gerrit mailing list