From: Sughosh Ganu <sughosh.ganu@arm.com>
To: edk2-devel@lists.01.org
Subject: [PATCH v3 3/6] ArmPkg/Include: Fix the SPM version SVC ID
Date: Thu, 25 Oct 2018 13:02:36 +0530 [thread overview]
Message-ID: <1540452759-4875-4-git-send-email-sughosh.ganu@arm.com> (raw)
In-Reply-To: <1540452759-4875-1-git-send-email-sughosh.ganu@arm.com>
The MM_VERSION SMC call uses SMC32 calling convention. Fix the macro
to reflect the correct value.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Sughosh Ganu <sughosh.ganu@arm.com>
---
ArmPkg/Include/IndustryStandard/ArmMmSvc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ArmPkg/Include/IndustryStandard/ArmMmSvc.h b/ArmPkg/Include/IndustryStandard/ArmMmSvc.h
index 4c7b6c338627..81b4654fa5dd 100644
--- a/ArmPkg/Include/IndustryStandard/ArmMmSvc.h
+++ b/ArmPkg/Include/IndustryStandard/ArmMmSvc.h
@@ -20,7 +20,7 @@
* delegated events and request the Secure partition manager to perform
* privileged operations on its behalf.
*/
-#define ARM_SVC_ID_SPM_VERSION_AARCH64 0xC4000060
+#define ARM_SVC_ID_SPM_VERSION_AARCH32 0x84000060
#define ARM_SVC_ID_SP_EVENT_COMPLETE_AARCH64 0xC4000061
#define ARM_SVC_ID_SP_GET_MEM_ATTRIBUTES_AARCH64 0xC4000064
#define ARM_SVC_ID_SP_SET_MEM_ATTRIBUTES_AARCH64 0xC4000065
--
2.7.4
next prev parent reply other threads:[~2018-10-25 7:33 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-25 7:32 [PATCH v3 0/6] ArmPkg related changes for StandaloneMM package Sughosh Ganu
2018-10-25 7:32 ` [PATCH v3 1/6] ArmPkg: Add PCDs needed for MM communication driver Sughosh Ganu
2018-10-25 7:32 ` [PATCH v3 2/6] ArmPkg/Drivers: Add EFI_MM_COMMUNICATION_PROTOCOL DXE driver Sughosh Ganu
2018-11-23 18:20 ` Ard Biesheuvel
2018-10-25 7:32 ` Sughosh Ganu [this message]
2018-10-25 7:32 ` [PATCH v3 4/6] ArmPkg/Include: Add MM interface SVC return codes Sughosh Ganu
2018-10-25 7:32 ` [PATCH v3 5/6] ArmPkg/ArmMmuLib: Add MMU Library suitable for use in S-EL0 Sughosh Ganu
2018-10-25 7:32 ` [PATCH v3 6/6] ArmPkg/ArmMmuLib: Add MMU library inf file " Sughosh Ganu
2018-11-23 18:28 ` Ard Biesheuvel
2018-11-25 5:58 ` Sughosh Ganu
2018-11-19 4:48 ` [PATCH v3 0/6] ArmPkg related changes for StandaloneMM package Sughosh Ganu
2018-11-19 5:00 ` Sughosh Ganu
2018-11-21 16:01 ` Thomas Abraham
2018-11-21 22:17 ` Ard Biesheuvel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1540452759-4875-4-git-send-email-sughosh.ganu@arm.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox