[coreboot-gerrit] New patch to review for coreboot: ME/IFD binaries: Implement sane defaults for file paths

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Thu Jul 2 02:38:50 CEST 2015


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10763

-gerrit

commit 0611441297ac6e806464db65c6e0daa320d99f03
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Wed Jul 1 17:37:57 2015 -0700

    ME/IFD binaries: Implement sane defaults for file paths
    
    Change-Id: I81298aca07c18359e8e4bf5b2d8926d6b45a30c5
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
---
 src/southbridge/intel/common/firmware/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/southbridge/intel/common/firmware/Kconfig b/src/southbridge/intel/common/firmware/Kconfig
index 092d273..ba278c1 100644
--- a/src/southbridge/intel/common/firmware/Kconfig
+++ b/src/southbridge/intel/common/firmware/Kconfig
@@ -35,6 +35,7 @@ config HAVE_IFD_BIN
 
 config IFD_BIN_PATH
 	string "Path and filename of the descriptor.bin file"
+	default "3rdparty/blobs/mainboard/$(MAINBOARDDIR)/descriptor.bin"
 	depends on HAVE_IFD_BIN && !BUILD_WITH_FAKE_IFD
 
 config HAVE_ME_BIN
@@ -52,6 +53,7 @@ config HAVE_ME_BIN
 
 config ME_BIN_PATH
 	string "Path to management engine firmware"
+	default "3rdparty/blobs/mainboard/$(MAINBOARDDIR)/me.bin"
 	depends on HAVE_ME_BIN
 
 ##### Fake IFD #####



More information about the coreboot-gerrit mailing list