Attention is currently required from: Felix Held, Fred Reitberger, Jason Glenesk, Martin L Roth, Martin Roth, Matt DeVillier, Nick Kochlowski, Varshit Pandya.
Hello Felix Held, Fred Reitberger, Jason Glenesk, Martin L Roth, Matt DeVillier, Varshit Pandya, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/85631?usp=email
to look at the new patch set (#8).
Change subject: drivers/amd/opensil: Add openSIL timepoint calls ......................................................................
drivers/amd/opensil: Add openSIL timepoint calls
Place openSIL timepoints 1, 2 and 3 calls in the driver, which will serve as the central point for invoking SoC-specific vendorcode implementations. TP1 and TP2 will initialize silicon pre- and post-PCIe enumeration, respectively. TP3 then performs late SoC IPs programming and register locking closer to payload load prior to OS handoff. Add a Kconfig option for selecting and including the openSIL driver source code in the build.
Change-Id: If0559fc0ff0ec55e9ef131e5ed20dfb5baa651da Signed-off-by: Nicolas Kochlowski nickkochlowski@gmail.com --- A src/drivers/amd/opensil/Kconfig A src/drivers/amd/opensil/Makefile.mk A src/drivers/amd/opensil/opensil.h A src/drivers/amd/opensil/ramstage.c M src/soc/amd/genoa_poc/Kconfig M src/soc/amd/genoa_poc/chip.c M src/soc/amd/phoenix/Kconfig M src/soc/amd/phoenix/chip.c 8 files changed, 55 insertions(+), 8 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/31/85631/8