Hello build bot (Jenkins), Kaiyen Chang,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/48303
to look at the new patch set (#2).
Change subject: mb/google/dedede: Set the GPIO to EDGE_BOTH trigger for SD card CD pin ......................................................................
mb/google/dedede: Set the GPIO to EDGE_BOTH trigger for SD card CD pin
The default setting of LEVEL/EDGE of GPIO is zero, which is LEVEL trigger. So we need to set the GPIO to EDGE_BOTH trigger for SD card CD pin in advance in coreboot to avoid the probabilistic interrupt storm occuring during the period that kernel is configuring the GPIO for SD card CD pin.
BUG=b:174336541 TEST=Run 1500 reboot iterations successfully
Signed-off-by: Kaiyen Chang kaiyen.chang@intel.corp-partner.google.com Change-Id: I4782c7efd9ab107e4894257b6e042f7477d90fac --- M src/mainboard/google/dedede/variants/baseboard/gpio.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/03/48303/2