]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(versal): add SMCCC call TF_A_PM_REGISTER_SGI
authorTanmay Shah <tanmay.shah@xilinx.com>
Tue, 14 Dec 2021 12:53:40 +0000 (04:53 -0800)
committerTanmay <tanmay.shah@xilinx.com>
Thu, 12 May 2022 18:29:41 +0000 (20:29 +0200)
commitfcf6f469318d693a024d42ae2d0f4afb26c1e85d
treebe7a8feecea5747cadf96d9d2d8d94c896dfb4b5
parentbf70449ba2d1ffd20b01741c491dc0f565009b3d
feat(versal): add SMCCC call TF_A_PM_REGISTER_SGI

This call is used to register and reset SGI interrupt.
Before this functionality was performed using IOCTL_REGISTER_SGI
pm_ioctl EEMI call. It's not correct use of PM_IOCTL as it is
not EEMI functionality. Instead this new SMCCC call will be
handled by TF-A specific handler.

Change-Id: If2408af38b889d29a5c584e8eec5f1672eab4fb5
Signed-off-by: Tanmay Shah <tanmay.shah@xilinx.com>
plat/xilinx/versal/pm_service/pm_defs.h
plat/xilinx/versal/pm_service/pm_svc_main.c