* [U-Boot-Users] [PATCH] ppc4xx: Fix dflush() to restore DVLIM register
@ 2008-01-10 4:10 Larry Johnson
2008-01-10 17:53 ` Stefan Roese
0 siblings, 1 reply; 2+ messages in thread
From: Larry Johnson @ 2008-01-10 4:10 UTC (permalink / raw)
To: u-boot
Signed-off-by: Larry Johnson <lrj@acm.org>
---
cpu/ppc4xx/start.S | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/cpu/ppc4xx/start.S b/cpu/ppc4xx/start.S
index a730604..77c2aa4 100644
--- a/cpu/ppc4xx/start.S
+++ b/cpu/ppc4xx/start.S
@@ -1700,6 +1700,7 @@ trap_reloc:
rlwinm r8,r9,0,15,13
rlwinm r8,r8,0,17,15
mtmsr r8
+ mfspr r8,dvlim
addi r3,r0,0x0000
mtspr dvlim,r3
mfspr r3,ivpr
@@ -1714,6 +1715,7 @@ trap_reloc:
..ag: dcbf r0,r3
addi r3,r3,-32
bdnz ..ag
+ mtspr dvlim,r8
sync
mtmsr r9
blr
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot-Users] [PATCH] ppc4xx: Fix dflush() to restore DVLIM register
2008-01-10 4:10 [U-Boot-Users] [PATCH] ppc4xx: Fix dflush() to restore DVLIM register Larry Johnson
@ 2008-01-10 17:53 ` Stefan Roese
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Roese @ 2008-01-10 17:53 UTC (permalink / raw)
To: u-boot
On Thursday 10 January 2008, Larry Johnson wrote:
> Signed-off-by: Larry Johnson <lrj@acm.org>
Applied. Thanks.
Best regards,
Stefan
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-01-10 17:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-10 4:10 [U-Boot-Users] [PATCH] ppc4xx: Fix dflush() to restore DVLIM register Larry Johnson
2008-01-10 17:53 ` Stefan Roese
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox