UPSTREAM: intel/fsp_rangeley: Switch to MMCONF_SUPPORT_DEFAULT
Boards with this chipset do not have any reference of MMCONF_BASE_ADDRESS being written to chipset registers. Either board support is already broken or FSP takes care of this early and Kconfig lacks the notice that this parameter must match with the chosen FSP binary. CPU bootblock associated with this chipset uses exclusive PCI IO access already. Untested. BUG=None BRANCH=None TEST=None Signed-off-by: Kysti Mlkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/17547 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org> Change-Id: I07d20d81266ff6aaa6384d20a806d52fd4568e08 Reviewed-on: https://chromium-review.googlesource.com/417088 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
8613ba7028
commit
7f941707b2
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
config NORTHBRIDGE_INTEL_FSP_RANGELEY
|
||||
bool
|
||||
select CPU_INTEL_FSP_MODEL_406DX
|
||||
select MMCONF_SUPPORT
|
||||
select MMCONF_SUPPORT_DEFAULT
|
||||
|
||||
if NORTHBRIDGE_INTEL_FSP_RANGELEY
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue