plat: xilinx: zynqmp: Use GIC framework for warm restart
- Flag GICV2_G0_FOR_EL3 needs to be set for group interrupts
  to be targeted to EL3.
- Raise SGI interrupts for individual CPU cores as GIC API
  uses CPU num as parameter, not CPU mask.
- Flag WARMBOOT_ENABLE_DCACHE_EARLY needs to be set to enable
  CPU interface mask work properly for all CPU cores which is
  required when generating SGI.
- Call plat_ic_end_of_interrupt() from ttc_fiq_handler() to clear
  GIC interrupt to avoid same interrupt again.

Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Signed-off-by: Rajan Vaja <rajan.vaja@xilinx.com>
Signed-off-by: Jolly Shah <jolly.shah@xilinx.com>
Change-Id: I71d4935b8d4688a3729c62753ca8a1a77cd92ae7
1 parent fe550ed commit 256d133a8a489b8731e5f499457468a4b8a13ab4
@Siva Durga Prasad Paladugu Siva Durga Prasad Paladugu authored on 25 Sep 2018
Jolly Shah committed on 15 Jan 2020
Showing 3 changed files
View
plat/xilinx/zynqmp/plat_psci.c
View
plat/xilinx/zynqmp/platform.mk
View
plat/xilinx/zynqmp/pm_service/pm_svc_main.c