[U-Boot] [PATCH v1 (WIP) 08/16] [Timer]Create new userland timer API

Graeme Russ graeme.russ at gmail.com
Tue Jul 12 00:32:50 CEST 2011


Hi Wolfgang,

On 12/07/11 08:05, Wolfgang Denk wrote:
> Dear Graeme Russ,
> 
> In message <1309261269-4363-9-git-send-email-graeme.russ at gmail.com> you wrote:
>>
>> Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
> 
> Please define "userland" in U-Boot context ?

Used outside of /arch (i.e. in board or driver code). Anything in arch/
binds the architecture specific implementation to lib/

>> +u32 time_now_ms(void);
>> +u32 time_since_ms(u32 from, u32 to);
>> +u32 time_max_since_ms(u32 from, u32 to);
>> +u32 time_resolution_ms(void);
> 
> I'm unhappy about these.  Sorry, but I don't want to have that.  See
> previous message(s).

Will do

Thanks,

Graeme


More information about the U-Boot mailing list