Attention is currently required from: Jason Glenesk, Raul Rangel, Martin Roth, Marshall Dawson, Felix Held. Hello build bot (Jenkins), Jason Glenesk, Raul Rangel, Patrick Georgi, Martin Roth, Marshall Dawson, Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/52306
to look at the new patch set (#2).
Change subject: soc/amd: move psp_verstage to amd/common ......................................................................
soc/amd: move psp_verstage to amd/common
psp_verstage is not specific to picasso. There might be picasso-specific code but move everything into common as a first step. While developing psp_verstage for cezanne picasso-specific code will move back to picasso directory.
BUG=b:182477057 BRANCH=none TEST=build psp_verstage on zork
Signed-off-by: Kangheui Won khwon@chromium.org Change-Id: Ifb1df0d82b972f28be2ffebd476c2553cbda9810 --- A src/soc/amd/common/psp_verstage/Makefile.inc R src/soc/amd/common/psp_verstage/delay.c R src/soc/amd/common/psp_verstage/fch.c R src/soc/amd/common/psp_verstage/include/arch/io.h R src/soc/amd/common/psp_verstage/include/arch/smp/spinlock.h R src/soc/amd/common/psp_verstage/pmutil.c R src/soc/amd/common/psp_verstage/post.c R src/soc/amd/common/psp_verstage/printk.c R src/soc/amd/common/psp_verstage/psp.c R src/soc/amd/common/psp_verstage/psp_verstage.c R src/soc/amd/common/psp_verstage/psp_verstage.h R src/soc/amd/common/psp_verstage/reset.c R src/soc/amd/common/psp_verstage/svc.c R src/soc/amd/common/psp_verstage/svc.h R src/soc/amd/common/psp_verstage/timer.c R src/soc/amd/common/psp_verstage/vboot_crypto.c M src/soc/amd/picasso/Makefile.inc M src/soc/amd/picasso/psp_verstage/Makefile.inc 18 files changed, 25 insertions(+), 20 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/06/52306/2