Re: kernel 2.6.19 porting

2007-08-18 Thread Xu Yang
Hi Willy , thanks for your reply. I am sure that my timer is working( TIMER0_1), because I checked the register , it was counting , and the interrupt flag register also gives out interrupts periodicly. the problem is that it seems that the program just toggles here: interrupt rountines, gic_ack()

Re: kernel 2.6.19 porting

2007-08-18 Thread Xu Yang
Ok I will try that. thanks :) 2007/8/18, Stefan Richter <[EMAIL PROTECTED]>: > Willy Tarreau wrote: > > On Fri, Aug 17, 2007 at 06:24:17PM +0200, Xu Yang wrote: > >> I have built up a software virtual prototype system with ARM11MPCORE. > >> my system is similar with realview_eb_mpcore. but my sys

Re: kernel 2.6.19 porting

2007-08-18 Thread Stefan Richter
Willy Tarreau wrote: > On Fri, Aug 17, 2007 at 06:24:17PM +0200, Xu Yang wrote: >> I have built up a software virtual prototype system with ARM11MPCORE. >> my system is similar with realview_eb_mpcore. but my system is >> simpler, which has only a mpcore , uart0, console,timer0_1, and >> memorys. >

Re: kernel 2.6.19 porting

2007-08-17 Thread Willy Tarreau
On Fri, Aug 17, 2007 at 06:24:17PM +0200, Xu Yang wrote: > Hi everyone, > > I have built up a software virtual prototype system with ARM11MPCORE. > my system is similar with realview_eb_mpcore. but my system is > simpler, which has only a mpcore , uart0, console,timer0_1, and > memorys. > > I wan

kernel 2.6.19 porting

2007-08-17 Thread Xu Yang
Hi everyone, I have built up a software virtual prototype system with ARM11MPCORE. my system is similar with realview_eb_mpcore. but my system is simpler, which has only a mpcore , uart0, console,timer0_1, and memorys. I want to run kernel 2.6.19 on it. I have done some modification, and now I ca