Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44201 )
Change subject: src/arch: Replace <types.h> with <stdint.h> ......................................................................
Patch Set 4: Code-Review-1
I disagree with this. The point of <types.h> is that developers shouldn't need to think about the inane differences in which type is defined where that we only carry around for compatibility with legacy POSIX. When I write a new file I just wanna add #include <types.h> when I need any type, and I don't see a reason to create patch churn later to replace that with something narrower.