blob: 43d03528ccbd2f9c597c4016b5ec179445bb50de [file] [log] [blame]
Alexandru Gagniuce644bad2012-08-07 19:38:32 -05001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2012 Alexandru Gagniuc <mr.nuke.me@gmail.com>
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##
Alexandru Gagniuce644bad2012-08-07 19:38:32 -050016
17subdirs-y += ../../x86/tsc
18subdirs-y += ../../x86/mtrr
19subdirs-y += ../../x86/lapic
20subdirs-y += ../../x86/cache
21subdirs-y += ../../x86/smm
22
Patrick Georgi23f38cd2012-11-16 14:50:32 +010023ramstage-y += nano_init.c
Alexandru Gagniuce644bad2012-08-07 19:38:32 -050024ramstage-y += update_ucode.c
25
Alexandru Gagniuc1d857002015-09-09 22:38:06 -070026cpu_microcode_bins += 3rdparty/blobs/cpu/via/nano/microcode.bin
Alexandru Gagniuce644bad2012-08-07 19:38:32 -050027
Aaron Durbin439356f2015-09-02 22:23:11 -050028cpu_incs-y += $(src)/cpu/via/car/cache_as_ram.inc