Aaron Durbin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34791 )
Change subject: soc/intel/cannonlake: Speed up postcar loading using intermediate caching ......................................................................
Patch Set 4:
(1 comment)
https://review.coreboot.org/c/coreboot/+/34791/4/src/soc/intel/cannonlake/ro... File src/soc/intel/cannonlake/romstage/romstage.c:
https://review.coreboot.org/c/coreboot/+/34791/4/src/soc/intel/cannonlake/ro... PS4, Line 150: size_t top_of_ram_size; You can just do:
const size_t top_of_ram_size = 16*MiB;