From 47101fc224f66353a5ab5dc0bdd96c56d91ef470 Mon Sep 17 00:00:00 2001 From: Maximilian Brune Date: Tue, 11 Nov 2025 22:01:03 +0100 Subject: [PATCH] soc/amd/cezanne/Kconfig: Make AMDFW_CONFIG_FILE configurable Its useful if you have some binaries downstream which are not published yet. Signed-off-by: Maximilian Brune Change-Id: I00f67e6eb93af095e3ae1f4851d13cd7666a9851 Reviewed-on: https://review.coreboot.org/c/coreboot/+/90180 Reviewed-by: Felix Held Tested-by: build bot (Jenkins) --- src/soc/amd/cezanne/Kconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/soc/amd/cezanne/Kconfig b/src/soc/amd/cezanne/Kconfig index 2fe56c0c4b..955e1fa3bc 100644 --- a/src/soc/amd/cezanne/Kconfig +++ b/src/soc/amd/cezanne/Kconfig @@ -353,9 +353,11 @@ config DISABLE_KEYBOARD_RESET_PIN menu "PSP Configuration Options" config AMDFW_CONFIG_FILE - string + string "AMD PSP Firmware config file" #default "src/soc/amd/cezanne/fw_renoir.cfg" if SOC_AMD_RENOIR default "src/soc/amd/cezanne/fw.cfg" + help + Specify the path/location of AMD PSP Firmware config file. config PSP_DISABLE_POSTCODES bool "Disable PSP post codes"