GPL VSA source is now hosted by coreboot @ svn://coreboot.org/vsa/trunk/gplvsa2
and Marc Jones is hosting the binary since AMD has stopped support.
This patch updates buildrom to get the new binary. 

Signed-off-by: Marc Jones <marcj303@gmail.com>

Index: buildrom/packages/geodevsa/amdvsa.inc
===================================================================
--- buildrom.orig/packages/geodevsa/amdvsa.inc	2009-04-08 16:41:40.000000000 -0600
+++ buildrom/packages/geodevsa/amdvsa.inc	2009-04-09 15:30:54.000000000 -0600
@@ -1,21 +1,17 @@
 # Target file for the AMD VSA binary - included from geodevsa.mk
 
-AMDVSA_URL=http://www.amd.com/files/connectivitysolutions/geode/geode_lx
-AMDVSA_BIN=amd_vsa_lx_1.01.bin
+# 2009-04-08 - AMD is no longer supporting the GPL VSA.
+# Updated binaries are provided by Marc Jones and the source
+# is hosted by coreboot.org. svn://coreboot.org/vsa/trunk/gplvsa2
 
-# 2008-02-19 - the AMD URL above is broken, when trying to wget
-# amd_vsa_lx_1.01.bin.gz it arrives uncompressed instead.  This
-# breakage is expected to be fixed; but to properly
-# handle this temporary situation without breakage down the line,
-# we do the unsual check of the file type below:
-# Jordan
+AMDVSA_URL=http://marcjonesconsulting.com/gplvsa/
+AMDVSA_BIN=gpl_vsa_lx_102.bin
 
 $(SOURCE_DIR)/$(AMDVSA_BIN):
 	@ mkdir -p $(SOURCE_DIR)
-	@ echo "Fetching the AMD VSA binary..."
+	@ echo "Fetching the GPL VSA binary..."
 	wget $(WGET_Q) -P $(SOURCE_DIR) $(AMDVSA_URL)/$(AMDVSA_BIN).gz -O $@.gz
-	@ if file $@.gz | grep -q "gzip"; then \
-	gunzip -q $@.gz; else mv $@.gz $@; fi
+	gunzip -q $@.gz;
 
 $(GEODE_UNCOMPRESSED_VSA): $(SOURCE_DIR)/$(AMDVSA_BIN)
 	@ mkdir -p $(shell dirname $(GEODE_UNCOMPRESSED_VSA))
