summaryrefslogtreecommitdiff
path: root/src/cpu/amd/geode_lx/Makefile.inc
blob: 99be61e374d9d5f89f0476824a67cd5aecce2f83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
subdirs-y += ../../x86/tsc
subdirs-y += ../../x86/lapic
subdirs-y += ../../x86/cache
subdirs-y += ../../x86/smm

romstage-y += cpureginit.c
romstage-y += syspreinit.c
romstage-y += msrinit.c

ramstage-y += geode_lx_init.c
ramstage-y += cpubug.c

cpu_incs-y += $(src)/cpu/amd/geode_lx/cache_as_ram.inc

cbfs-files-$(CONFIG_GEODE_VSA_FILE) += vsa
vsa-file = $(call strip_quotes,$(CONFIG_VSA_FILENAME)):vsa
vsa-type = stage
vsa-required = VSA binary (binary and MASM source code available in coreboot/3rdparty/blobs repository)