Re: [U-Boot] Microblaze and Sparc boards are broken because of common timer func

2013-11-18 Thread Michal Simek
On 11/18/2013 02:24 PM, Tom Rini wrote: > On Tue, Nov 12, 2013 at 04:37:34PM +0100, Michal Simek wrote: >> On 11/12/2013 02:46 PM, Rob Herring wrote: >>> On 11/12/2013 06:32 AM, Michal Simek wrote: Hi Masahiro, On 11/12/2013 10:04 AM, Masahiro Yamada wrote: > Hello Michal > >

Re: [U-Boot] Microblaze and Sparc boards are broken because of common timer func

2013-11-18 Thread Tom Rini
On Tue, Nov 12, 2013 at 04:37:34PM +0100, Michal Simek wrote: > On 11/12/2013 02:46 PM, Rob Herring wrote: > > On 11/12/2013 06:32 AM, Michal Simek wrote: > >> Hi Masahiro, > >> > >> On 11/12/2013 10:04 AM, Masahiro Yamada wrote: > >>> Hello Michal > >>> > >>> > This should be fixed by this pa

Re: [U-Boot] Microblaze and Sparc boards are broken because of common timer func

2013-11-18 Thread Michal Simek
On 11/18/2013 11:50 AM, Masahiro Yamada wrote: > Hello Michal > > Which toolchain do you use? >>> >>> >>> Microblaze crosstools I use is available at: >>> http://dev.gentoo.org/~vapier/u-boot/microblaze.tar.xz >> >> Not sure if Mike maintains this toolchain. > > Stefan Roses told me about t

Re: [U-Boot] Microblaze and Sparc boards are broken because of common timer func

2013-11-18 Thread Masahiro Yamada
Hello Michal > >> Which toolchain do you use? > > > > > > Microblaze crosstools I use is available at: > > http://dev.gentoo.org/~vapier/u-boot/microblaze.tar.xz > > Not sure if Mike maintains this toolchain. Stefan Roses told me about this pre-built cross tool in a thread: http://u-boot.1091

Re: [U-Boot] Microblaze and Sparc boards are broken because of common timer func

2013-11-18 Thread Michal Simek
On 11/14/2013 01:37 AM, Masahiro Yamada wrote: > Hello Michal. > This should be fixed by this patch - at least for microblaze. commit 65ba7add0d609bbd035b8d42fafdaf428ac24751 Author: Rob Herring Date: Fri Nov 8 08:40:43 2013 -0600 time: add weak annotation

Re: [U-Boot] Microblaze and Sparc boards are broken because of common timer func

2013-11-13 Thread Masahiro Yamada
Hello Michal. > >> This should be fixed by this patch - at least for microblaze. > >> > >> commit 65ba7add0d609bbd035b8d42fafdaf428ac24751 > >> Author: Rob Herring > >> Date: Fri Nov 8 08:40:43 2013 -0600 > >> > >> time: add weak annotation to timer_read_counter declaration > >> > >> A

Re: [U-Boot] Microblaze and Sparc boards are broken because of common timer func

2013-11-12 Thread Michal Simek
On 11/12/2013 02:46 PM, Rob Herring wrote: > On 11/12/2013 06:32 AM, Michal Simek wrote: >> Hi Masahiro, >> >> On 11/12/2013 10:04 AM, Masahiro Yamada wrote: >>> Hello Michal >>> >>> This should be fixed by this patch - at least for microblaze. commit 65ba7add0d609bbd035b8d42fafdaf42

Re: [U-Boot] Microblaze and Sparc boards are broken because of common timer func

2013-11-12 Thread Rob Herring
On 11/12/2013 06:32 AM, Michal Simek wrote: > Hi Masahiro, > > On 11/12/2013 10:04 AM, Masahiro Yamada wrote: >> Hello Michal >> >> >>> This should be fixed by this patch - at least for microblaze. >>> >>> commit 65ba7add0d609bbd035b8d42fafdaf428ac24751 Author: Rob >>> Herring Date: Fri Nov

Re: [U-Boot] Microblaze and Sparc boards are broken because of common timer func

2013-11-12 Thread Michal Simek
Hi Masahiro, On 11/12/2013 10:04 AM, Masahiro Yamada wrote: > Hello Michal > > >> This should be fixed by this patch - at least for microblaze. >> >> commit 65ba7add0d609bbd035b8d42fafdaf428ac24751 >> Author: Rob Herring >> Date: Fri Nov 8 08:40:43 2013 -0600 >> >> time: add weak annotati

Re: [U-Boot] Microblaze and Sparc boards are broken because of common timer func

2013-11-12 Thread Masahiro Yamada
Hello Michal > This should be fixed by this patch - at least for microblaze. > > commit 65ba7add0d609bbd035b8d42fafdaf428ac24751 > Author: Rob Herring > Date: Fri Nov 8 08:40:43 2013 -0600 > > time: add weak annotation to timer_read_counter declaration > > A weak annotation is neede

Re: [U-Boot] Microblaze and Sparc boards are broken because of common timer func

2013-11-12 Thread Michal Simek
On 11/12/2013 03:12 AM, Masahiro Yamada wrote: > Hello, Rob, Tom, Michal, Daniel. > > Commit 8dfafdde88eb (Introduce common timer functions) > broke Microblaze and Sparc boards. > > $ git checkout 8dfafdde88eb > $ CROSS_COMPILE=microblaze-unknown-linux-gnu- ./MAKEALL -a microblaze > > lib/time.c