blob: 8a72727d81726bc0187ec0dec7ba4cf10a6f3b62 [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
17# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18#
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
29romstage-y += dimmSpd.c
30romstage-y += BiosCallOuts.c
31romstage-y += PlatformGnbPcie.c
32
33ramstage-y += buildOpts.c
34ramstage-y += agesawrapper.c
35ramstage-y += dimmSpd.c
36ramstage-y += BiosCallOuts.c
37ramstage-y += PlatformGnbPcie.c
38
39ramstage-y += reset.c
efdesign9800c8c4a2011-07-20 12:37:58 -060040