blob: 1580f746a4f89b1dab1f6f4d3dab9164409499be [file] [log] [blame]
Ronald G. Minnich07b8c2d2009-08-28 14:46:59 +00001subdirs-y += ../../x86/tsc
Ronald G. Minnich07b8c2d2009-08-28 14:46:59 +00002subdirs-y += ../../x86/lapic
3subdirs-y += ../../x86/cache
4subdirs-y += ../../x86/smm
Nils Jacobse4740702010-07-26 23:46:25 +00005
Patrick Georgi23f38cd2012-11-16 14:50:32 +01006ramstage-y += geode_gx2_init.c
Patrick Georgi8463dd92010-09-30 16:55:02 +00007ramstage-y += cpubug.c
Nils Jacobse4740702010-07-26 23:46:25 +00008
Aaron Durbin439356f2015-09-02 22:23:11 -05009cpu_incs-y += $(src)/cpu/amd/geode_gx2/cache_as_ram.inc
Patrick Georgia1155b42012-04-30 23:56:58 +020010
11cbfs-files-$(CONFIG_GEODE_VSA_FILE) += vsa
12vsa-file = $(call strip_quotes,$(CONFIG_VSA_FILENAME)):vsa
13vsa-type = stage
Patrick Georgi26e24cc2015-05-05 22:27:25 +020014vsa-required = VSA binary (binary and MASM source code available in coreboot/3rdparty/blobs repository)