Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47699 )
Change subject: lib/bootblock.c: Work around invalid timestamp argument ......................................................................
Patch Set 1: Code-Review-1
This sounds like a fix in generic code to a very platform-specific problem, so generally not the right thing to do. Can you explain in more detail what the problem is? There should be some way to solve this without changing the code for all other architectures (e.g. if the platform doesn't have a valid initial timestamp, it should just be entering through main() instead of bootblock_main_with_basetime()).