Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46110 )
Change subject: mrc_cache: Add data_size parameter to mrc_cache_load_current ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/46110/1/src/include/mrc_cache.h File src/include/mrc_cache.h:
https://review.coreboot.org/c/coreboot/+/46110/1/src/include/mrc_cache.h@33 PS1, Line 33: int Can we reuse the return value to return data_size in case of success and < 0 on error by changing to ssize_t?