2009-08-28 16:46:59 +02:00
|
|
|
subdirs-y += ../../x86/tsc
|
|
|
|
subdirs-y += ../../x86/lapic
|
|
|
|
subdirs-y += ../../x86/cache
|
|
|
|
subdirs-y += ../../x86/smm
|
2010-07-27 01:46:25 +02:00
|
|
|
|
2012-11-16 14:50:32 +01:00
|
|
|
ramstage-y += geode_gx2_init.c
|
2010-09-30 18:55:02 +02:00
|
|
|
ramstage-y += cpubug.c
|
2010-07-27 01:46:25 +02:00
|
|
|
|
2012-02-09 15:07:41 +01:00
|
|
|
cpu_incs += $(src)/cpu/amd/geode_gx2/cache_as_ram.inc
|
2012-04-30 23:56:58 +02:00
|
|
|
|
|
|
|
cbfs-files-$(CONFIG_GEODE_VSA_FILE) += vsa
|
|
|
|
vsa-file = $(call strip_quotes,$(CONFIG_VSA_FILENAME)):vsa
|
|
|
|
vsa-type = stage
|
2013-02-16 01:06:57 +01:00
|
|
|
vsa-required = VSA binary (binary and MASM source code available in coreboot/3rdparty repository)
|
|
|
|
|