From mboxrd@z Thu Jan 1 00:00:00 1970 From: Travis B. Sawyer Date: Mon, 04 Apr 2005 13:35:06 -0400 Subject: [U-Boot-Users] OCOTEA get_timer() bug In-Reply-To: <424C40CE.5000202@mc.com> References: <20050328195851.A1730C108D@atlas.denx.de> <200503290826.01044.sr@denx.de> <4249E219.7000507@mc.com> <200503300913.32078.sr@denx.de> <424C40CE.5000202@mc.com> Message-ID: <42517ACA.8020603@sandburst.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Andrew Wozniak wrote: > Hello Stefan, > > Our target is a custom 440gx board with an OCOTEA port of U-Boot. I will > try to do some testing to determine if there are any side affects on our > board. > > Stefan Roese wrote: > >> Hello, >> >> On Wednesday 30 March 2005 01:17, Andrew Wozniak wrote: >> >> >>> My only concern with the fix is that it will break something else that >>> assumes the timer interval to be 10msec. There are a few "files" that >>> depend on it for timeout operations: >>> >>> cpu/ppc4xx/440gx_enet.c >>> if ((time_now - time_start) > 3000) <--- 30 sec timo? >> >> >> >> This is 440 specific, but in the comments a few lines above 3 seconds >> timeout is mentioned. So even this seems to be a bug with a 10 ms >> timer interval. >> Sorry I've been a bit remiss in responding, been away from the email due to a new addition to the family (Son #2 on 26 april 2005) The 440gx port I did was essentially a port of the 440gp by Scott McNutt. Looks like I blindly accepted some stuff (er, missed some stuff). I'll attempt to give it a whirl on our custom board and possibly on my ocotea also. I'll be going in to work some this week... -travis