mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
Changing SMC code for transitioning Granule
Changing the SMC code value to conform with RMM for transitioning a realm granule back to non-secure, otherwise known as undelegate. Signed-off-by: Mark Dykes <mark.dykes@arm.com> Change-Id: Ia45ad6cab538de48c65b071b49e504be234afa2b
This commit is contained in:
parent
683bb4d7bd
commit
51d8d1e326
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
#define RMI_FNUM_VERSION_REQ U(0x00)
|
||||
|
||||
#define RMI_FNUM_GRAN_NS_REALM U(0x01)
|
||||
#define RMI_FNUM_GRAN_REALM_NS U(0x10)
|
||||
#define RMI_FNUM_GRAN_REALM_NS U(0x02)
|
||||
|
||||
/* RMI SMC64 FIDs handled by the RMMD */
|
||||
#define RMI_RMM_REQ_COMPLETE RMI_FID(SMC_64, RMI_FNUM_REQ_COMPLETE)
|
||||
|
|
Loading…
Add table
Reference in a new issue