1 # SPDX-License-Identifier: GPL-2.0-only
3 ifeq ($(CONFIG_NORTHBRIDGE_INTEL_GM45
),y
)
5 bootblock-y
+= bootblock.c
7 romstage-y
+= early_init.c
8 romstage-y
+= early_reset.c
9 romstage-y
+= raminit.c
10 romstage-y
+= raminit_rcomp_calibration.c
11 romstage-y
+= raminit_receive_enable_calibration.c
12 romstage-y
+= raminit_read_write_training.c
13 romstage-y
+= raminit_meminfo.c
15 romstage-y
+= thermal.c
18 romstage-y
+= memmap.c
20 romstage-y
+= romstage.c
24 ramstage-y
+= memmap.c
25 ramstage-y
+= northbridge.c