Add missing features to the Tegra GIC driver
authorVarun Wadekar <vwadekar@nvidia.com>
Tue, 16 Jun 2015 05:53:00 +0000 (11:23 +0530)
committerVarun Wadekar <vwadekar@nvidia.com>
Mon, 22 Jun 2015 09:25:49 +0000 (14:55 +0530)
commite1e094c799e0bebcf4020d8f70a041ae30eddbc9
tree81f526f064fd349c7835e778737dcce430154373
parent649591bbabbc737534943136751722307429b7d6
Add missing features to the Tegra GIC driver

In order to handle secure/non-secure interrupts, overload the plat_ic_*
functions and copy GIC helper functions from arm_gic.c. Use arm_gic.c
as the reference to add Tegra's GIC helper functions.

Now that Tegra has its own GIC implementation, we have no use for
plat_gic.c and arm_gic.c files.

Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
plat/nvidia/tegra/common/tegra_common.mk
plat/nvidia/tegra/common/tegra_gic.c