blob: b08877ff40f3b6130c5857cd3ae9ac486a5adcd1 [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#
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
zbao2c08f6a2012-07-02 15:32:58 +080018#
19
Kyösti Mälkki48518f02014-11-25 14:20:57 +020020romstage-y += fixme.c
21
22ramstage-y += fixme.c
zbao2c08f6a2012-07-02 15:32:58 +080023ramstage-y += chip_name.c
Patrick Georgi23f38cd2012-11-16 14:50:32 +010024ramstage-y += model_15_init.c
zbao2c08f6a2012-07-02 15:32:58 +080025
Alexandru Gagniuc065b7da2014-04-15 15:41:38 -050026smm-$(CONFIG_HAVE_SMI_HANDLER) += udelay.c
27
zbao2c08f6a2012-07-02 15:32:58 +080028subdirs-y += ../../mtrr
Alexandru Gagniuc53072d82014-04-12 21:57:18 -050029subdirs-y += ../../smm
zbao2c08f6a2012-07-02 15:32:58 +080030subdirs-y += ../../../x86/tsc
31subdirs-y += ../../../x86/lapic
32subdirs-y += ../../../x86/cache
33subdirs-y += ../../../x86/mtrr
34subdirs-y += ../../../x86/pae
35subdirs-y += ../../../x86/smm