cpu/x86/mp_init: Print amount of time it takes in bsp_do_flight_plan
commit5d8faef80575b5f670369e3c552cfff9fdec9e3c
authorFurquan Shaikh <furquan@google.com>
Thu, 8 Mar 2018 07:16:57 +0000 (7 23:16 -0800)
committerFurquan Shaikh <furquan@google.com>
Fri, 9 Mar 2018 00:26:30 +0000 (9 00:26 +0000)
treef246eceef2dc40c0e768eb631729dd1b11a2b05d
parent467cce4d1c9d366ca0830a9add8c0a02396dab36
cpu/x86/mp_init: Print amount of time it takes in bsp_do_flight_plan

Since the timeout in bsp_do_flight_plan is bumped up to 1 second, this
change adds a print to indicate the amount of time it takes for all the
APs to check-in.

TEST=Verified on Nami that it prints:
"bsp_do_flight_plan done after 395 msecs."

Change-Id: I4c8380e94305ed58453ed18b341b3b923949d7a8
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/25044
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
src/cpu/x86/mp_init.c