Attention is currently required from: Jason Glenesk, Raul Rangel, Matt DeVillier, Fred Reitberger, Felix Held.
Hello Jason Glenesk, Raul Rangel, Matt DeVillier, Fred Reitberger, Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/72659
to look at the new patch set (#2).
Change subject: soc/amd: Use common reset code for PCO, CZN, MDN, PHX & Glinda ......................................................................
soc/amd: Use common reset code for PCO, CZN, MDN, PHX & Glinda
This switches the Ryzen SoCs to use the common reset code.
Cezanne and newer do not support warm reset, so use cold resets in all cases (including the OS).
Picasso does support warm reset, so set the SOC_SUPPORTS_WARM_RESET flag in Kconfig.
Signed-off-by: Martin Roth gaumless@gmail.com Change-Id: Ie05c790573e4e68f3ec91bacffcc7d7efb986d79 --- M src/soc/amd/cezanne/Kconfig M src/soc/amd/cezanne/Makefile.inc M src/soc/amd/cezanne/fch.c D src/soc/amd/cezanne/reset.c M src/soc/amd/glinda/Kconfig M src/soc/amd/glinda/Makefile.inc M src/soc/amd/glinda/fch.c D src/soc/amd/glinda/reset.c M src/soc/amd/mendocino/Kconfig M src/soc/amd/mendocino/Makefile.inc M src/soc/amd/mendocino/fch.c D src/soc/amd/mendocino/reset.c M src/soc/amd/phoenix/Kconfig M src/soc/amd/phoenix/Makefile.inc M src/soc/amd/phoenix/fch.c D src/soc/amd/phoenix/reset.c M src/soc/amd/picasso/Kconfig M src/soc/amd/picasso/Makefile.inc D src/soc/amd/picasso/reset.c 19 files changed, 32 insertions(+), 174 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/59/72659/2