Raul Rangel 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 pubke […]
I guess my ideal solution would be to have a Kconfig option for each bin. This way if we add something into coreboot-private files I can select the correct binary to use: https://source.corp.google.com/chromeos_public/src/third_party/coreboot-zork...
Not sure if that's overkill though. Long term I would love to have the coreboot ebuild support out of tree builds so we can save on copying all the source and blobs on every invocation. That will take some more effort though.