diff options
author | Patrick Georgi <patrick.georgi@secunet.com> | 2013-06-13 15:07:02 +0200 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2013-06-17 19:16:52 +0200 |
commit | 3cc151ede0677776f891c959568b92a79b9ecd9a (patch) | |
tree | 6bd84c00e0917dfb9b37733706ae3b08ea4510d6 /src/southbridge/intel/lynxpoint/Kconfig | |
parent | 9cb0941cb2f4ceb77b470c4de617ca915896d9f3 (diff) |
Make intel blob locations configurable
They were hard-coded to be copied from 3rdparty/ which isn't always
the right choice.
Since the defaults stay the same, this should be compatible.
Change-Id: If2173bef86ad1fcf2335e13472ea8ca41eb41f3d
Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com>
Reviewed-on: http://review.coreboot.org/3453
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Diffstat (limited to 'src/southbridge/intel/lynxpoint/Kconfig')
-rw-r--r-- | src/southbridge/intel/lynxpoint/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/southbridge/intel/lynxpoint/Kconfig b/src/southbridge/intel/lynxpoint/Kconfig index f79e963206..bd4f8d06b4 100644 --- a/src/southbridge/intel/lynxpoint/Kconfig +++ b/src/southbridge/intel/lynxpoint/Kconfig @@ -58,4 +58,12 @@ config SERIRQ_CONTINUOUS_MODE If you set this option to y, the serial IRQ machine will be operated in continuous mode. +config ME_BIN_PATH + string "Path to management engine firmware" + default "3rdparty/mainboard/$(MAINBOARDDIR)/me.bin" + +config IFD_BIN_PATH + string "Path to intel firmware descriptor" + default "3rdparty/mainboard/$(MAINBOARDDIR)/descriptor.bin" + endif |