Varshit B Pandya has uploaded a new patch set (#6) to the change originally created by Maulik V Vaghela. ( https://review.coreboot.org/c/coreboot/+/40572 )
Change subject: mb/intel/jasperlake_rvp: Configure SoC specific gpios ......................................................................
mb/intel/jasperlake_rvp: Configure SoC specific gpios
This patch configures all SoC related gpios as per mainboard schematics. Till now, we were relying on FSP to do SoC specific gpio programming but now we'll program all gpios from mainboard. This will remove ambiguity of gpio programming done by FSP and coreboot will do full gpio programming
Programming gpios of following IPs - I2C - Emmc - Display - CPU specific gpio (SLP lines) - Cnvi - SD
BUG=None BRANCH=None TEST=compile coreboot and checked that all IPs functionality working.
Change-Id: I98583b768cbd8ab4af536b31d758cb1cee93edfb Signed-off-by: Maulik V Vaghela maulik.v.vaghela@intel.com --- M src/mainboard/intel/jasperlake_rvp/variants/jslrvp/gpio.c 1 file changed, 146 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/72/40572/6