build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/48482 )
Change subject: cbfs: Allow mcache to be found after the first lookup ......................................................................
Patch Set 1:
(2 comments)
https://review.coreboot.org/c/coreboot/+/48482/1/src/lib/cbfs.c File src/lib/cbfs.c:
https://review.coreboot.org/c/coreboot/+/48482/1/src/lib/cbfs.c@39 PS1, Line 39: die("Cannot access CBFS TOCTOU-safely in " ENV_STRING " before CBMEM init!\n"); line over 96 characters
https://review.coreboot.org/c/coreboot/+/48482/1/src/lib/cbfs.c@473 PS1, Line 473: /* In rare cases post-RAM stages may run this before cbmem_initalize(), 'initalize' may be misspelled - perhaps 'initialize'?