blob: 96891f214b3de0be4eb750ce0a9109573b7e69cd [file] [log] [blame]
efdesign98770b8772011-06-20 21:48:37 -07001#
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
17# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18#
19
efdesign983ddb6b82011-07-20 19:59:22 -060020ifeq ($(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
27ifeq ($(CONFIG_XHC_BIOS),y)
28stripped_xhcbios_id = $(call strip_quotes,$(CONFIG_XHC_BIOS_ID))
29cbfs-files-$(CONFIG_XHC_BIOS) += pci$(stripped_xhcbios_id).rom
30pci$(stripped_xhcbios_id).rom-file := $(call strip_quotes,$(CONFIG_XHC_BIOS_FILE))
31pci$(stripped_xhcbios_id).rom-type := optionrom
32endif
33
efdesign98770b8772011-06-20 21:48:37 -070034romstage-y += buildOpts.c
35romstage-y += agesawrapper.c
36romstage-y += dimmSpd.c
37romstage-y += BiosCallOuts.c
38romstage-y += PlatformGnbPcie.c
efdesign98770b8772011-06-20 21:48:37 -070039romstage-y += gpio.c
40
41ramstage-y += buildOpts.c
42ramstage-y += agesawrapper.c
43ramstage-y += dimmSpd.c
44ramstage-y += BiosCallOuts.c
45ramstage-y += PlatformGnbPcie.c
efdesign98770b8772011-06-20 21:48:37 -070046
47ramstage-y += reset.c