blob: db9dc3f9acfadec8abf6e9b3cd058dd48fd13984 [file] [log] [blame]
Patrick Georgic49d7a32020-05-08 22:50:46 +02001# SPDX-License-Identifier: GPL-2.0-only
Patrick Georgi2efc8802012-11-06 11:03:53 +01002
Stefan Reinauere1133b72015-04-27 14:04:38 -07003ifeq ($(CONFIG_NORTHBRIDGE_INTEL_GM45),y)
4
Arthur Heymansbe9533a2019-10-12 14:35:25 +02005bootblock-y += bootblock.c
6
Patrick Georgi2efc8802012-11-06 11:03:53 +01007romstage-y += early_init.c
8romstage-y += early_reset.c
Patrick Georgi2efc8802012-11-06 11:03:53 +01009romstage-y += raminit.c
10romstage-y += raminit_rcomp_calibration.c
11romstage-y += raminit_receive_enable_calibration.c
12romstage-y += raminit_read_write_training.c
13romstage-y += pcie.c
14romstage-y += thermal.c
15romstage-y += igd.c
16romstage-y += pm.c
Kyösti Mälkkife481eb2019-08-03 21:28:40 +030017romstage-y += memmap.c
Martin Roth4a666422015-08-25 17:04:59 -060018romstage-y += iommu.c
Arthur Heymans3b0eb602019-01-31 22:47:09 +010019romstage-y += romstage.c
Patrick Georgi2efc8802012-11-06 11:03:53 +010020
Vladimir Serbinenko822bc652014-01-03 15:55:40 +010021ramstage-y += acpi.c
Patrick Georgi2efc8802012-11-06 11:03:53 +010022
Kyösti Mälkkife481eb2019-08-03 21:28:40 +030023ramstage-y += memmap.c
Stefan Reinauer721265b2012-11-27 14:47:49 -080024ramstage-y += northbridge.c
Vladimir Serbinenko6481e102014-08-10 23:48:11 +020025ramstage-y += gma.c
Patrick Georgi2efc8802012-11-06 11:03:53 +010026
Kyösti Mälkkife481eb2019-08-03 21:28:40 +030027postcar-y += memmap.c
Arthur Heymans3a4edb62018-06-03 12:42:10 +020028
Stefan Reinauere1133b72015-04-27 14:04:38 -070029endif