Hello Richard Spiegel, build bot (Jenkins), Furquan Shaikh, Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/32651
to look at the new patch set (#4).
Change subject: soc/amd/stoneyridge: Move GPIO support to common ......................................................................
soc/amd/stoneyridge: Move GPIO support to common
The banked GPIO functionality in the AcpiMmio block has been consistent since the Mullins product. Move the basic support into a common directory.
Each product's pin availability, MUXes, and other details must remain specific to the product.
BUG=b:131682806
Change-Id: I9cda00210a74de2bd1308ad43e2b867d24a67845 Signed-off-by: Marshall Dawson marshalldawson3rd@gmail.com --- M src/mainboard/amd/gardenia/bootblock/bootblock.c M src/mainboard/amd/gardenia/mainboard.c M src/mainboard/google/kahlee/bootblock/bootblock.c M src/mainboard/google/kahlee/mainboard.c M src/mainboard/google/kahlee/romstage.c R src/soc/amd/common/acpi/gpio_bank_lib.asl A src/soc/amd/common/block/gpio_banks/Kconfig A src/soc/amd/common/block/gpio_banks/Makefile.inc A src/soc/amd/common/block/gpio_banks/gpio.c A src/soc/amd/common/block/include/amdblocks/gpio.h M src/soc/amd/stoneyridge/Kconfig M src/soc/amd/stoneyridge/acpi.c M src/soc/amd/stoneyridge/acpi/soc.asl M src/soc/amd/stoneyridge/gpio.c M src/soc/amd/stoneyridge/i2c.c M src/soc/amd/stoneyridge/include/soc/gpio.h 16 files changed, 674 insertions(+), 576 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/51/32651/4