blob: 04b0d2fc7f4e2f138df021eea0a6a9192ed051a7 [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
Duncan Laurie0a7c49e2013-06-20 12:40:55 -070025ramstage-y += minihd.c
Aaron Durbin76c37002012-10-30 09:03:43 -050026
27romstage-y += raminit.c
28romstage-y += mrccache.c
29romstage-y += early_init.c
30romstage-y += report_platform.c
31romstage-y += ../../../arch/x86/lib/walkcbfs.S
32
Aaron Durbin76c37002012-10-30 09:03:43 -050033smm-$(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