2009-08-25 14:25:36 +02:00
|
|
|
##
|
|
|
|
## This file is part of the coreboot project.
|
|
|
|
##
|
|
|
|
##
|
|
|
|
## This program is free software; you can redistribute it and/or modify
|
|
|
|
## it under the terms of the GNU General Public License as published by
|
2010-05-14 11:48:05 +02:00
|
|
|
## the Free Software Foundation; version 2 of the License.
|
2009-08-25 14:25:36 +02:00
|
|
|
##
|
|
|
|
## This program is distributed in the hope that it will be useful,
|
|
|
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
## GNU General Public License for more details.
|
|
|
|
##
|
|
|
|
|
|
|
|
config NORTHBRIDGE_INTEL_I440BX
|
|
|
|
bool
|
2016-11-29 15:46:56 +01:00
|
|
|
select NO_MMCONF_SUPPORT
|
2010-08-26 14:46:02 +02:00
|
|
|
select HAVE_DEBUG_RAM_SETUP
|
2019-11-12 12:05:38 +01:00
|
|
|
select NO_BOOTBLOCK_CONSOLE
|
2009-09-25 20:43:02 +02:00
|
|
|
|
2010-03-13 21:16:48 +01:00
|
|
|
config SDRAMPWR_4DIMM
|
|
|
|
bool
|
|
|
|
depends on NORTHBRIDGE_INTEL_I440BX
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
This option affects how the SDRAMC register is programmed.
|
|
|
|
Memory clock signals will not be routed properly if this option
|
|
|
|
is set wrong.
|
2010-04-27 08:56:47 +02:00
|
|
|
|
2010-03-13 21:16:48 +01:00
|
|
|
If your board has 4 DIMM slots, you must use select this option, in
|
|
|
|
your Kconfig file of the board. On boards with 3 DIMM slots,
|
|
|
|
do _not_ select this option.
|