Commit 15c704ab authored by Sudeep Holla's avatar Sudeep Holla Committed by Will Deacon

firmware: smccc: Update link to latest SMCCC specification

The current link gets redirected to the revision B published in November
2016 though it actually points to the original revision A published in
June 2013.

Let us update the link to point to the latest version, so that it
doesn't get stale anytime soon. Currently it points to v1.2 published in
March 2020(i.e. DEN0028C).
Signed-off-by: default avatarSudeep Holla <sudeep.holla@arm.com>
Tested-by: default avatarEtienne Carriere <etienne.carriere@st.com>
Reviewed-by: default avatarSteven Price <steven.price@arm.com>
Reviewed-by: default avatarEtienne Carriere <etienne.carriere@st.com>
Acked-by: default avatarMark Rutland <mark.rutland@arm.com>
Link: https://lore.kernel.org/r/20200518091222.27467-3-sudeep.holla@arm.comSigned-off-by: default avatarWill Deacon <will@kernel.org>
parent e5bfb21d
...@@ -10,7 +10,9 @@ ...@@ -10,7 +10,9 @@
/* /*
* This file provides common defines for ARM SMC Calling Convention as * This file provides common defines for ARM SMC Calling Convention as
* specified in * specified in
* http://infocenter.arm.com/help/topic/com.arm.doc.den0028a/index.html * https://developer.arm.com/docs/den0028/latest
*
* This code is up-to-date with version DEN 0028 B
*/ */
#define ARM_SMCCC_STD_CALL _AC(0,U) #define ARM_SMCCC_STD_CALL _AC(0,U)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment