Attention is currently required from: Paul Menzel. Werner Zeh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/54341 )
Change subject: cpu/x86/smm: Fix uintptr_t type mismatches in print statements ......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1: This is not good readable in my opinion. The macros in src/include/inttypes.h have been introduced in CB:33823 with the goal to let 3rd party code be aware of the underlaying types. Here, you are using them in core code of coreboot, so why not just use %lx here instead? It would be way better readable while still maintaining your needs.