From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Thompson Date: Fri, 10 Dec 2010 15:50:24 +0000 Subject: [U-Boot] arm926ejs, timer: In-Reply-To: <4D01E1EB.5040206@denx.de> References: <4D01E1EB.5040206@denx.de> Message-ID: <4D024C40.2070108@ge.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/12/10 08:16, Heiko Schocher wrote: > Hello, > > just looked in the timer implementation for arm926ejs based boards, and > found that there is just the at91, davinci, nomadik timer implementation > fixed in actual u-boot. I want to cleanup this timers too, but > there are kirkwood, mb86r0x, orion5x, spear, versatile archs which use > a lastdec var, which is not in global_data.h defined. So the question > is should we add a lastdec to global_data.h or is it Ok, if I use > lastinc for cleaning up? > > Or are there pending patches, which fix this issues for some (all) > arm926ejs architectures? There is an outstanding patch for davinci: http://patchwork.ozlabs.org/patch/74860/ Nick.