Felix Held has posted comments on this change. ( https://review.coreboot.org/20813 )
Change subject: intel/sandybridge: Gather MMCONF_BASE_ADDRESS defaults ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/#/c/20813/2/src/northbridge/intel/sandybridge/Kc... File src/northbridge/intel/sandybridge/Kconfig:
https://review.coreboot.org/#/c/20813/2/src/northbridge/intel/sandybridge/Kc... PS2, Line 120: default 0xf8000000 if USE_NATIVE_RAMINIT
this is inside the "if !USE_NATIVE_RAMINIT" block, so if I understand this
haven't read the code completely, but it's probably a good idea to leave MMCONF_BASE_ADDRESS at 0xf8000000 for the native ram init in this patch...