Hello build bot (Jenkins), Shaunak Saha, Furquan Shaikh, Wonkyu Kim, Caveh Jalali, Tim Wawrzynczak, Nick Vaccaro, Srinidhi N Kaushik, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/40260
to look at the new patch set (#2).
Change subject: soc/intel/tigerlake: Add methods to modify GPIO community PM config ......................................................................
soc/intel/tigerlake: Add methods to modify GPIO community PM config
This patch adds a two helper methods -
1. CGPM to configure GPIO power management bits that are part of miscellaneous config. This is needed for configuraiton of these bits based on S0ix entry and exit.
2. GPID to look up GPID community ID for an index. CGPM uses this ID to configure the appropriate GPIO community
These methods are needed for implementing platform specific workarounds to modify power management bits on S0ix entry and exit.
BUG=b:148892882 BRANCH=none TEST="BUILD"
Signed-off-by: Venkata Krishna Nimmagadda venkata.krishna.nimmagadda@intel.com Change-Id: Iac3a269d3071eb5d4100d516249eeb5ce23c02fa --- M src/soc/intel/tigerlake/acpi/gpio.asl 1 file changed, 49 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/40260/2