coreboot-kgpe-d16/src/soc/intel/common/block/gpio
Furquan Shaikh a1d0928b00 soc/intel/common/block/gpio: Fix the mask for gpio_pm_configure
gpio_pm_configure clears out all the bits related to PM configuration
in MISCCFG register and sets only the bits requested by mainboard. The
mask as it is set currently results in preserving all PM bits instead
of clearing them. This change updates the mask to ensure that the PM
bits are cleared before setting the ones requested by mainboard.

Change-Id: I5b8c04952775dc1e94fa229328be2f3c1102a468
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33099
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
2019-05-30 23:54:01 +00:00
..
gpio.c soc/intel/common/block/gpio: Fix the mask for gpio_pm_configure 2019-05-30 23:54:01 +00:00
Kconfig soc/intel/.../Kconfig: Move GPIO debug option into debug menu 2018-11-18 21:20:58 +00:00
Makefile.inc soc/intel: Enable GPIO functions in verstage 2018-11-02 16:06:53 +00:00