projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56db948
)
armv8: sec_firmware: change el2_to_aarch32 SMC ID
author
Rajesh Bhagat
<rajesh.bhagat@nxp.com>
Mon, 5 Nov 2018 18:02:13 +0000
(18:02 +0000)
committer
York Sun
<york.sun@nxp.com>
Thu, 6 Dec 2018 22:37:19 +0000
(14:37 -0800)
Changes the el2_to_aarch32 SMC ID from 0xc000ff04 to 0xc200ff17,
it is applicable to both TFA and non-TFA boot.
Signed-off-by: Rajesh Bhagat <rajesh.bhagat@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
arch/arm/cpu/armv8/sec_firmware_asm.S
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/armv8/sec_firmware_asm.S
b/arch/arm/cpu/armv8/sec_firmware_asm.S
index 1c0f963e18af72409453d139db6ac2398e26bf32..af1b2da072b321173c8af969be7c9c5ebe6ba523 100644
(file)
--- a/
arch/arm/cpu/armv8/sec_firmware_asm.S
+++ b/
arch/arm/cpu/armv8/sec_firmware_asm.S
@@
-68,7
+68,7
@@
ENTRY(armv8_el2_to_aarch32)
mov x3, x2
mov x2, x1
mov x1, x4
- ldr x0, =0xc
000ff04
+ ldr x0, =0xc
200ff17
smc #0
ret
ENDPROC(armv8_el2_to_aarch32)