]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(versal): enhance PM_IOCTL EEMI API to support additional arg
authorVenkatesh Yadav Abbarapu <venkatesh.abbarapu@xilinx.com>
Thu, 21 Oct 2021 04:11:53 +0000 (22:11 -0600)
committerTanmay Shah <tanmay.shah@xilinx.com>
Tue, 26 Apr 2022 23:44:02 +0000 (01:44 +0200)
commitd34a5db8a76abdfc8fa68f43b24b971699086a06
treeac4e4ba00e236add6bab5505e61b15d3e30a3f60
parent1397967490c9f0ebff0d20a566260d1475fe065e
feat(versal): enhance PM_IOCTL EEMI API to support additional arg

Currently, SMC handler is limited to parsing 5 arguments (1 API ID + 4
32-bit command args). Extend this handling to support one more 32-bit
command argument which is necessary to support new IOCTL IDs for
secure read/write interface.

Note that, this change is completely transparent and does not affect
existing functionality of any of the EEMI APIs.

Change-Id: I72016620eeeaf598f14853512120bfb30bb9a3e9
Signed-off-by: Izhar Ameer Shaikh <izhar.ameer.shaikh@xilinx.com>
Signed-off-by: Tanmay Shah <tanmay.shah@xilinx.com>
plat/xilinx/versal/pm_service/pm_api_sys.c
plat/xilinx/versal/pm_service/pm_api_sys.h
plat/xilinx/versal/pm_service/pm_svc_main.c