Re: [Xenomai-core] Problem booting xenomai r662 on PowerPc

2006-03-07 Thread Philippe Gerum
Niklaus Giger wrote: Hi After a couple of month I try to recompile xenomai and now neither my Powerbook nor my PPC405 build start up. I accepted all default values which showed up done in a make oldconfig (e.g. All I get is: ## Transferring control to Linux (at address ) ... id

AW: [Xenomai-core] Fundamental Questions

2006-03-07 Thread Roderik_Wildenburg
Dear Jan, thank you for taking time to answer my questions and sorry for the delayed response, but I have been busy with some other work. Please find my follow-up questions inserted in the text. 1.) Essentially the question deals with the problem, how long a Xenomai task in secondary

[Xenomai-core] prepare-kernel.sh patch to factorize generated patches

2006-03-07 Thread Romain Lenglet
Hi, I have added two new command-line options to prepare-kernel.sh to filter the changes to record in the generated patch files. The patch to prepare-kernel.sh is attached. I have observed that most of the changes (95% in size) are not specific to the kernel version or the architecture, so it

Re: [Xenomai-core] [RFC, Experimental Patch] nested irq disable calls

2006-03-07 Thread Dmitry Adamushko
BEFORE static void openpic_end_irq(unsigned int irq_nr) { if (!(irq_desc[irq_nr].status (IRQ_DISABLED|IRQ_INPROGRESS)) irq_desc[irq_nr].action) openpic_enable_irq(irq_nr); } AFTER static void openpic_end_irq(unsigned int irq_nr) { if (!ipipe_root_domain_p()

Re: [Xenomai-core] v2.1-rc4 RTDM bug

2006-03-07 Thread Hannes Mayer
Jan Kiszka wrote: Hannes Mayer wrote: Hannes Mayer wrote: Ciao Jan! It doesn't seem to make a difference if one uses RTDM_IRQ_NONE or RTDM_IRQ_HANDLED. With RTDM_IRQ_NONE the IRQ should be passed to linux, right ? But it doesn't seem to happen - this brought up the top problem I've posted a

[Xenomai-core] Re: [Xenomai-help] Xenomai v2.1-rc4

2006-03-07 Thread Hannes Mayer
Romain Lenglet wrote: During prepare-kernel.sh I noticed that Adeos/i386 1. (newgen) installed. Links installed. Build system ready. is not printed anymore. Bug or feature ? Feature. --verbose brings this message back, IIRC. I guess that's needed for automated Debian packaging stuff