Patrick Georgi (patrick@georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/959
-gerrit
commit 63385c66126389fec8b6abc5923ec477442b360b Author: Patrick Georgi patrick@georgi-clan.de Date: Mon Apr 30 22:56:30 2012 +0200
Make geode_lx use the vsa from blobs repository
... or fail if repository is not enabled.
Change-Id: I0a1e6d6fed852ec7edf96ace8346ae6b23838a56 Signed-off-by: Patrick Georgi patrick@georgi-clan.de --- src/cpu/amd/geode_lx/Kconfig | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/cpu/amd/geode_lx/Kconfig b/src/cpu/amd/geode_lx/Kconfig index e5462c6..777dc94 100644 --- a/src/cpu/amd/geode_lx/Kconfig +++ b/src/cpu/amd/geode_lx/Kconfig @@ -19,9 +19,11 @@ config GEODE_VSA bool default y select PCI_OPTION_ROM_RUN_REALMODE + select REQUIRES_BLOB
config GEODE_VSA_FILE bool "Add a VSA image" + default y help Select this option if you have an AMD Geode LX vsa that you would like to add to your ROM. @@ -32,7 +34,7 @@ config GEODE_VSA_FILE config VSA_FILENAME string "AMD Geode LX VSA path and filename" depends on GEODE_VSA_FILE - default "gpl_vsa_lx_102.bin" + default "3rdparty/cpu/amd/geode_lx/gpl_vsa_lx_102.bin" help The path and filename of the file to use as VSA.