Attention is currently required from: Jason Glenesk, Raul Rangel, Martin L Roth, Matt DeVillier, Fred Reitberger, Felix Held.
Hello build bot (Jenkins), 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/+/68543
to look at the new patch set (#2).
Change subject: soc/amd/common: Add code to print AMD STB to boot log ......................................................................
soc/amd/common: Add code to print AMD STB to boot log
This allows platforms that support AMD's STB (Smart Trace Buffer) to print the buffer at various points in the boot process.
The STB is roughly a hardware assisted postcode that captures the time stamp of when the postcode was added to the buffer. Reading from the STB clears the data.
Signed-off-by: Martin Roth gaumless@gmail.com Change-Id: I8d78c0e86b244f3bd16248edf3850447fb0a9e2c --- A src/soc/amd/common/block/include/amdblocks/stb.h A src/soc/amd/common/block/stb/Kconfig A src/soc/amd/common/block/stb/Makefile.inc A src/soc/amd/common/block/stb/stb.c 4 files changed, 136 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/43/68543/2