Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45613 )
Change subject: nb/intel/i945: Move DEFAULT_MCHBAR to Kconfig ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/45613/1/src/northbridge/intel/i945/... File src/northbridge/intel/i945/i945.h:
https://review.coreboot.org/c/coreboot/+/45613/1/src/northbridge/intel/i945/... PS1, Line 9: #define DEFAULT_MCHBAR ((u8 *)0xfed14000) /* 16 KB */ We could just patch these lines to use the Kconfig value. I would much prefer that to keep the code stable. Also, I don't see any downsides.