Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/42611 )
Change subject: [UNTESTED] mb/google/zork: don't enable IRQ1/IRQ12 filter ......................................................................
[UNTESTED] mb/google/zork: don't enable IRQ1/IRQ12 filter
Some zork devices had issues with keyboard and touchpad IRQs not being delivered under some conditions. Disabling the IRQ1/IRQ12 filter might fix this issue.
Change-Id: If646d4745454cdc1b3a0da5187a5af2d31116b90 Signed-off-by: Felix Held felix-coreboot@felixheld.de --- M src/mainboard/google/zork/mainboard.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/42611/1
diff --git a/src/mainboard/google/zork/mainboard.c b/src/mainboard/google/zork/mainboard.c index c6b4bdd..9a755d9 100644 --- a/src/mainboard/google/zork/mainboard.c +++ b/src/mainboard/google/zork/mainboard.c @@ -117,7 +117,7 @@
/* The MISC registers are not interrupt numbers */ { PIRQ_MISC, 0xfa, 0x00 }, - { PIRQ_MISC0, 0xf1, 0x00 }, + { PIRQ_MISC0, 0x91, 0x00 }, { PIRQ_MISC1, 0x00, 0x00 }, { PIRQ_MISC2, 0x00, 0x00 }, };