Tegra: GIC: enable FIQ interrupt handling
Tegra chips support multiple FIQ interrupt sources. These interrupts
are enabled in the GICD/GICC interfaces by the tegra_gic driver. A
new FIQ handler would be added in a subsequent change which can be
registered by the platform code.

This patch adds the GIC programming as part of the tegra_gic_setup()
which now takes an array of all the FIQ interrupts to be enabled for
the platform. The Tegra132 and Tegra210 platforms right now do not
register for any FIQ interrupts themselves, but will definitely use
this support in the future.

Change-Id: I0ea164be901cd6681167028fea0567399f18d4b8
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
1 parent 3eac92d commit d33603016971adbe2aba04f96c2a45b56d33f99a
@Varun Wadekar Varun Wadekar authored on 28 Dec 2015
Showing 9 changed files
View
plat/nvidia/tegra/common/tegra_bl31_setup.c
View
plat/nvidia/tegra/common/tegra_common.mk
View
plat/nvidia/tegra/common/tegra_gic.c
View
plat/nvidia/tegra/common/tegra_pm.c
View
plat/nvidia/tegra/include/t132/tegra_def.h
View
plat/nvidia/tegra/include/t210/tegra_def.h
View
plat/nvidia/tegra/include/tegra_private.h
View
plat/nvidia/tegra/soc/t132/plat_setup.c
View
plat/nvidia/tegra/soc/t210/plat_setup.c