blob: 46ae3462822352a23f4097a2fda29f01a746aa95 [file] [log] [blame]
zbao2c08f6a2012-07-02 15:32:58 +08001#
2# This file is part of the coreboot project.
3#
4# Copyright (C) 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#
zbao2c08f6a2012-07-02 15:32:58 +080015
Kyösti Mälkki48518f02014-11-25 14:20:57 +020016romstage-y += fixme.c
17
18ramstage-y += fixme.c
zbao2c08f6a2012-07-02 15:32:58 +080019ramstage-y += chip_name.c
Patrick Georgi23f38cd2012-11-16 14:50:32 +010020ramstage-y += model_15_init.c
zbao2c08f6a2012-07-02 15:32:58 +080021
Kyösti Mälkki9265f892019-07-07 23:58:34 +030022smm-y += udelay.c
Alexandru Gagniuc065b7da2014-04-15 15:41:38 -050023
zbao2c08f6a2012-07-02 15:32:58 +080024subdirs-y += ../../mtrr
Alexandru Gagniuc53072d82014-04-12 21:57:18 -050025subdirs-y += ../../smm
zbao2c08f6a2012-07-02 15:32:58 +080026subdirs-y += ../../../x86/tsc
27subdirs-y += ../../../x86/lapic
28subdirs-y += ../../../x86/cache
29subdirs-y += ../../../x86/mtrr
30subdirs-y += ../../../x86/pae
31subdirs-y += ../../../x86/smm