public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] linux kernel porting bug
@ 2006-09-25  4:39 Piyush Khandelwal
  2006-09-25  6:35 ` Ajay Jain
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Piyush Khandelwal @ 2006-09-25  4:39 UTC (permalink / raw)
  To: u-boot


Hi all,
 We are porting linux kernel for an ARM11 board. 
During the bootup process, it hangs in Calibrate_delay() 
specifically it hangs on the while(ticks == jiffies);
 wait loop.
 We are not able to find what interrupt changes jiffies.

Can we know what could be the problem. 

 

Thanks in advance,

Piyush

  
 				
---------------------------------
 Find out what India is talking about on  - Yahoo! Answers India 
 Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20060925/c80ea847/attachment.htm 

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

* [U-Boot-Users] linux kernel porting bug
  2006-09-25  4:39 [U-Boot-Users] linux kernel porting bug Piyush Khandelwal
@ 2006-09-25  6:35 ` Ajay Jain
  2006-09-25  6:37 ` Ajay Jain
  2006-10-04  1:37 ` Nishanth Menon
  2 siblings, 0 replies; 4+ messages in thread
From: Ajay Jain @ 2006-09-25  6:35 UTC (permalink / raw)
  To: u-boot


> During the bootup process, it hangs in Calibrate_delay() 
> specifically it hangs on the while(ticks == jiffies);
>  wait loop.
>  We are not able to find what interrupt changes jiffies.
> Can we know what could be the problem. 

Your system timer is not configured properly. Check your timer
implementation. 

--
Ajay
PS: Think that this is off-topic here, take care or you will invite
frowning mails. 

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

* [U-Boot-Users] linux kernel porting bug
  2006-09-25  4:39 [U-Boot-Users] linux kernel porting bug Piyush Khandelwal
  2006-09-25  6:35 ` Ajay Jain
@ 2006-09-25  6:37 ` Ajay Jain
  2006-10-04  1:37 ` Nishanth Menon
  2 siblings, 0 replies; 4+ messages in thread
From: Ajay Jain @ 2006-09-25  6:37 UTC (permalink / raw)
  To: u-boot

> During the bootup process, it hangs in Calibrate_delay()
> specifically it hangs on the while(ticks == jiffies);
>  wait loop.
>  We are not able to find what interrupt changes jiffies.
> Can we know what could be the problem.

Your system timer is not configured properly. Check your timer implementation.

--
Ajay
PS: Think that this is off-topic here, take care or you will invite
frowning mails.

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

* [U-Boot-Users] linux kernel porting bug
  2006-09-25  4:39 [U-Boot-Users] linux kernel porting bug Piyush Khandelwal
  2006-09-25  6:35 ` Ajay Jain
  2006-09-25  6:37 ` Ajay Jain
@ 2006-10-04  1:37 ` Nishanth Menon
  2 siblings, 0 replies; 4+ messages in thread
From: Nishanth Menon @ 2006-10-04  1:37 UTC (permalink / raw)
  To: u-boot

Piyush Khandelwal stated on 9/24/2006 11:39 PM:
> Hi all,
>  We are porting linux kernel for an ARM11 board. 
> During the bootup process, it hangs in Calibrate_delay() 
> specifically it hangs on the while(ticks == jiffies);
>  wait loop.
>  We are not able to find what interrupt changes jiffies.
> 
> Can we know what could be the problem. 
Possibly a silly answer: jiffies increment.. timers that do the job is
messed up. check the HZ definition and ensure that timer ticks and
jiffies increment in that frequency. mebbe you might even have an
interrupt issue for the timer in question.
Regards,
Nishanth Menon

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

end of thread, other threads:[~2006-10-04  1:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-25  4:39 [U-Boot-Users] linux kernel porting bug Piyush Khandelwal
2006-09-25  6:35 ` Ajay Jain
2006-09-25  6:37 ` Ajay Jain
2006-10-04  1:37 ` Nishanth Menon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox