mb/amd/mandolin/Kconfig: add help text for the EC blob
Change-Id: If8d3ebdb9a41330312c26fb5796c07de1b87b3eb Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47480 Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-by: Jason Glenesk <jason.glenesk@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
40ac196ba3
commit
c0de584320
|
@ -72,6 +72,9 @@ config MANDOLIN_MCHP_FW_FILE
|
||||||
depends on MANDOLIN_HAVE_MCHP_FW
|
depends on MANDOLIN_HAVE_MCHP_FW
|
||||||
default "3rdparty/blobs/mainboard/amd/mandolin/EC_mandolin.bin" if BOARD_AMD_MANDOLIN
|
default "3rdparty/blobs/mainboard/amd/mandolin/EC_mandolin.bin" if BOARD_AMD_MANDOLIN
|
||||||
default "3rdparty/blobs/mainboard/amd/mandolin/EC_cereme.bin" if BOARD_AMD_CEREME
|
default "3rdparty/blobs/mainboard/amd/mandolin/EC_cereme.bin" if BOARD_AMD_CEREME
|
||||||
|
help
|
||||||
|
The EC firmware blob is usually the first 128kByte of the stock
|
||||||
|
firmware image.
|
||||||
|
|
||||||
if !AMD_LPC_DEBUG_CARD
|
if !AMD_LPC_DEBUG_CARD
|
||||||
choice
|
choice
|
||||||
|
|
Loading…
Reference in New Issue