Hello Marshall Dawson, build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/36823
to look at the new patch set (#5).
Change subject: soc/amd/stoneyridge/kconfig: Make Prairie Falcon selection explicit ......................................................................
soc/amd/stoneyridge/kconfig: Make Prairie Falcon selection explicit
Current code surreptitiously selected Prairie Falcon if Merlin Falcon is selected and no Merlin Falcon binaries are available. This is not optimal, make the selection an explicit choice. The objective is to make it possible for user to select Prairie Falcon without the roundabout of using the absence of Merlin Falcon (which is not obvious).
Main differences between Stoney Ridge, Merlin Falcon and Prairie Falcon are related to number of memory channels, binaries used and if PSP is capable of dual load (combo capable).
Only one particular version of Bristol Ridge binaries were tested and worked for Merlin Falcon, so for the time being it must use its own binary image (not all Bristol Ridge images work).
BUG=None TEST=Build padmelon with Prarie Falcon and Merlin Falcon
Change-Id: I309c5918fdc98d9927641466bbe6149b97b250f0 Signed-off-by: Richard Spiegel richard.spiegel@silverbackltd.com --- M src/soc/amd/stoneyridge/Kconfig M src/soc/amd/stoneyridge/Makefile.inc M src/vendorcode/amd/pi/00670F00/Makefile.inc M src/vendorcode/amd/pi/Kconfig 4 files changed, 20 insertions(+), 7 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/23/36823/5