vendorcode/amd/pi/Kconfig: Add prompt to pre/post pi files
This allows the values to be set in a .config BUG=none TEST=Was able to set the value from a .config and built careena firmware Change-Id: I757e4b9a0b80ff42c1f49143a44f15550366fd0b Signed-off-by: Raul E Rangel <rrangel@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37879 Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
b417786525
commit
028570b445
|
@ -68,7 +68,7 @@ config AGESA_SPLIT_MEMORY_FILES
|
|||
post-memory.
|
||||
|
||||
config AGESA_PRE_MEMORY_BINARY_PI_FILE
|
||||
string
|
||||
string "Pre memory Binary PI file name"
|
||||
depends on AGESA_SPLIT_MEMORY_FILES
|
||||
default "3rdparty/blobs/pi/amd/00670F00/FT4/AGESA_premem.elf" if SOC_AMD_STONEYRIDGE && USE_AMD_BLOBS
|
||||
help
|
||||
|
@ -76,7 +76,7 @@ config AGESA_PRE_MEMORY_BINARY_PI_FILE
|
|||
initialization.
|
||||
|
||||
config AGESA_POST_MEMORY_BINARY_PI_FILE
|
||||
string
|
||||
string "Post memory Binary PI file name"
|
||||
depends on AGESA_SPLIT_MEMORY_FILES
|
||||
default "3rdparty/blobs/pi/amd/00670F00/FT4/AGESA_postmem.elf" if SOC_AMD_STONEYRIDGE && USE_AMD_BLOBS
|
||||
help
|
||||
|
|
Loading…
Reference in New Issue