fix(versal): make pmc ipi channel as secure

Make PMC IPI channel for Versal as secure so that NS systems
cannot directly access or modify secure systems.

Signed-off-by: Jay Buddhabhatti <jay.buddhabhatti@amd.com>
Change-Id: I22148653fa2d27941cb3031ac790892cee0d1796
This commit is contained in:
Jay Buddhabhatti 2023-07-31 01:31:00 -07:00
parent cebb7cc110
commit 96eaafa3f8

View file

@ -20,7 +20,7 @@ static const struct ipi_config versal_ipi_table[] = {
[IPI_ID_PMC] = {
.ipi_bit_mask = PMC_IPI_TRIG_BIT,
.ipi_reg_base = PMC_REG_BASE,
.secure_only = 0U,
.secure_only = IPI_SECURE_MASK,
},
/* A72 IPI */