Hi,
I don’t know I am in right channel to ask this question, if not then please
guide me.
Currently, I am following
https://wiki.linaro.org/Platform/DevPlatform/CrossCompile/UsingXdeb for
cross compiling using xdeb. I am using “raring” as a Ubuntu distribution.
So using above link, up to the se
On 24 July 2013 14:47, Viresh Kumar wrote:
> On 18 June 2013 10:21, Viresh Kumar wrote:
> Hi Thomas,
>
> Do you still see some light of hope in this patch :) ?
Ping!!
___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mai
This uses the generic arch_early_time support added in the pervious patch to
define an ARM globaltimer-based implementation that can be configured
through CONFIG_.
It uses the early time to provide detailed and consistent time information
in your logs. For example, what used to look like this
[
This introduces an optional arch_early_time() which by default doesn't exist and
doesn't cause any extra code to be generated.
If it is configured and declared though, it can be used in an architecture or
platform-specific way to provide time during early boot.
After early boot when normal time i
The following patches introduce a debug feature, accurate timestamps
on all kernel logs during boot.
At the moment until time is set up in the kernel, all logs are timestamped
[0.00] giving the impression these early boot activities have no duration.
That's far from the case.
These patches gi