Attention is currently required from: Jakub Czapiga. Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/62709 )
Change subject: commonlib/timestamp_serialized: Add timestamp enum to name mapping ......................................................................
Patch Set 3:
(2 comments)
File src/commonlib/include/commonlib/timestamp_serialized.h:
https://review.coreboot.org/c/coreboot/+/62709/comment/2e8e2a24_7cb0401e PS3, Line 316: #define ts_str(x) #x You can use STRINGIFY() from <string.h>
https://review.coreboot.org/c/coreboot/+/62709/comment/e0e3c06f_77e7a87f PS3, Line 319: static const struct timestamp_id_to_enum_name { Let's merge this together with the other table so we don't need to have two separate tables?