Attention is currently required from: Martin L Roth.
Hello Martin L Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/87280?usp=email
to look at the new patch set (#2).
Change subject: soc/amd: add functions to retrieve I3C controller info ......................................................................
soc/amd: add functions to retrieve I3C controller info
Similarly to how things are done for the I2C controller configuration, implement the 'soc_get_i3c_ctrlr_info' function in all SoCs that have I3C controllers. This function returns the contents of the SoC's 'i3c_ctrlr' array containing the base addresses and ACPI names of the I3C controllers. This function will eventually be called by the common I3C code which will be implemented in future patches.
Change-Id: Ib23fd896925770f49e567324bc8d12ac4c0944bd Signed-off-by: Felix Held felix-coreboot@felixheld.de --- M src/soc/amd/common/block/include/amdblocks/i2c.h M src/soc/amd/genoa_poc/Makefile.mk A src/soc/amd/genoa_poc/i3c.c M src/soc/amd/genoa_poc/include/soc/iomap.h M src/soc/amd/glinda/Makefile.mk A src/soc/amd/glinda/i3c.c M src/soc/amd/glinda/include/soc/iomap.h M src/soc/amd/mendocino/Makefile.mk A src/soc/amd/mendocino/i3c.c M src/soc/amd/mendocino/include/soc/iomap.h M src/soc/amd/phoenix/Makefile.mk A src/soc/amd/phoenix/i3c.c M src/soc/amd/phoenix/include/soc/iomap.h 13 files changed, 88 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/80/87280/2