From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 19 Jan 2006 13:31:46 +0100 Subject: [U-Boot-Users] U-Boot on ARMEB In-Reply-To: <641ab094cf8ec93ba785008fc15578ea@embeddedalley.com> References: <43CE974F.6020206@precidia.com> <641ab094cf8ec93ba785008fc15578ea@embeddedalley.com> Message-ID: <200601191331.46692.sr@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Dan, On Wednesday 18 January 2006 20:43, Dan Malek wrote: > endian, so just use that as an example. I recently did a port for an > ixp425 > big endian wireless router. When we are sure the code actually passes > the testing, I'll create a patch, but there is nothing specific to big > endian > in any of the update. Did you by any chance enable the interrupts on IXP4xx, so that we could use the "standard" U-Boot timer interface "get_timer()", and not this "reset_timer_masked()" and "get_timer_masked()" stuff? Best regards, Stefan