Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38424 )
Change subject: cbfs: Enable CBFS mcache on most boards ......................................................................
Patch Set 10:
(1 comment)
https://review.coreboot.org/c/coreboot/+/38424/10/src/arch/x86/car.ld File src/arch/x86/car.ld:
https://review.coreboot.org/c/coreboot/+/38424/10/src/arch/x86/car.ld@50 PS10, Line 50: #if !CONFIG(NO_CBFS_MCACHE) : CBFS_MCACHE(., CONFIG_CBFS_MCACHE_SIZE) : #endif On x86 the RO-flash is typically cached. Would just selecting NO_CBFS_MCACHE on x86 not be a better idea?