Martin L Roth has submitted this change. ( https://review.coreboot.org/c/coreboot/+/81189?usp=email )
(
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: vc/amd/opensil: don't use source path when using stub ......................................................................
vc/amd/opensil: don't use source path when using stub
Add a 'depends on' statement so that path/to/opensil/source is only active when the stub is not built.
Signed-off-by: Marshall Dawson marshalldawson3rd@gmail.com Change-Id: Ic050ff0fa3f428e6adff3357f476fcd8a88cdf7e Reviewed-on: https://review.coreboot.org/c/coreboot/+/81189 Reviewed-by: Felix Held felix-coreboot@felixheld.de Reviewed-by: Varshit Pandya pandyavarshit@gmail.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/vendorcode/amd/opensil/Kconfig 1 file changed, 2 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Felix Held: Looks good to me, approved Varshit Pandya: Looks good to me, approved
diff --git a/src/vendorcode/amd/opensil/Kconfig b/src/vendorcode/amd/opensil/Kconfig index f0a303c..00f373f 100644 --- a/src/vendorcode/amd/opensil/Kconfig +++ b/src/vendorcode/amd/opensil/Kconfig @@ -16,7 +16,8 @@ openSIL.
config AMD_OPENSIL_PATH - string + string "Path to openSIL source" + depends on !SOC_AMD_OPENSIL_STUB default "$(top)/src/vendorcode/amd/opensil/genoa_poc/opensil" if SOC_AMD_OPENSIL_GENOA_POC help Set to the path of the openSIL directory containing meson.build.