blob: 451e013ac1074ca2e7c4881bf4d4c7838ac23a69 [file] [log] [blame]
Siyuan Wang8ff97b22012-10-28 18:19:38 +08001#
2# This file is part of the coreboot project.
3#
4# Copyright (C) 2011 - 2012 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
Siyuan Wang8ff97b22012-10-28 18:19:38 +080018#
19
Kyösti Mälkki397ca612013-06-16 17:30:29 +030020romstage-y += rd890_cfg.c
21romstage-y += sb700_cfg.c
22romstage-y += reset.c
Siyuan Wang8ff97b22012-10-28 18:19:38 +080023romstage-y += buildOpts.c
24romstage-y += agesawrapper.c
Siyuan Wang8ff97b22012-10-28 18:19:38 +080025romstage-y += BiosCallOuts.c
26romstage-y += platform_oem.c
27
Kyösti Mälkki397ca612013-06-16 17:30:29 +030028ramstage-y += rd890_cfg.c
29ramstage-y += sb700_cfg.c
30ramstage-y += reset.c
Siyuan Wang8ff97b22012-10-28 18:19:38 +080031ramstage-y += buildOpts.c
32ramstage-y += agesawrapper.c
Siyuan Wang8ff97b22012-10-28 18:19:38 +080033ramstage-y += BiosCallOuts.c
34ramstage-y += platform_oem.c
35
36AGESA_PREFIX ?= $(src)/vendorcode/amd/agesa
37CIMX_PREFIX ?= $(src)/vendorcode/amd/cimx
38AGESA_ROOT ?= $(AGESA_PREFIX)/f15
39NB_CIMX_ROOT ?= $(CIMX_PREFIX)/rd890
40SB_CIMX_ROOT ?= $(CIMX_PREFIX)/sb700
41
42subdirs-y += ../../../../$(AGESA_ROOT)
43