commit | f0ff048915adbfb1eec8c78317f8337d307f597f | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@amd.com> | Wed Feb 08 13:34:47 2023 +0100 |
committer | Joanna Farley <joanna.farley@arm.com> | Wed Feb 15 18:05:19 2023 +0100 |
tree | e198a66c7a859f653175ec4f3de00f7aa0afa609 | |
parent | f6b3608aa5d3dab89a96cb78eb2489e2ddc91624 [diff] |
fix(versal): sync location based on IPI_ID macros IPI_ID_* macros available at include/plat_ipi.h are using PMC/APU/RPU0.. order which is not how versal_ipi_table array is composed. That's why swap APU and PMC to follow the same order as is described by macros. Change-Id: Ieaa3a967650e298e7cff45fafde0df96294c09fe Signed-off-by: Michal Simek <michal.simek@amd.com>