2009-08-25 14:25:36 +02:00
|
|
|
##
|
|
|
|
## This file is part of the coreboot project.
|
|
|
|
##
|
|
|
|
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
|
|
|
|
##
|
|
|
|
## 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
|
|
|
|
## the Free Software Foundation; either version 2 of the License, or
|
|
|
|
## (at your option) any later version.
|
|
|
|
##
|
|
|
|
## 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.
|
|
|
|
##
|
|
|
|
|
2015-04-27 23:04:38 +02:00
|
|
|
ifeq ($(CONFIG_NORTHBRIDGE_INTEL_I440BX),y)
|
|
|
|
|
2012-11-16 14:50:32 +01:00
|
|
|
ramstage-y += northbridge.c
|
2009-08-25 14:25:36 +02:00
|
|
|
|
2010-10-09 19:00:18 +02:00
|
|
|
romstage-y += raminit.c
|
2017-08-15 23:30:05 +02:00
|
|
|
romstage-$(CONFIG_DEBUG_RAM_SETUP) += debug.c
|
2019-08-03 20:28:40 +02:00
|
|
|
romstage-y += memmap.c
|
2015-04-27 23:04:38 +02:00
|
|
|
|
|
|
|
endif
|