Martin Roth uploaded patch set #11 to this change.

View Change

soc/amd/picasso: add psp_verstage

This is the main code for building coreboot's verstage as a userspace
application to run on the PSP. It does a minimal setup of hardware,
then runs verstage_main. It uses hardware hashing to increase the speed
and will directly reboot into recovery mode if there are any failures.

BUG=b:158124527
TEST=Build & boot trembyle

Signed-off-by: Martin Roth <martin@coreboot.org>
Change-Id: Ia58839caa5bfbae0408702ee8d02ef482f2861c4
---
M src/soc/amd/picasso/Kconfig
M src/soc/amd/picasso/Makefile.inc
M src/soc/amd/picasso/chip.h
M src/soc/amd/picasso/memlayout.ld
A src/soc/amd/picasso/memlayout_psp_verstage.ld
A src/soc/amd/picasso/memlayout_x86.ld
A src/soc/amd/picasso/psp_verstage/Makefile.inc
A src/soc/amd/picasso/psp_verstage/delay.c
A src/soc/amd/picasso/psp_verstage/fch.c
A src/soc/amd/picasso/psp_verstage/include/arch/io.h
A src/soc/amd/picasso/psp_verstage/pmutil.c
A src/soc/amd/picasso/psp_verstage/post.c
A src/soc/amd/picasso/psp_verstage/printk.c
A src/soc/amd/picasso/psp_verstage/psp.c
A src/soc/amd/picasso/psp_verstage/psp_verstage.c
A src/soc/amd/picasso/psp_verstage/psp_verstage.h
A src/soc/amd/picasso/psp_verstage/reset.c
A src/soc/amd/picasso/psp_verstage/svc.c
A src/soc/amd/picasso/psp_verstage/svc.h
A src/soc/amd/picasso/psp_verstage/timer.c
A src/soc/amd/picasso/psp_verstage/timestamp.c
A src/soc/amd/picasso/psp_verstage/vboot_crypto.c
22 files changed, 1,125 insertions(+), 107 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/41816/11

To view, visit change 41816. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ia58839caa5bfbae0408702ee8d02ef482f2861c4
Gerrit-Change-Number: 41816
Gerrit-PatchSet: 11
Gerrit-Owner: Martin Roth <martinroth@google.com>
Gerrit-Reviewer: Aaron Durbin <adurbin@chromium.org>
Gerrit-Reviewer: Bao Zheng <fishbaozi@gmail.com>
Gerrit-Reviewer: Eric Peers <epeers@google.com>
Gerrit-Reviewer: Furquan Shaikh <furquan@google.com>
Gerrit-Reviewer: Julius Werner <jwerner@chromium.org>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: Raul Rangel <rrangel@chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Felix Held <felix-coreboot@felixheld.de>
Gerrit-CC: Kyösti Mälkki <kyosti.malkki@gmail.com>
Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-MessageType: newpatchset