From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nishanth Menon Date: Tue, 03 Oct 2006 20:37:07 -0500 Subject: [U-Boot-Users] linux kernel porting bug In-Reply-To: <20060925043938.16162.qmail@web8913.mail.in.yahoo.com> References: <20060925043938.16162.qmail@web8913.mail.in.yahoo.com> Message-ID: <45231043.7070704@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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