blob: 6e73c49f5bb45cf50aa9d35d3aa73ec77fd35651 [file] [log] [blame]
Edward O'Callaghan4726a872014-01-25 07:40:39 +11001#
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#
Edward O'Callaghan4726a872014-01-25 07:40:39 +110015
16ifeq ($(CONFIG_AHCI_BIOS),y)
17stripped_ahcibios_id = $(call strip_quotes,$(CONFIG_AHCI_BIOS_ID))
18cbfs-files-$(CONFIG_AHCI_BIOS) += pci$(stripped_ahcibios_id).rom
19pci$(stripped_ahcibios_id).rom-file := $(call strip_quotes,$(CONFIG_AHCI_BIOS_FILE))
20pci$(stripped_ahcibios_id).rom-type := optionrom
21endif
22
23romstage-y += buildOpts.c
Edward O'Callaghan4726a872014-01-25 07:40:39 +110024romstage-y += BiosCallOuts.c
25romstage-y += PlatformGnbPcie.c
26
27ramstage-y += buildOpts.c
Edward O'Callaghan4726a872014-01-25 07:40:39 +110028ramstage-y += BiosCallOuts.c
29ramstage-y += PlatformGnbPcie.c