Skip to content

Commit 15c704a

Browse files
sudeep-hollawilldeacon
authored andcommitted
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: Sudeep Holla <[email protected]> Tested-by: Etienne Carriere <[email protected]> Reviewed-by: Steven Price <[email protected]> Reviewed-by: Etienne Carriere <[email protected]> Acked-by: Mark Rutland <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent e5bfb21 commit 15c704a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

include/linux/arm-smccc.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
/*
1111
* This file provides common defines for ARM SMC Calling Convention as
1212
* specified in
13-
* http://infocenter.arm.com/help/topic/com.arm.doc.den0028a/index.html
13+
* https://developer.arm.com/docs/den0028/latest
14+
*
15+
* This code is up-to-date with version DEN 0028 B
1416
*/
1517

1618
#define ARM_SMCCC_STD_CALL _AC(0,U)

0 commit comments

Comments
 (0)