Hello Patrick Rudolph, V Sowmya, build bot (Jenkins), Furquan Shaikh,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/32788
to look at the new patch set (#2).
Change subject: soc/intel/common/block/gpio: Add gpio_pm_configure() function ......................................................................
soc/intel/common/block/gpio: Add gpio_pm_configure() function
This patch adds new function to perform gpio power management programming as per EDS.
Logic is to enable gpio pm registers as GPDLCGEN, GPDPCGEN, GPRTCDLCGEN, GPRCOMPCDLCGEN if !CONFIG_SOC_INTEL_DISABLE_DYNAMIC_CLOCK_LOCAL_GATING and GPSIDEDPCGEN for GPIO communities.
BUG=b:130764684 TEST=Able to build and boot from fixed media on ICL and CML.
Change-Id: I816a70ad92595f013740a235a9799912ad51665e Signed-off-by: Subrata Banik subrata.banik@intel.com --- M src/soc/intel/common/block/gpio/Kconfig M src/soc/intel/common/block/gpio/gpio.c M src/soc/intel/common/block/include/intelblocks/gpio.h 3 files changed, 52 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/88/32788/2