Re: [Uclinux-dist-devel] Re: bf561 / SMP-like patch

2008-01-07 Thread Jean-Christian de Rivaz
Robin Getz a écrit : On Tue 30 Oct 2007 08:49, Robert Fries pondered: Robin Getz [EMAIL PROTECTED] wrote: This will need to be refactored before applying to trunk - but should work on the 2007R1 release. Has there been a port of these patches to a more recent release (e.g. 2007R1.1-RC3 or

Re: [Uclinux-dist-devel] Re: bf561 / SMP-like patch

2008-01-09 Thread Jean-Christian de Rivaz
Robert Fries a écrit : On Monday 07 January 2008, Robin Getz a écrit : On Tue 30 Oct 2007 08:49, Robert Fries pondered: Robin Getz [EMAIL PROTECTED] wrote: This will need to be refactored before applying to trunk - but should work on the 2007R1 release. Has there been a port of these

Re: [Uclinux-dist-devel] bf561 / SMP-like patch

2008-03-27 Thread Jean-Christian de Rivaz
-only mirrors of svn now available: http://blackfin.uclinux.org/git/ so you dont need to do the git-svn clone yourself (and in fact, i would really really appreciate it if people didnt do that) Great job, really! Thanks for providing this. :-) -- Jean-Christian de Rivaz

Re: [Uclinux-dist-devel] About video4linux for Blackfin code

2008-04-08 Thread Jean-Christian de Rivaz
capture cards. I have an ADV7183 blackfin_cam work in progress patch for the BF561-EZkit. I will check that into svn after cleanup. Cool! We are also interesting to a no so clean code, no problem. We will certainly learn a lot from it already. Regards, -- Jean-Christian de Rivaz

Re: [Uclinux-dist-devel] bf561 / SMP-like patch

2008-04-27 Thread Jean-Christian de Rivaz
applications. Last way is to find some application design rules that can take more advantage of the BF561 architecture. -- Jean-Christian de Rivaz ___ Uclinux-dist-devel mailing list Uclinux-dist-devel@blackfin.uclinux.org http://blackfin.uclinux.org

[Uclinux-dist-devel] sched_setaffinity and INTERNAL_SYSCALL

2008-05-06 Thread Jean-Christian de Rivaz
to bring the *_SYSCALL marcos to the Blackfin or having some advices to do that ? Regards, -- Jean-Christian de Rivaz ___ Uclinux-dist-devel mailing list Uclinux-dist-devel@blackfin.uclinux.org http://blackfin.uclinux.org/mailman/listinfo/uclinux-dist

Re: [Uclinux-dist-devel] sched_setaffinity and INTERNAL_SYSCALL

2008-05-07 Thread Jean-Christian de Rivaz
Mike Frysinger a écrit : On Tue, May 6, 2008 at 6:53 AM, Jean-Christian de Rivaz [EMAIL PROTECTED] wrote: After reading the source code libc/sysdeps/linux/common/sched_setaffinity.c I suppose that this line play a role: #ifdef INTERNAL_SYSCALL /* remove this when all archs has

Re: [Uclinux-dist-devel] sched_setaffinity and INTERNAL_SYSCALL

2008-05-07 Thread Jean-Christian de Rivaz
Mike Frysinger a écrit : On Wed, May 7, 2008 at 8:30 AM, Jean-Christian de Rivaz wrote: So far, I have a compilable uClibC that have the *_SYSCALL marcos. The patch is in attachment for review and comment. There is a few points that I am not confident with. There are all related to the err

Re: [Uclinux-dist-devel] bf561 / SMP-like patch

2008-05-08 Thread Jean-Christian de Rivaz
coherency. -- Jean-Christian de Rivaz ___ Uclinux-dist-devel mailing list Uclinux-dist-devel@blackfin.uclinux.org http://blackfin.uclinux.org/mailman/listinfo/uclinux-dist-devel

[Uclinux-dist-devel] [PATCH] ADV7183B video decoder

2008-06-19 Thread Jean-Christian de Rivaz
From: Jean-Christian de Rivaz [EMAIL PROTECTED] Support for the ADV7183B video decoder chip on the BF561-EZKIT board. Warning: some old BF561-EZKIT board have a ADV7183A chip that is not supported by this code. The Blackfin V4L driver use internally the bfin_*_PPI_* macros that was not available

Re: [Uclinux-dist-devel] [PATCH] ADV7183B video decoder

2008-06-20 Thread Jean-Christian de Rivaz
the ADV7183B_STRONG purpose. The author of this patch must be set to Taha Iali. Regards, -- Jean-Christian de Rivaz ___ Uclinux-dist-devel mailing list Uclinux-dist-devel@blackfin.uclinux.org http://blackfin.uclinux.org/mailman/listinfo/uclinux-dist-devel

[Uclinux-dist-devel] [PATCH] ADV7183B video decoder. Try 2

2008-06-23 Thread Jean-Christian de Rivaz
# define bfin_write_PPI_CONTROL(val) bfin_write(PPI_BASE + 0x0, val) # define bfin_write_PPI_DELAY(val) bfin_write(PPI_BASE + 0xc, val) ... #endif Fixed with a variation of your proposition. Regards, -- Jean-Christian de Rivaz diff --git a/drivers/media/video/blackfin/Kconfig b/drivers/media

Re: [Uclinux-dist-devel] [PATCH] ADV7183B video decoder. Try 3

2008-06-23 Thread Jean-Christian de Rivaz
Mike Frysinger a écrit : On Mon, Jun 23, 2008 at 10:26 AM, Jean-Christian de Rivaz wrote: Mike Frysinger a écrit : git version 1.4.4.4 (Debian Etch) don't have git-send-email. Use the diff in the patch tracker #4179, or the attached one (there are the same this time). pfft, gotta live

[Uclinux-dist-devel] Moving pthread task_info into L2 on BF561 SMP-like

2008-08-14 Thread Jean-Christian de Rivaz
we search a clean solution to make the phtread library acting differently on a BF561 SMP-like. Any idea would be very welcome. Regards, -- Jean-Christian de Rivaz ___ Uclinux-dist-devel mailing list Uclinux-dist-devel@blackfin.uclinux.org http

Re: [Uclinux-dist-devel] Please help to review SMP patch for trunk

2008-10-17 Thread Jean-Christian de Rivaz
the 'taskset' tool to start your application. Best Regards, -- Jean-Christian de Rivaz ___ Uclinux-dist-devel mailing list Uclinux-dist-devel@blackfin.uclinux.org http://blackfin.uclinux.org/mailman/listinfo/uclinux-dist-devel

Re: [Uclinux-dist-devel] make BFIN_DMA_5XX mandatory ?

2008-11-12 Thread Jean-Christian de Rivaz
Mike Frysinger a écrit : On Wed, Nov 12, 2008 at 04:34, Jean-Christian de Rivaz wrote: Mike Frysinger a écrit : is there a reason to allow BFIN_DMA_5XX to be turned off ? so much of our core code and drivers need it. after all, it provides things like dma_memcpy() ... i think we should

Re: [Uclinux-dist-devel] make BFIN_DMA_5XX mandatory ?

2008-11-12 Thread Jean-Christian de Rivaz
This was not the case some time ago. -- Jean-Christian de Rivaz ___ Uclinux-dist-devel mailing list Uclinux-dist-devel@blackfin.uclinux.org http://blackfin.uclinux.org/mailman/listinfo/uclinux-dist-devel

[Uclinux-dist-devel] Toolchain GIT repo broken ?

2009-03-01 Thread Jean-Christian de Rivaz
=readonly-mirrors/toolchain.git Initialized empty Git repository in /home/jcdr/try/prestocam/toolchain/.git/ warning: remote HEAD refers to nonexistent ref, unable to checkout. It's only on my side ? -- Jean-Christian de Rivaz ___ Uclinux-dist-devel mailing

Re: [Uclinux-dist-devel] Toolchain GIT repo broken ?

2009-03-02 Thread Jean-Christian de Rivaz
Mike Frysinger a écrit : On Mon, Mar 2, 2009 at 02:50, Jean-Christian de Rivaz wrote: I tryed today to update my toolchain archive but I faced this: please read the news: http://blackfin.uclinux.org/gf/project/uclinux-dist/news/?action=NewsThreadViewid=142 -mike Thanks for the info Mike

Re: [Uclinux-dist-devel] Toolchain GIT repo broken ?

2009-03-02 Thread Jean-Christian de Rivaz
Mike Frysinger a écrit : On Mon, Mar 2, 2009 at 03:10, Jean-Christian de Rivaz wrote: Thanks for the info Mike. But, as I wrote in the end of my mail, the git clone don't work anymore. Your procedure is probably ok for existing archive, but can't work to get a new one. you didnt use