Hi Alex, 

looks very much like my own port so far, but I decided not to post it here 
until its working :-). 

I got cmemk (needs some kernel backpatch to run as is) and dsplink 
(mainly a complete new makefile) working here. See previous posts. And I 
know that vpfe will crash badly as posted here because the default 
default IRQ for the vpfe irq level is 0, which seems to map to the ARM 
FIQ. At least you need to add the following patch as a quick hack: 

diff --git a/arch/arm/mach-davinci/irq.c b/arch/arm/mach-davinci/irq.c
old mode 100644
new mode 100755
index b614fd1..76b8aa5
--- a/arch/arm/mach-davinci/irq.c
+++ b/arch/arm/mach-davinci/irq.c
@@ -116,7 +116,7 @@ static struct irq_chip davinci_irq_chip_
 
 /* FIQ are pri 0-1; otherwise 2-7, with 7 lowest priority */
 static const u8 default_priorities[DAVINCI_N_AINTC_IRQ] __initdata = {
-       [IRQ_VDINT0]            = 0,    /* always fiq */
+       [IRQ_VDINT0]            = 2,    /* was 0, always fiq */
        [IRQ_VDINT1]            = 6,
        [IRQ_VDINT2]            = 6,
        [IRQ_HISTINT]           = 6,


Ciao, 

Peter 

On Thu, 21 Dec 2006, Alex Rier wrote:

> Hi,
> 
> Attached the VPFE DVEVM Video Capture Driver Preliminary Port.
> It compiles and loads fine.
> I couldn't test it yet because I have to port also CMEM and DSPLINKK
> Drivers.
> 
> Please, send me your remarks.
> 
> Regards,
> Alex Rier
> 
> 
> This mail passed through VIGILANT TECHNOLOGY Mail-SeCure.
> 
> ************************************************************************************
> This footnote confirms that this email message has been scanned by
> PineApp Mail-SeCure for the presence of malicious code, vandals & computer 
> viruses.
> ************************************************************************************


|       Peter Wippich                   Voice: +49 30 46776411          |
|       G&W Instruments GmbH            fax:   +49 30 46776419          |
|       Gustav-Meyer-Allee 25, Geb. 12  Email: [EMAIL PROTECTED]   |
|       D-13355 Berlin  / Germany                                       |

_______________________________________________
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to