* [PATCH 1/1] ArmPkg/Include: Update MM interface return codes to match specification.
@ 2017-10-12 0:30 Supreeth Venkatesh
2017-10-12 13:53 ` Achin Gupta
0 siblings, 1 reply; 2+ messages in thread
From: Supreeth Venkatesh @ 2017-10-12 0:30 UTC (permalink / raw)
To: edk2-devel; +Cc: leif.lindholm, ard.biesheuvel, Supreeth Venkatesh, Achin Gupta
This patch corrects the Management Mode(MM) return codes as specified in
http://infocenter.arm.com/help/topic/com.arm.doc.den0060a/DEN0060A_ARM_MM_Interface_Specification.pdf.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Achin Gupta <achin.gupta@arm.com>
Signed-off-by: Supreeth Venkatesh <supreeth.venkatesh@arm.com>
---
ArmPkg/Include/IndustryStandard/ArmStdSmc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ArmPkg/Include/IndustryStandard/ArmStdSmc.h b/ArmPkg/Include/IndustryStandard/ArmStdSmc.h
index 37d0796649..2d2af9e37d 100644
--- a/ArmPkg/Include/IndustryStandard/ArmStdSmc.h
+++ b/ArmPkg/Include/IndustryStandard/ArmStdSmc.h
@@ -56,7 +56,7 @@
#define ARM_SMC_MM_RET_NOT_SUPPORTED -1
#define ARM_SMC_MM_RET_INVALID_PARAMS -2
#define ARM_SMC_MM_RET_DENIED -3
-#define ARM_SMC_MM_RET_NO_MEMORY -4
+#define ARM_SMC_MM_RET_NO_MEMORY -5
/*
* Power State Coordination Interface (PSCI) calls cover a subset of the
--
2.14.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/1] ArmPkg/Include: Update MM interface return codes to match specification.
2017-10-12 0:30 [PATCH 1/1] ArmPkg/Include: Update MM interface return codes to match specification Supreeth Venkatesh
@ 2017-10-12 13:53 ` Achin Gupta
0 siblings, 0 replies; 2+ messages in thread
From: Achin Gupta @ 2017-10-12 13:53 UTC (permalink / raw)
To: Supreeth Venkatesh; +Cc: edk2-devel, leif.lindholm, ard.biesheuvel, nd
On Thu, Oct 12, 2017 at 01:30:43AM +0100, Supreeth Venkatesh wrote:
> This patch corrects the Management Mode(MM) return codes as specified in
> http://infocenter.arm.com/help/topic/com.arm.doc.den0060a/DEN0060A_ARM_MM_Interface_Specification.pdf.
>
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Achin Gupta <achin.gupta@arm.com>
> Signed-off-by: Supreeth Venkatesh <supreeth.venkatesh@arm.com>
> ---
> ArmPkg/Include/IndustryStandard/ArmStdSmc.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/ArmPkg/Include/IndustryStandard/ArmStdSmc.h b/ArmPkg/Include/IndustryStandard/ArmStdSmc.h
> index 37d0796649..2d2af9e37d 100644
> --- a/ArmPkg/Include/IndustryStandard/ArmStdSmc.h
> +++ b/ArmPkg/Include/IndustryStandard/ArmStdSmc.h
> @@ -56,7 +56,7 @@
> #define ARM_SMC_MM_RET_NOT_SUPPORTED -1
> #define ARM_SMC_MM_RET_INVALID_PARAMS -2
> #define ARM_SMC_MM_RET_DENIED -3
> -#define ARM_SMC_MM_RET_NO_MEMORY -4
> +#define ARM_SMC_MM_RET_NO_MEMORY -5
Looks good to me.
Thanks!
Achin
>
> /*
> * Power State Coordination Interface (PSCI) calls cover a subset of the
> --
> 2.14.1
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-10-12 13:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-12 0:30 [PATCH 1/1] ArmPkg/Include: Update MM interface return codes to match specification Supreeth Venkatesh
2017-10-12 13:53 ` Achin Gupta
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox