summaryrefslogtreecommitdiffstats
path: root/src/soc
diff options
context:
space:
mode:
authorKarthikeyan Ramasubramanian <kramasub@google.com>2022-03-21 17:49:11 -0600
committerFelix Held <felix-coreboot@felixheld.de>2022-03-23 21:30:30 +0000
commit9cb0a05dfb308323a5b3df1a25fa66b35ecfcdd6 (patch)
tree8bcff5ea483c8595ba470b9fa85bd2755bfce522 /src/soc
parent47da16dc335bf36496919d89a015852f1590fc5c (diff)
downloadcoreboot-9cb0a05dfb308323a5b3df1a25fa66b35ecfcdd6.tar.gz
coreboot-9cb0a05dfb308323a5b3df1a25fa66b35ecfcdd6.tar.bz2
coreboot-9cb0a05dfb308323a5b3df1a25fa66b35ecfcdd6.zip
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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/62971 Reviewed-by: Jon Murphy <jpmurphy@google.com> Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/amd/sabrina/Kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/soc/amd/sabrina/Kconfig b/src/soc/amd/sabrina/Kconfig
index 1be53b5314c8..b39338156b28 100644
--- a/src/soc/amd/sabrina/Kconfig
+++ b/src/soc/amd/sabrina/Kconfig
@@ -344,8 +344,10 @@ comment "AMD Firmware Directory Table set to location for 16MB ROM"
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"
+ help
+ Specify the path/location of AMD PSP Firmware config file.
config PSP_DISABLE_POSTCODES
bool "Disable PSP post codes"