summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2015-07-01 17:37:57 -0700
committerStefan Reinauer <stefan.reinauer@coreboot.org>2015-07-02 03:01:00 +0200
commitcecabc19a536f4600fd7d702277baf8313725a07 (patch)
tree883d3dae2b63e7f7d3eb07562bbdd0dd56b928c5 /src
parent57eff2a1924d9f0684630b593afe56a104603f90 (diff)
downloadcoreboot-cecabc19a536f4600fd7d702277baf8313725a07.tar.gz
coreboot-cecabc19a536f4600fd7d702277baf8313725a07.tar.bz2
coreboot-cecabc19a536f4600fd7d702277baf8313725a07.zip
ME/IFD binaries: Implement sane defaults for file paths
Change-Id: I81298aca07c18359e8e4bf5b2d8926d6b45a30c5 Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: http://review.coreboot.org/10763 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <gaumless@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/southbridge/intel/common/firmware/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/southbridge/intel/common/firmware/Kconfig b/src/southbridge/intel/common/firmware/Kconfig
index 092d2738513f..ba278c13ea95 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 #####