Martin Roth (gaumless@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7648
-gerrit
commit 8213c6b8b14a3185475e045b7548af4c91c8f927 Author: Martin Roth martin.roth@se-eng.com Date: Thu Dec 4 20:44:55 2014 -0700
fsp_baytrail: Kconfig update for Gold 3 FSP
The documentation for the FSP gives the name as BAYTRAIL_FSP.fd instead of the old FvFsp.bin.
Change-Id: I69c7c5ff49afd6552612cf50c9ca9b30cfb003e2 Signed-off-by: Martin Roth martin.roth@se-eng.com --- src/soc/intel/fsp_baytrail/fsp/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/soc/intel/fsp_baytrail/fsp/Kconfig b/src/soc/intel/fsp_baytrail/fsp/Kconfig index 73800d6..cbe3a95 100644 --- a/src/soc/intel/fsp_baytrail/fsp/Kconfig +++ b/src/soc/intel/fsp_baytrail/fsp/Kconfig @@ -25,7 +25,7 @@ config BAYTRAIL_FSP_SPECIFIC_OPTIONS
config FSP_FILE string - default "../intel/fsp/baytrail/FvFsp.bin" + default "../intel/fsp/baytrail/BAYTRAIL_FSP.fd" help The path and filename of the Intel FSP binary for this platform.