oops, sorry for the last commit. This commit changes the code to distinguish
between having VSA functionality in the code, and adding a VSA image to the ROM. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5473 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
6c705110f6
commit
f94a97be72
@ -31,6 +31,12 @@ config DCACHE_RAM_SIZE
|
||||
depends on CPU_AMD_GX2
|
||||
|
||||
config GEODE_VSA
|
||||
bool
|
||||
default y
|
||||
depends on CPU_AMD_GX2
|
||||
select PCI_OPTION_ROM_RUN_REALMODE
|
||||
|
||||
config GEODE_VSA_FILE
|
||||
bool "Add a VSA image"
|
||||
depends on CPU_AMD_GX2
|
||||
help
|
||||
@ -40,9 +46,9 @@ config GEODE_VSA
|
||||
You will be able to specify the location and file name of the
|
||||
image later.
|
||||
|
||||
config VSA_FILE
|
||||
config VSA_FILENAME
|
||||
string "AMD Geode GX2 VSA path and filename"
|
||||
depends on GEODE_VSA && CPU_AMD_GX2
|
||||
depends on GEODE_VSA_FILE && CPU_AMD_GX2
|
||||
default "gpl_vsa_gx_102.bin"
|
||||
help
|
||||
The path and filename of the file to use as VSA.
|
||||
|
@ -12,6 +12,12 @@ config DCACHE_RAM_SIZE
|
||||
depends on CPU_AMD_LX
|
||||
|
||||
config GEODE_VSA
|
||||
bool
|
||||
default y
|
||||
depends on CPU_AMD_LX
|
||||
select PCI_OPTION_ROM_RUN_REALMODE
|
||||
|
||||
config GEODE_VSA_FILE
|
||||
bool "Add a VSA image"
|
||||
depends on CPU_AMD_LX
|
||||
help
|
||||
@ -21,9 +27,9 @@ config GEODE_VSA
|
||||
You will be able to specify the location and file name of the
|
||||
image later.
|
||||
|
||||
config VSA_FILE
|
||||
config VSA_FILENAME
|
||||
string "AMD Geode LX VSA path and filename"
|
||||
depends on GEODE_VSA && CPU_AMD_LX
|
||||
depends on GEODE_VSA_FILE && CPU_AMD_LX
|
||||
default "gpl_vsa_lx_102.bin"
|
||||
help
|
||||
The path and filename of the file to use as VSA.
|
||||
|
Reference in New Issue
Block a user