Hello Felix Singer, build bot (Jenkins), Nico Huber, Furquan Shaikh, Paul Menzel, Tim Wawrzynczak, Subrata Banik, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/48089
to look at the new patch set (#5).
Change subject: intel/common/block/gpio: only reset configured SMI instead of all ......................................................................
intel/common/block/gpio: only reset configured SMI instead of all
Currently, when a SMI GPIO gets configured, the whole status register is get written back and thus, all SMIs get reset.
Do it right and reset only the correspondig status bit of the GPIO to be configured.
Signed-off-by: Michael Niewöhner foss@mniewoehner.de Change-Id: Iecf789d3009011381835959cb1c166f703f1c0cc --- M src/soc/intel/common/block/gpio/gpio.c 1 file changed, 7 insertions(+), 7 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/89/48089/5