coreboot-kgpe-d16/src
Furquan Shaikh 29368167b5 mb/google/hatch: Use GPIO IRQ for sx9310 device
This change uses GPIO IRQ instead of IOAPIC for GPP_A0 pad which is
the interrupt line for sx9310. This is required because IRQ# used by
GPP_A0 is allocated for PIRQ which does not allow IRQ# sharing.

Additionally, this change also configures GPP_A6 for GPIO IRQ. GPP_A6
is currently unused in the devicetree.

BUG=b:129794308
TEST=Verified that there are no interrupt storms on GPP_A0.

Change-Id: Ibb510a647391c0d9cb854d23656bb4b1cb7756ab
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32270
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
2019-04-12 02:15:32 +00:00
..
acpi
arch arch/x86/smbios: Reference type 7 2019-04-09 17:22:41 +00:00
commonlib commonlib/cbfs: Check for presence of CONFIG() macro 2019-04-08 18:52:38 +00:00
console coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
cpu src: Use #include <timer.h> when appropriate 2019-04-06 16:02:49 +00:00
device src: Fix remaining #include <timer.h> 2019-04-09 17:20:35 +00:00
drivers drivers/i2c/sx9310: Add support for GPIO IRQ 2019-04-12 02:14:51 +00:00
ec src: Use include <delay.h> when appropriate 2019-04-06 16:09:12 +00:00
include arch/x86/smbios: Add type 7 2019-04-09 17:22:24 +00:00
lib src: Use #include <timer.h> when appropriate 2019-04-06 16:02:49 +00:00
mainboard mb/google/hatch: Use GPIO IRQ for sx9310 device 2019-04-12 02:15:32 +00:00
northbridge nb/intel/i945: Fix ich7_setup_root_complex_topology 2019-04-11 11:32:07 +00:00
security vboot: do not set VBSD_BOOT_FIRMWARE_WP_ENABLED flag 2019-04-11 11:23:33 +00:00
soc soc/intel/cannonlake: Do not use XIP_ROM_SIZE 2019-04-12 02:14:07 +00:00
southbridge sb/intel/{common,i82801dx}: Improve TCO debug code 2019-04-07 02:43:26 +00:00
superio src: Use 'include <string.h>' when appropriate 2019-03-20 20:27:51 +00:00
vendorcode vc/amd/agesa/f14: Add missing break statement 2019-04-07 03:27:52 +00:00
Kconfig x86/smbios: Untangle system and board tables 2019-03-16 16:22:16 +00:00