Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35993 )
Change subject: cpu/x86: Add a prog_run hook to set up caching of XIP stages ......................................................................
Patch Set 18:
(1 comment)
https://review.coreboot.org/c/coreboot/+/35993/17/src/cpu/x86/mtrr/xip_cache... File src/cpu/x86/mtrr/xip_cache.c:
https://review.coreboot.org/c/coreboot/+/35993/17/src/cpu/x86/mtrr/xip_cache... PS17, Line 92: if (ALIGN_DOWN(base, mtrr_size) + mtrr_size < end) { : printk(BIOS_NOTICE, "PROG_RUN: Limiting XIP cache to %uKiB!", mtrr_size / KiB); : } :
stale
Done