Hello build bot (Jenkins), Furquan Shaikh, Patrick Georgi, Martin Roth, Marshall Dawson, Jeremy Soller, Aaron Durbin,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47483
to look at the new patch set (#3).
Change subject: [WIP] soc/amd/common: factor out SMU code from Picasso ......................................................................
[WIP] soc/amd/common: factor out SMU code from Picasso
The SMU mailbox access code from Picasso can be reused in the next generation, so factor out the code to soc/amd/common/block/smu. Since the mailbox register offsets in the indirect address space, the number of arguments and the message IDs don't always match between different devices, keep those in the soc-specific directories.
The patch is still untested on google/zork.
Change-Id: Ibaf5b91ab35428e4c771e7163c6e0c4fc50371e7 Signed-off-by: Felix Held felix-coreboot@felixheld.de --- A src/soc/amd/common/block/include/amdblocks/smu.h A src/soc/amd/common/block/smu/Kconfig A src/soc/amd/common/block/smu/Makefile.inc A src/soc/amd/common/block/smu/smu.c M src/soc/amd/picasso/Kconfig M src/soc/amd/picasso/include/soc/smu.h M src/soc/amd/picasso/smu.c 7 files changed, 120 insertions(+), 95 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/83/47483/3