blob: 62708114695abe6889714b20d082dab176416a91 [file] [log] [blame]
Keith Hui11bce202020-04-17 12:49:49 -04001## SPDX-License-Identifier: GPL-2.0-or-later
Uwe Hermannb7fec822009-08-25 12:25:36 +00002## This file is part of the coreboot project.
Uwe Hermannb7fec822009-08-25 12:25:36 +00003
Stefan Reinauere1133b72015-04-27 14:04:38 -07004ifeq ($(CONFIG_NORTHBRIDGE_INTEL_I440BX),y)
5
Patrick Georgi23f38cd2012-11-16 14:50:32 +01006ramstage-y += northbridge.c
Uwe Hermannb7fec822009-08-25 12:25:36 +00007
Uwe Hermann115c5b92010-10-09 17:00:18 +00008romstage-y += raminit.c
Kyösti Mälkki7a955752020-01-07 12:18:24 +02009romstage-y += romstage.c
Keith Huiaef85422017-08-15 17:30:05 -040010romstage-$(CONFIG_DEBUG_RAM_SETUP) += debug.c
Kyösti Mälkkife481eb2019-08-03 21:28:40 +030011romstage-y += memmap.c
Stefan Reinauere1133b72015-04-27 14:04:38 -070012
13endif