Attention is currently required from: Chen Wisley. Tim Wawrzynczak has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/62820 )
Change subject: soc/intel/common/block/cse: Change logleve prefix to WARNING ......................................................................
Patch Set 1:
(1 comment)
Commit Message:
https://review.coreboot.org/c/coreboot/+/62820/comment/75c6b2cc_3458e0ca PS1, Line 8: : In do_send_end_of_post(), it checks whether send eop or not. : So, it's better to use "BIOS_WARNING" than "BIOS_ERR" Suggestion: ``` This message is not really an error message, so BIOS_ERR is inappropriate. The message does seem more like a warning though, that the developer could have multiple Kconfigs selected to send EOP, therefore switch to BIOS_WARN instead ```