blob: e57181d394770101009833fa07dba78a08ab29a3 [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
Stefan Reinauere1133b72015-04-27 14:04:38 -07003ifeq ($(CONFIG_NORTHBRIDGE_INTEL_I440BX),y)
4
Patrick Georgi23f38cd2012-11-16 14:50:32 +01005ramstage-y += northbridge.c
Uwe Hermannb7fec822009-08-25 12:25:36 +00006
Uwe Hermann115c5b92010-10-09 17:00:18 +00007romstage-y += raminit.c
Kyösti Mälkki7a955752020-01-07 12:18:24 +02008romstage-y += romstage.c
Keith Huiaef85422017-08-15 17:30:05 -04009romstage-$(CONFIG_DEBUG_RAM_SETUP) += debug.c
Kyösti Mälkkife481eb2019-08-03 21:28:40 +030010romstage-y += memmap.c
Stefan Reinauere1133b72015-04-27 14:04:38 -070011
12endif