]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(versal): add SGI register call version check
authorTanmay Shah <tanmay.shah@xilinx.com>
Fri, 26 Aug 2022 22:13:48 +0000 (15:13 -0700)
committerJoanna Farley <joanna.farley@arm.com>
Tue, 13 Sep 2022 07:22:36 +0000 (09:22 +0200)
commit5897e135445e2bf3345297fbe9971a113506d714
tree87ffd28df35b4d8b75676e6add02d0f1a9b1eba3
parent69034793b694788612eec80bae4908f39c3b73f5
fix(versal): add SGI register call version check

PM_FEATURE_CHECK is supported only for platform
management API. PM_LOAD_PDI command is not intended
for platform management. This patch removes version
check of PM_LOAD_PDI and adds version check of command
that is used for SGI registartion.

Signed-off-by: Tanmay Shah <tanmay.shah@xilinx.com>
Change-Id: I353163109b639acab73120f405a811770e8831a0
plat/xilinx/versal/pm_service/pm_api_sys.c