blob: 8478f0e2f6d2597385d181a725b8e181e592ac57 [file] [log] [blame]
Patrick Georgi2efc8802012-11-06 11:03:53 +01001#
2# This file is part of the coreboot project.
3#
4# Copyright (C) 2012 secunet Security Networks AG
5#
6# This program is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; version 2 of the License.
9#
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# GNU General Public License for more details.
14#
15# You should have received a copy of the GNU General Public License
16# along with this program; if not, write to the Free Software
17# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18#
19
20romstage-y += early_init.c
21romstage-y += early_reset.c
22romstage-y += delay.c
23romstage-y += raminit.c
24romstage-y += raminit_rcomp_calibration.c
25romstage-y += raminit_receive_enable_calibration.c
26romstage-y += raminit_read_write_training.c
27romstage-y += pcie.c
28romstage-y += thermal.c
29romstage-y += igd.c
30romstage-y += pm.c
31romstage-y += ram_calc.c
32romstage-$(CONFIG_IOMMU) += iommu.c
33
34ramstage-$(CONFIG_GENERATE_ACPI_TABLES) += acpi.c
35
Stefan Reinauer721265b2012-11-27 14:47:49 -080036ramstage-y += ram_calc.c
37ramstage-y += northbridge.c
Patrick Georgi2efc8802012-11-06 11:03:53 +010038
39smm-$(CONFIG_HAVE_SMI_HANDLER) += delay.c