Karthik Ramasubramanian has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/62971 )
Change subject: soc/amd/sabrina: Add prompt for AMDFW_CONFIG_FILE ......................................................................
soc/amd/sabrina: Add prompt for AMDFW_CONFIG_FILE
This will allow configuring the concerned config through an external defconfig file.
BUG=None TEST=Ensure that AMDFW_CONFIG_FILE is configurable.
Signed-off-by: Karthikeyan Ramasubramanian kramasub@google.com Change-Id: I97817a822c8c41822e699adc31f0e7452f93fdb9 --- M src/soc/amd/sabrina/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/71/62971/1
diff --git a/src/soc/amd/sabrina/Kconfig b/src/soc/amd/sabrina/Kconfig index 1be53b5..8af56b6 100644 --- a/src/soc/amd/sabrina/Kconfig +++ b/src/soc/amd/sabrina/Kconfig @@ -344,7 +344,7 @@ depends on AMD_FWM_POSITION_INDEX = 5
config AMDFW_CONFIG_FILE - string + string "AMD PSP Firmware config file" default "src/soc/amd/sabrina/fw.cfg"
config PSP_DISABLE_POSTCODES