From a1155b47ca42ad1813c36e1d6de6e8116ae13845 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Mon, 30 Apr 2012 23:56:58 +0200 Subject: Move VSA support from x86 to Geode Instead of the special case in the generic Makefile.inc, use cbfs-files in the CPU directories. Change-Id: I71d9c8dff906c9a516ac0dd09a315f8956075592 Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/962 Reviewed-by: Stefan Reinauer Tested-by: build bot (Jenkins) --- src/cpu/amd/geode_lx/Makefile.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/cpu/amd/geode_lx') diff --git a/src/cpu/amd/geode_lx/Makefile.inc b/src/cpu/amd/geode_lx/Makefile.inc index a5e12817eb..4b2b37c436 100644 --- a/src/cpu/amd/geode_lx/Makefile.inc +++ b/src/cpu/amd/geode_lx/Makefile.inc @@ -7,3 +7,7 @@ driver-y += geode_lx_init.c ramstage-y += cpubug.c cpu_incs += $(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 -- cgit v1.2.3