
12 Jul
2011
12 Jul
'11
12:32 a.m.
Hi Wolfgang,
On 12/07/11 08:05, Wolfgang Denk wrote:
Dear Graeme Russ,
In message 1309261269-4363-9-git-send-email-graeme.russ@gmail.com you wrote:
Signed-off-by: Graeme Russ graeme.russ@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