]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(versal): sync location based on IPI_ID macros
authorMichal Simek <michal.simek@amd.com>
Wed, 8 Feb 2023 12:34:47 +0000 (13:34 +0100)
committerJoanna Farley <joanna.farley@arm.com>
Wed, 15 Feb 2023 17:05:19 +0000 (18:05 +0100)
commit92a43bdf366502c6919bbd2c8e4f687c51d9738c
treee198a66c7a859f653175ec4f3de00f7aa0afa609
parent15f49cb49d7daf2cd771c80d3dd80ff15874b40b
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>
plat/xilinx/versal/versal_ipi.c