Kangheui Won has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45059 )
Change subject: soc/amd/picasso: pass verstage timestamps to x86 ......................................................................
Patch Set 9:
(1 comment)
https://review.coreboot.org/c/coreboot/+/45059/8/src/soc/amd/picasso/bootblo... File src/soc/amd/picasso/bootblock/bootblock.c:
https://review.coreboot.org/c/coreboot/+/45059/8/src/soc/amd/picasso/bootblo... PS8, Line 134: info->magic_val == TRANSFER_MAGIC_VAL) {
Maybe break this out into a separate function and put the call to that function inside this if?
Done