Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33823 )
Change subject: src: Get rid of PRIu64 ......................................................................
Patch Set 4:
I would rather that we get a proper <inttypes.h> with all of these, to be honest. vboot uses these sometimes (I think not in the part linked into coreboot atm, but that may change), and it's just a standard C library feature that doesn't really cost anything to support and is nice to have available. Maybe we can just copy the inttypes.h from libpayload? (Although I think a few of the definitions there look sketchy and should maybe be double-checked to make sure they do the right thing for all archs we support these days.)