From 028570b4453a3b9328ca953eaf77f097c6ed851e Mon Sep 17 00:00:00 2001 From: Raul E Rangel Date: Fri, 20 Dec 2019 15:00:40 -0700 Subject: vendorcode/amd/pi/Kconfig: Add prompt to pre/post pi files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/37879 Reviewed-by: Marshall Dawson Reviewed-by: Michał Żygowski Tested-by: build bot (Jenkins) --- src/vendorcode/amd/pi/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/vendorcode/amd') diff --git a/src/vendorcode/amd/pi/Kconfig b/src/vendorcode/amd/pi/Kconfig index 265a381eb6..9dcdf34025 100644 --- a/src/vendorcode/amd/pi/Kconfig +++ b/src/vendorcode/amd/pi/Kconfig @@ -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 -- cgit v1.2.3