blob: 896360d9ecd57e7d2aa69399909884a067a28af7 [file] [log] [blame]
Aaron Durbin76c37002012-10-30 09:03:43 -05001#
2# This file is part of the coreboot project.
3#
4# Copyright (C) 2010 Google Inc.
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
20ramstage-y += northbridge.c
21ramstage-y += gma.c
22
23ramstage-$(CONFIG_GENERATE_ACPI_TABLES) += acpi.c
24ramstage-y += mrccache.c
25
26romstage-y += raminit.c
27romstage-y += mrccache.c
28romstage-y += early_init.c
29romstage-y += report_platform.c
30romstage-y += ../../../arch/x86/lib/walkcbfs.S
31
32smm-$(CONFIG_HAVE_SMI_HANDLER) += udelay.c
33smm-$(CONFIG_HAVE_SMI_HANDLER) += finalize.c
34
35# We don't ship that, but booting without it is bound to fail
36cbfs-files-$(CONFIG_HAVE_MRC) += mrc.bin
37mrc.bin-file := $(call strip_quotes,$(CONFIG_MRC_FILE))
38mrc.bin-position := 0xfffa0000
39mrc.bin-type := 0xab
40
41$(obj)/northbridge/intel/haswell/acpi.ramstage.o : $(obj)/build.h