Regarding full build of Ubuntu ARM with linaro toolchain

2013-08-07 Thread Gaurang Shastri
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

Re: [PATCH V2 Resend 4/4] timer: Migrate running timer

2013-08-07 Thread Viresh Kumar
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

[PATCH 2/2] arm: time: add globaltimer-based arch_early_time

2013-08-07 Thread Andy Green
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 [

[PATCH 1/2] scheduler: time: allow arch-specific time offset function

2013-08-07 Thread Andy Green
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

[PATCH 0/2] RFC: introduce arch_early_time for early boot timestamps

2013-08-07 Thread Andy Green
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