Hello Edward O'Callaghan, Julius Werner, Arthur Heymans, Richard Spiegel, build bot (Jenkins), Martin Roth, Furquan Shaikh, Patrick Georgi,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/33759
to look at the new patch set (#17).
Change subject: soc/amd/picasso: Support reset vector in romstage ......................................................................
soc/amd/picasso: Support reset vector in romstage
Given that: * Picasso comes out of reset with DRAM already functioning * The traditional requirements of bootblock and romstage are now somewhat minimized * The Google vboot solution will run on the PSP and not in a separate verstage after bootblock
Add support for a hybrid romstage combining a handful of features typically in bootblock with the memory discovery in romstage.
Change-Id: Id8c6175de34a0728ad41085e9c7cd310bd280976 Signed-off-by: Marshall Dawson marshalldawson3rd@gmail.com --- M src/soc/amd/picasso/Kconfig M src/soc/amd/picasso/Makefile.inc M src/soc/amd/picasso/include/soc/romstage.h M src/soc/amd/picasso/romstage.c 4 files changed, 48 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/59/33759/17