Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/40910 )
Change subject: soc/amd/picasso/Makefile: Allow absolute path for picasso firmware ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/40910/1/src/soc/amd/picasso/Makefil... File src/soc/amd/picasso/Makefile.inc:
https://review.coreboot.org/c/coreboot/+/40910/1/src/soc/amd/picasso/Makefil... PS1, Line 97: FIRMWARE_LOCATE=$(realpath $(dir $(call strip_quotes, $(CONFIG_AMD_PUBKEY_FILE)))) Can we use a Kconfig AMD_BLOBS_PATH (that provides the path of all blobs) instead of using the pubkey directory as the default path for all firmware blobs? I saw a comment somewhere that there is a desire to use pubkey from a different path than other blobs. It will help add more configs for AMD_BLOBS_KEY_PATH in the future if required.