Shelley Chen has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44006 )
Change subject: mrc_cache: mrc_cache fetch functions to support non-x86 platforms ......................................................................
Patch Set 11:
(2 comments)
https://review.coreboot.org/c/coreboot/+/44006/8/src/drivers/mrc_cache/mrc_c... File src/drivers/mrc_cache/mrc_cache.c:
https://review.coreboot.org/c/coreboot/+/44006/8/src/drivers/mrc_cache/mrc_c... PS8, Line 338: BIOS_ERR
In mrc_data_valid(), we originally pasted this error
Ack. Changed to BIOS_INFO
https://review.coreboot.org/c/coreboot/+/44006/8/src/drivers/mrc_cache/mrc_c... PS8, Line 338: on data verification
Sorry, copy/pasted the error message from mrc_data_valid() in the old driver.
Done