Migrate ARM platforms to use the new GICv3 API
authorMadhukar Pappireddy <madhukar.pappireddy@arm.com>
Mon, 10 Jun 2019 21:54:36 +0000 (16:54 -0500)
committerMadhukar Pappireddy <madhukar.pappireddy@arm.com>
Thu, 26 Sep 2019 03:06:49 +0000 (22:06 -0500)
commit6806cd2381901d424b40ba3f17d23f5ffa4ca57e
tree08a0d98798ec86006bc97de914180dd3f56362cc
parent10107707196d67731de57126b846169c5b29aac0
Migrate ARM platforms to use the new GICv3 API

This patch invokes the new function gicv3_rdistif_probe() in the
ARM platform specific gicv3 driver. Since this API modifies the
shared GIC related data structure, it must be invoked coherently
by using the platform specific pwr_domain_on_finish_late hook.

Change-Id: I6efb17d5da61545a1c5a6641b8f58472b31e62a8
Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>
include/plat/arm/css/common/css_pm.h
plat/arm/board/fvp/fvp_pm.c
plat/arm/common/arm_gicv3.c
plat/arm/css/common/css_pm.c