reboot on PQ2FADS board.

2 messages, 2 authors, 2006-08-18 · open the first message on its own page

reboot on PQ2FADS board.

From: Zhimin (Jimmy) Liu <hidden>
Date: 2006-08-17 17:12:33

Did you sovlve the problem? I have same issue for the  PQ2FADS board.

jimmy

RE: reboot on PQ2FADS board.

From: Liu Dave-r63238 <hidden>
Date: 2006-08-18 01:45:26

Hi Liu,
 
please try this..
 
     u32 msr;
     
     volatile immap_t *immap = (immap_t *) IMAP_ADDR;
     
     
     /* Interrupts and MachineCheck off */
     __asm__ __volatile__ ("mfmsr    %0":"=r" (msr):);
     
     msr &= ~(MSR_ME | MSR_EE);
     __asm__ __volatile__ ("mtmsr    %0"::"r" (msr)); 
     
     immap->im_clkrst.car_rmr = 1;    /* Checkstop Reset enable */

     immap->resxxx = 0;        /* please find one immap illegal address
                                   access it, trig reset */
     for (;;);



________________________________

	From: linuxppc-embedded-bounces+daveliu=freescale.com@ozlabs.org
[mailto:linuxppc-embedded-bounces+daveliu=freescale.com@ozlabs.org] On
Behalf Of Zhimin (Jimmy) Liu
	Sent: Friday, August 18, 2006 1:00 AM
	To: linuxppc-embedded@ozlabs.org
	Subject: reboot on PQ2FADS board.
	
	

	Did you sovlve the problem? I have same issue for the  PQ2FADS
board. 

	jimmy 
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help