All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/6] ls102xa: psci: save context id in cpu_on command
@ 2018-04-16  8:15 Patrick Delaunay
  2018-04-16  8:15 ` [U-Boot] [PATCH 2/6] imx7: " Patrick Delaunay
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Patrick Delaunay @ 2018-04-16  8:15 UTC (permalink / raw)
  To: u-boot

Replace the psci_save_target_pc call by the new function
psci_save(cpu, pc,context_id)


Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
---

 arch/arm/cpu/armv7/ls102xa/psci.S | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm/cpu/armv7/ls102xa/psci.S b/arch/arm/cpu/armv7/ls102xa/psci.S
index e1dc5f3..a355c88 100644
--- a/arch/arm/cpu/armv7/ls102xa/psci.S
+++ b/arch/arm/cpu/armv7/ls102xa/psci.S
@@ -125,7 +125,8 @@ psci_cpu_on:
 
 	mov	r0, r4
 	mov	r1, r2
-	bl	psci_save_target_pc
+	mov	r2, r3
+	bl	psci_save
 	mov	r1, r4
 
 	@ Get DCFG base address
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2018-05-08  0:45 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-16  8:15 [U-Boot] [PATCH 1/6] ls102xa: psci: save context id in cpu_on command Patrick Delaunay
2018-04-16  8:15 ` [U-Boot] [PATCH 2/6] imx7: " Patrick Delaunay
2018-05-08  0:44   ` [U-Boot] [U-Boot, " Tom Rini
2018-05-08  0:44   ` Tom Rini
2018-04-16  8:15 ` [U-Boot] [PATCH 3/6] tegra: " Patrick Delaunay
2018-04-16 16:17   ` Stephen Warren
2018-04-18 13:58     ` Patrick DELAUNAY
2018-04-18 15:23       ` Stephen Warren
2018-04-18 16:07         ` Tom Rini
2018-05-08  0:45   ` [U-Boot] [U-Boot, " Tom Rini
2018-04-16  8:15 ` [U-Boot] [PATCH 4/6] uniphier: " Patrick Delaunay
2018-04-20  9:06   ` Masahiro Yamada
2018-05-08  0:45   ` [U-Boot] [U-Boot, " Tom Rini
2018-04-16  8:15 ` [U-Boot] [PATCH 5/6] sunxi: " Patrick Delaunay
2018-05-08  0:45   ` [U-Boot] [U-Boot, " Tom Rini
2018-04-16  8:15 ` [U-Boot] [PATCH 6/6] psci: arm: remove armv7 function psci_save_target_pc Patrick Delaunay
2018-05-08  0:45   ` [U-Boot] [U-Boot, " Tom Rini
2018-05-08  0:44 ` [U-Boot] [U-Boot, 1/6] ls102xa: psci: save context id in cpu_on command Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.