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>
This commit is contained in:
parent
57eff2a192
commit
cecabc19a5
|
@ -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 #####
|
||||
|
|
Loading…
Reference in New Issue