Attention is currently required from: Andrey Petrov, Paz Zcharya, Ronak Kanabar.
Subrata Banik has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/79789?usp=email )
Change subject: drivers/intel/fsp2_0: add fw splash screen timestamp ......................................................................
Patch Set 1:
(1 comment)
File src/drivers/intel/fsp2_0/graphics.c:
https://review.coreboot.org/c/coreboot/+/79789/comment/1b358ffc_9e6d6337 : PS1, Line 119: timestamp_add_now(TS_SPLASH_SCREEN_VISIBLE); https://github.com/coreboot/coreboot/blob/3329e8893eaef8637b3ebdcf3b46e8adcd... function is a FSP-S API which is responsible to render the FW splash screen during the execution of FSP.
fsp_report_framebuffer_info() is just one API which we parse post FSP-S to know if GFX has been init or not. adding timestamp won't mean anything here.