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 <paulepanter@users.sourceforge.net>
Reviewed-on: https://review.coreboot.org/17725
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins)
This commit is contained in:
Paul Menzel
2016-12-05 23:06:37 +01:00
committed by Martin Roth
parent 5eef7b34c1
commit 00563bf054
2 changed files with 3 additions and 0 deletions

View File

@ -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;