Hello Patrick Rudolph, EricR Lai, Selma Bensaid, Bora Guvendik, build bot (Jenkins), Furquan Shaikh,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/37319
to look at the new patch set (#4).
Change subject: soc/intel/cannonlake: Ensure bootblock disable GPIO PM configuration ......................................................................
soc/intel/cannonlake: Ensure bootblock disable GPIO PM configuration
This patch performs below operations: 1. Rename soc_fill_gpio_pm_configuration to soc_gpio_pm_configuration 2. Avoid redundent definitions of soc_fill_gpio_pm_configuration 3. Calling from bootblock and after FSP-S to ensure GPIO PM configuration is disable even with platform reset.
BUG=b:144002424 TEST=coreboot disable all MISCCFG.bit 0-5 local clock gating.
Change-Id: I54061d556d62462d9012bc47bb9f3604a3e5a250 Signed-off-by: Subrata Banik subrata.banik@intel.com --- M src/soc/intel/cannonlake/Makefile.inc M src/soc/intel/cannonlake/bootblock/pch.c M src/soc/intel/cannonlake/chip.c A src/soc/intel/cannonlake/gpio_common.c M src/soc/intel/cannonlake/include/soc/gpio.h 5 files changed, 56 insertions(+), 17 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/19/37319/4