Re: [U-Boot] [PATCH 3/3] omap3_beagle: enable EHCI and USB storage.

2011-05-28 Thread Christian Spielberger
On 05/27/2011 01:24 PM, Alexander Holler wrote: > Am 27.05.2011 11:40, schrieb Christian Spielberger: >> On 05/27/2011 09:34 AM, Alexander Holler wrote: >>> Am 26.05.2011 17:41, schrieb Alexander Holler: Am 26.05.2011 13:30, schrieb Christian Spielberger: >>> ... But even than USB doesn't

Re: [U-Boot] [RFC][Timer API] Revised Specification - Implementation details

2011-05-28 Thread Graeme Russ
On 28/05/11 16:18, Reinhard Meyer wrote: > Dear Graeme Russ, >> u32 get_timer(u32 base) >> { >> if (base != 0) { >> if (timer - base< (CONFIG_MIN_TIMER_RESOLUTION * 2)) >> return 0; >> else >> return timer - base - CONFIG_MIN_TIMER_RESOLUTION; >> } e

[U-Boot] What is the difference between /lib and /common

2011-05-28 Thread Graeme Russ
Hi Wolfgang, A quick question for you - What defines what belongs in /lib versus /common? I get that cmd* and env* belong in /common (U-Boot specific) and crc, zlib, gunzip, qsort etc belong in /lib (generic) But others are a bit grey like malloc in /common and display_options() in /lib The rea

Re: [U-Boot] What is the difference between /lib and /common

2011-05-28 Thread Mike Frysinger
On Saturday, May 28, 2011 06:51:46 Graeme Russ wrote: > But others are a bit grey like malloc in /common and display_options() in > /lib i would think malloc should live in /lib > The reason I ask is to know where to put the new timer API - I'm thinking > /lib/time.c with udelay() makes the most

Re: [U-Boot] do we have a WindowsXP Application and Driver to download data through MUSB-device in U-Boot?

2011-05-28 Thread Mike Frysinger
On Saturday, May 28, 2011 02:28:23 yaojin liu wrote: > I have asked many people ,but nobody did it. > if we have a usb download tools, then we will not need Ethernet anymore! musb gadget makes u-boot look like ethernet or serial to the host device. it doesnt make much sense to create a custom ga

[U-Boot] NOTIFICATION:Ref:XYL /26510460037/05

2011-05-28 Thread Mrs Catherine Townsend
Contact Dr.Kelvin Moore for the claims of £1,532,720 in the 2011 Email Promotion.Claims info:Fullname,Occupation,Nationality,Residential Address.email to :k.moore...@hotmail.co.uk Tel.( +44704-571-2164). ___ U-Boot mailing list U-Boot@lists.denx.de h

Re: [U-Boot] [RFC][Timer API] Revised Specification - Implementation details

2011-05-28 Thread J. William Campbell
On 5/27/2011 10:53 PM, Graeme Russ wrote: > Hi Bill, > > On 28/05/11 00:23, J. William Campbell wrote: >> On 5/27/2011 12:35 AM, Graeme Russ wrote: >>> Hi Wolfgang, >>> >>> On 27/05/11 17:13, Wolfgang Denk wrote: Dear Graeme Russ, In message you wrote: > I think we will need to