]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(zynqmp): bump up version of query_data API
authorRonak Jain <ronak.jain@amd.com>
Mon, 13 Feb 2023 12:48:06 +0000 (04:48 -0800)
committerRonak Jain <ronak.jain@amd.com>
Wed, 15 Feb 2023 11:39:36 +0000 (03:39 -0800)
commitaaf5ce77fb22f54a8ca7bc8d3be6172dacbfc0c1
tree01e3d24f1a90fd235de6d15ec4a0f79e2c968fd1
parentbe2a05058311855d8648d6682cd393ccf232a4e8
feat(zynqmp): bump up version of query_data API

As per the current code base, the version of the PM_QUERY_DATA EEMI
API is 2 in the Versal but in ZynqMP it returns the base version.

Since this EEMI API ID support similar functionality for Versal and
ZynqMP, hence there should not be any difference in the versioning
as well.

In version 2, the feature check API supports the bitmask functionality
of the QUERY_DATA API, so the user can query the supported QUERY_DATA
ID first and if the ID is supported then the user can perform the
actual functionality of the same.

Hence, bump up the version of PM_QUERY_DATA API Id to 2.

Signed-off-by: Ronak Jain <ronak.jain@amd.com>
Change-Id: I3ed7b090f486dca591352131ca286018bbb1c4be
plat/xilinx/zynqmp/pm_service/pm_api_sys.c
plat/xilinx/zynqmp/pm_service/pm_defs.h