blob: 992000bcfd0532a731dea66e841e75db467671a1 [file] [log] [blame]
Keith Huie1ec1582010-03-05 16:18:38 +00001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
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; either version 2 of the License, or
9## (at your option) any later version.
10##
11## This program is distributed in the hope that it will be useful,
12## but WITHOUT ANY WARRANTY; without even the implied warranty of
13## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14## GNU General Public License for more details.
15##
Keith Huie1ec1582010-03-05 16:18:38 +000016
Patrick Georgi8463dd92010-09-30 16:55:02 +000017ramstage-y += slot_1.c
Keith Hui1ac19e22011-07-27 23:06:16 -040018ramstage-y += l2_cache.c
Keith Huie1ec1582010-03-05 16:18:38 +000019subdirs-y += ../model_6xx
Keith Huib14fb6a2010-10-16 08:45:31 +000020subdirs-y += ../model_65x
Keith Hui6529c2a2010-10-13 17:00:42 +000021subdirs-y += ../model_67x
Keith Hui1ac19e22011-07-27 23:06:16 -040022subdirs-y += ../model_68x
Keith Hui5e9c1cd2010-10-12 23:22:08 +000023subdirs-y += ../model_6bx
Keith Huie1ec1582010-03-05 16:18:38 +000024subdirs-y += ../../x86/tsc
25subdirs-y += ../../x86/mtrr
26subdirs-y += ../../x86/lapic
27subdirs-y += ../../x86/cache
28subdirs-y += ../../x86/smm
29subdirs-y += ../microcode
30
Aaron Durbin439356f2015-09-02 22:23:11 -050031cpu_incs-y += $(src)/cpu/intel/car/cache_as_ram.inc