From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Mack Date: Fri, 5 Dec 2008 22:07:19 +0100 Subject: [U-Boot] [PATCH] net/net.c: add get_timer_ms() In-Reply-To: <20081205210144.B806A834B020@gemini.denx.de> References: <20081128162529.GA14044@buzzloop.caiaq.de> <20081203005808.GD2012@buzzloop.caiaq.de> <4938CECF.6090901@gmail.com> <20081205144031.GB1821@buzzloop.caiaq.de> <20081205202627.9031F834B020@gemini.denx.de> <20081205204357.GD3940@buzzloop.caiaq.de> <20081205210144.B806A834B020@gemini.denx.de> Message-ID: <20081205210719.GA7036@buzzloop.caiaq.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, Dec 05, 2008 at 10:01:44PM +0100, Wolfgang Denk wrote: > > The timer implementation (at least the one for PXA processors) assumes > > that the OSCR register increments 1000 times a second. Which it doesn't > > for PXA3xx variants. Hence, all functions from cpu/pxa/interrupts.c will > > behave entirely differently on a PXA270 compared to a PXA3xx, and so all > > code using this functions will break. > > So this is a bug, and needs to be fixed. Ok. Do you want me to submit some "#ifdef MONAHANS" patch for the pxa ge_timer() function or is anyone working on major reworks for this anyway? Best regards, Daniel