blob: 3a33f43c13225112808e52f2aeb30ac69941a52f [file] [log] [blame]
Lee Leahy9fd08952016-02-02 07:17:06 -08001#
2# This file is part of the coreboot project.
3#
4# Copyright (C) 2015-2016 Intel Corporation
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
Lee Leahy01728bb2016-07-20 08:58:58 -070016romstage-y += car.c
Lee Leahyce9e21a2016-06-05 18:48:31 -070017romstage-y += car_stage_entry.S
Lee Leahyf26fc0f2016-07-25 10:14:07 -070018ifeq ($(CONFIG_PLATFORM_USES_FSP2_0),y)
19romstage-$(CONFIG_DISPLAY_UPD_DATA) += debug.c
Lee Leahy102f6252016-07-25 07:41:54 -070020romstage-$(CONFIG_PLATFORM_USES_FSP2_0) += fsp2_0.c
Lee Leahyf26fc0f2016-07-25 10:14:07 -070021endif # CONFIG_PLATFORM_USES_FSP2_0
22romstage-$(CONFIG_PLATFORM_USES_FSP1_1) += fsp1_1.c
Lee Leahyfba78bf2016-03-03 16:48:22 -080023romstage-y += mtrr.c
Lee Leahy5ef051a2016-04-29 15:16:54 -070024romstage-y += pcie.c
Lee Leahy89c61b52016-02-07 14:55:05 -080025romstage-y += report_platform.c
Lee Leahy87df8d02016-02-07 14:37:13 -080026romstage-y += romstage.c
Lee Leahy102f6252016-07-25 07:41:54 -070027
28postcar-y += mtrr.c