From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailman.xyplex.com (mailman.xyplex.com [140.179.176.116]) by ozlabs.org (Postfix) with ESMTP id 13FA968802 for ; Thu, 1 Dec 2005 09:03:25 +1100 (EST) Message-ID: <19EE6EC66973A5408FBE4CB7772F6F0A2105B5@ltnmail.xyplex.com> From: "Autran, Guillaume" To: "'n_tbinh@yahoo.com '" Date: Wed, 30 Nov 2005 16:58:49 -0500 MIME-Version: 1.0 Content-Type: text/plain Cc: "'linuxppc-embedded@ozlabs.org '" Subject: RE: Booting hangs after "Calibrating delay loop..." List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Binh Nguyen, m8xx_setup.c moved in the recent 2.6 kernels to the syslib directory. I am using the 2.6.14 and the external RTC works with the modification I gave you. The only other thing different is the initialization of the stamp variable in time.c I added the line: 'stamp = get_native_tbl();' right before 'last_jiffy_stamp(0) = tb_last_stamp = stamp;' That's all. Guillaume