[coreboot-gerrit] New patch to review for coreboot: d48f215 Move baytrail-specific config to baytrail.

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Sat Aug 9 07:17:10 CEST 2014


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6548

-gerrit

commit d48f215a1ae14d983290963961071848a35c17b6
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Sat Aug 9 07:16:10 2014 +0200

    Move baytrail-specific config to baytrail.
    
    Stop poluting first screen of all boards.
    
    Change-Id: I1ab88075722f7f0d63550010e7c645281603c9c3
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/Kconfig                    | 17 -----------------
 src/soc/intel/baytrail/Kconfig | 17 +++++++++++++++++
 2 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/src/Kconfig b/src/Kconfig
index af82353..227bc09 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -417,23 +417,6 @@ config CACHE_RELOCATED_RAMSTAGE_OUTSIDE_CBMEM
 	 The relocated ramstage is saved in an area specified by the
 	 by the board and/or chipset.
 
-config HAVE_REFCODE_BLOB
-	depends on ARCH_X86
-	bool "An external reference code blob should be put into cbfs."
-	default n
-	help
-	 The reference code blob will be placed into cbfs.
-
-if HAVE_REFCODE_BLOB
-
-config REFCODE_BLOB_FILE
-	string "Path and filename to reference code blob."
-	default "refcode.elf"
-	help
-	 The path and filename to the file to be added to cbfs.
-
-endif # HAVE_REFCODE_BLOB
-
 config HAVE_ACPI_TABLES
 	bool
 	help
diff --git a/src/soc/intel/baytrail/Kconfig b/src/soc/intel/baytrail/Kconfig
index a6a3a44..28658dc 100644
--- a/src/soc/intel/baytrail/Kconfig
+++ b/src/soc/intel/baytrail/Kconfig
@@ -239,4 +239,21 @@ config IFD_BIN_PATH
 	depends on !BUILD_WITH_FAKE_IFD
 	default "3rdparty/mainboard/$(MAINBOARDDIR)/descriptor.bin"
 
+config HAVE_REFCODE_BLOB
+	depends on ARCH_X86
+	bool "An external reference code blob should be put into cbfs."
+	default n
+	help
+	 The reference code blob will be placed into cbfs.
+
+if HAVE_REFCODE_BLOB
+
+config REFCODE_BLOB_FILE
+	string "Path and filename to reference code blob."
+	default "refcode.elf"
+	help
+	 The path and filename to the file to be added to cbfs.
+
+endif # HAVE_REFCODE_BLOB
+
 endif



More information about the coreboot-gerrit mailing list