Re: [U-Boot] [PATCH 09/16] Blackfin: Bf60x: add reset support

2012-08-20 Thread Bob Liu
On Wed, Aug 8, 2012 at 1:05 PM, Mike Frysinger  wrote:
> please squash into one of the "initial bf60x cpu support" patches
> -mike

Okay.

-- 
Regards,
--Bob
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 09/16] Blackfin: Bf60x: add reset support

2012-08-07 Thread Mike Frysinger
please squash into one of the "initial bf60x cpu support" patches
-mike


signature.asc
Description: This is a digitally signed message part.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 09/16] Blackfin: Bf60x: add reset support

2012-08-07 Thread Bob Liu
Signed-off-by: Bob Liu 
---
 arch/blackfin/cpu/reset.c |4 
 1 file changed, 4 insertions(+)

diff --git a/arch/blackfin/cpu/reset.c b/arch/blackfin/cpu/reset.c
index 33df0fc..b6718d3 100644
--- a/arch/blackfin/cpu/reset.c
+++ b/arch/blackfin/cpu/reset.c
@@ -70,8 +70,12 @@ static void bfin_reset(void)
 #endif
 
while (1)
+#if defined(__ADSPBF60x__)
+   bfin_write_RCU0_CTL(0x1);
+#else
/* Issue core reset */
asm("raise 1");
+#endif
 }
 
 /* We need to trampoline ourselves up into L1 since our linker
-- 
1.7.9.5


___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot