rockchip: Fix GICv2 interrupts
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Mon, 28 Jan 2019 14:35:40 +0000 (14:35 +0000)
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Mon, 28 Jan 2019 14:35:50 +0000 (14:35 +0000)
commitd31dcdc5f6a39db01525d54f882ea34a5b924c2f
treed637f854e2ec1a095deb0b7e72b27837b7fb79cc
parente9b77791ab11b25391ef758d41a39584d14ff2e9
rockchip: Fix GICv2 interrupts

After the removal of deprecated interfaces in TF 2.0 the migration to
the new GIC driver interfaces was done incorrectly in rk3328 and rk3368:
2d6f1f01b141 ("rockchip: Migrate to new interfaces").

In the GICv2 driver it is mandated that all interrupts are Group 0
interrupts. This patch simply moves all Group 1 interrupts to Group 0.

Change-Id: I224c0135603eb5b81bd512976361500c0d129a91
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
plat/rockchip/common/rockchip_gicv2.c
plat/rockchip/rk3328/rk3328_def.h
plat/rockchip/rk3368/rk3368_def.h