
22 Jan
2011
22 Jan
'11
noon
Dear Albert ARIBAUD,
this is not an ARM local issue.
The timeouts are used in generic drivers all around u-boot.
Have a grep for get_timer, reset_timer...
The most ugly use is with reset_timer involved, where the internal pseudo-tick is reset to zero, so all calls to get_timer are relative to that moment.
We are looking at replacing all those occurrences of reset_timer and get_timer with "better" methods.
Best Regards, Reinhard