From 00563bf054770482a24282d3b0f15057af60de5a Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 5 Dec 2016 23:06:37 +0100 Subject: lib: Add time stamp when starting to finalize chips Add the new time stamps *finalize chips* to track, when the method `dev_finalize_chips()` is called, so that the real time of `write_tables()` is known. Change-Id: I65ca0ec4c07c2eaa14982989cb206d23d8a2293f Signed-off-by: Paul Menzel Reviewed-on: https://review.coreboot.org/17725 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/lib/hardwaremain.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib') diff --git a/src/lib/hardwaremain.c b/src/lib/hardwaremain.c index ef789601e6..7e2098888c 100644 --- a/src/lib/hardwaremain.c +++ b/src/lib/hardwaremain.c @@ -212,6 +212,7 @@ static boot_state_t bs_write_tables(void *arg) */ write_tables(); + timestamp_add_now(TS_FINALIZE_CHIPS); dev_finalize_chips(); return BS_PAYLOAD_LOAD; -- cgit v1.2.3