mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
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:
parent
cebb7cc110
commit
96eaafa3f8
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue