blob: b84a03a38b583cd1427ed70ddd49627a92c2d43b [file] [log] [blame]
Frank Vibrans69da1b62011-02-14 19:04:45 +00001#
2# This file is part of the coreboot project.
3#
4# Copyright (C) 2011 Advanced Micro Devices, 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
Paul Menzela46a7122013-02-23 18:37:27 +010017# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Frank Vibrans69da1b62011-02-14 19:04:45 +000018#
19
Kerry Sheh01f7ab92012-01-19 13:18:36 +080020ifeq ($(CONFIG_AHCI_BIOS),y)
21stripped_ahcibios_id = $(call strip_quotes,$(CONFIG_AHCI_BIOS_ID))
22cbfs-files-$(CONFIG_AHCI_BIOS) += pci$(stripped_ahcibios_id).rom
23pci$(stripped_ahcibios_id).rom-file := $(call strip_quotes,$(CONFIG_AHCI_BIOS_FILE))
24pci$(stripped_ahcibios_id).rom-type := optionrom
25endif
26
Frank Vibrans69da1b62011-02-14 19:04:45 +000027romstage-y += buildOpts.c
28romstage-y += agesawrapper.c
Frank Vibrans69da1b62011-02-14 19:04:45 +000029romstage-y += BiosCallOuts.c
30romstage-y += PlatformGnbPcie.c
31
32ramstage-y += buildOpts.c
33ramstage-y += agesawrapper.c
Frank Vibrans69da1b62011-02-14 19:04:45 +000034ramstage-y += BiosCallOuts.c
35ramstage-y += PlatformGnbPcie.c
36
37ramstage-y += reset.c
Jens Rottmann3926b4c2013-03-01 19:41:41 +010038ramstage-y += broadcom.c