zynqmp: pm: Implement PM_INIT_FINALIZE PM API call
authorFilip Drazic <filip.drazic@aggios.com>
Wed, 15 Mar 2017 10:50:47 +0000 (11:50 +0100)
committerSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Thu, 17 May 2018 09:42:25 +0000 (15:12 +0530)
commit27722ac1b0e27bf829da8bc9582804784721eeda
tree7d07d75fadfb688f56d6635740d7914fdcec1f08
parent0484967207e802c6a63af7e6369f7d8eea1d54bb
zynqmp: pm: Implement PM_INIT_FINALIZE PM API call

The PM_INIT_FINALIZE PM API is required to inform the PFW that APU is
done with requesting nodes and that not-requested nodes can be powered
down. If PM is not enabled, this call will never be made and PFW will
never power down any of the nodes which APU can use.

Signed-off-by: Filip Drazic <filip.drazic@aggios.com>
plat/xilinx/zynqmp/pm_service/pm_api_sys.c
plat/xilinx/zynqmp/pm_service/pm_api_sys.h
plat/xilinx/zynqmp/pm_service/pm_svc_main.c