* Clock interrupt simulation on sde-gdb
@ 2004-01-27 12:49 navin
2004-01-27 13:47 ` Chris Dearman
0 siblings, 1 reply; 10+ messages in thread
From: navin @ 2004-01-27 12:49 UTC (permalink / raw)
To: linux-mips; +Cc: navgrex
Hi,
I am new to MIPS. So please don't mind if this is a trivial question.
I am trying to run microC/OS-II over MIPS 4KE. At this point of time,
as there is no hardware available. I am trying to test my code using
sde-gdb simulator.
For proper task scheduling, etc, microC/OS-II needs to get periodic
interrupt from MIPS. I understand the possible implementation of such
facility in MIPS (i.e. using Count and Compare registers of CP0).
On trying to test microC/OS-II, I find that HW5 interrupt is not getting
generated. I verified by dumping value of a global variable which would
get updated in the timer expiry function. As a result task scheduling is
not happening.
As such my bootup code seems to be configuring thigs (Count, Compare, and
Status registers) properly. Is it that such timer interrupt CAN'T BE
SIMULATED on sde-gdb? I have tried trace32 simulator software
(demo version) also.
Any help will be highly appreciated,
Regards,
Navin
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Clock interrupt simulation on sde-gdb
2004-01-27 12:49 Clock interrupt simulation on sde-gdb navin
@ 2004-01-27 13:47 ` Chris Dearman
2004-01-27 14:45 ` Marvell MV64340 documentation Pavel Kiryukhin
0 siblings, 1 reply; 10+ messages in thread
From: Chris Dearman @ 2004-01-27 13:47 UTC (permalink / raw)
To: navin; +Cc: linux-mips
navin wrote:
> As such my bootup code seems to be configuring thigs (Count, Compare, and
> Status registers) properly. Is it that such timer interrupt CAN'T BE
> SIMULATED on sde-gdb? I have tried trace32 simulator software
The simulator built into sde-gdb does not support exceptions.
sde-gdb can connect to MIPSsim which is a full ISS. If you're interested
in trying this, drop me a line and I will get someone to contact you.
Regards
Chris
--
Chris Dearman The Fruit Farm, Ely Road voice +44 1223 706206
MIPS Technologies (UK) Chittering, Cambs, CB5 9PH fax +44 1223 706250
^ permalink raw reply [flat|nested] 10+ messages in thread
* Marvell MV64340 documentation.
2004-01-27 13:47 ` Chris Dearman
@ 2004-01-27 14:45 ` Pavel Kiryukhin
2004-01-27 15:25 ` Ralf Baechle
0 siblings, 1 reply; 10+ messages in thread
From: Pavel Kiryukhin @ 2004-01-27 14:45 UTC (permalink / raw)
To: linux-mips; +Cc: Pavel Kiryukhin
Hi all,
is there any available documentation on Marvell MV64340 system controller?
Any links will be appreciated!
===============
Regards,
Pavel Kiryukhin,
RTSoft
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Marvell MV64340 documentation.
2004-01-27 14:45 ` Marvell MV64340 documentation Pavel Kiryukhin
@ 2004-01-27 15:25 ` Ralf Baechle
2004-01-27 18:12 ` Matthew Dharm
0 siblings, 1 reply; 10+ messages in thread
From: Ralf Baechle @ 2004-01-27 15:25 UTC (permalink / raw)
To: Pavel Kiryukhin; +Cc: linux-mips
On Tue, Jan 27, 2004 at 05:45:32PM +0300, Pavel Kiryukhin wrote:
> Date: Tue, 27 Jan 2004 17:45:32 +0300
> Hi all,
> is there any available documentation on Marvell MV64340 system controller?
> Any links will be appreciated!
Marvell wants a NDA for documentation.
Ralf
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Marvell MV64340 documentation.
2004-01-27 15:25 ` Ralf Baechle
@ 2004-01-27 18:12 ` Matthew Dharm
0 siblings, 0 replies; 10+ messages in thread
From: Matthew Dharm @ 2004-01-27 18:12 UTC (permalink / raw)
To: Ralf Baechle; +Cc: Pavel Kiryukhin, linux-mips
On Tue, Jan 27, 2004 at 04:25:33PM +0100, Ralf Baechle wrote:
> On Tue, Jan 27, 2004 at 05:45:32PM +0300, Pavel Kiryukhin wrote:
> > Date: Tue, 27 Jan 2004 17:45:32 +0300
>
> > Hi all,
> > is there any available documentation on Marvell MV64340 system controller?
> > Any links will be appreciated!
>
> Marvell wants a NDA for documentation.
We have a full set of documentation. If your question is general we can
try to answer it for you.
Matt
--
Matthew Dharm Work: mdharm@momenco.com
Senior Software Designer, Momentum Computer
^ permalink raw reply [flat|nested] 10+ messages in thread
* Marvell MV64340 documentation
@ 2004-01-27 18:44 Sergey Podstavin
2004-01-27 19:39 ` Matthew Dharm
0 siblings, 1 reply; 10+ messages in thread
From: Sergey Podstavin @ 2004-01-27 18:44 UTC (permalink / raw)
To: Matthew Dharm; +Cc: Pavel Kiryukhin, linux-mips@linux-mips.org
Hello Matthew!
Could you write me what do bits mean in the interrupt cause registers
for MV64340 Ethernet? I need to handle them in the interrupt handler for
the Gigabit Ethernet in the driver.
Best wishes,
Sergey Podstavin,
software engineer.
^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: Marvell MV64340 documentation
2004-01-27 18:44 Sergey Podstavin
@ 2004-01-27 19:39 ` Matthew Dharm
2004-01-27 19:39 ` Matthew Dharm
` (2 more replies)
0 siblings, 3 replies; 10+ messages in thread
From: Matthew Dharm @ 2004-01-27 19:39 UTC (permalink / raw)
To: podstavin; +Cc: 'Pavel Kiryukhin', linux-mips
I can't really answer something that specific without violating the NDA.
Sorry.
Matt
--
Matthew D. Dharm Senior Software Designer
Momentum Computer Inc. 1815 Aston Ave. Suite 107
(760) 431-8663 X-115 Carlsbad, CA 92008-7310
Momentum Works For You www.momenco.com
> -----Original Message-----
> From: linux-mips-bounce@linux-mips.org
> [mailto:linux-mips-bounce@linux-mips.org] On Behalf Of Sergey
> Podstavin
> Sent: Tuesday, January 27, 2004 10:45 AM
> To: Matthew Dharm
> Cc: Pavel Kiryukhin; linux-mips@linux-mips.org
> Subject: Marvell MV64340 documentation
>
>
> Hello Matthew!
>
> Could you write me what do bits mean in the interrupt cause
> registers for MV64340 Ethernet? I need to handle them in the
> interrupt handler for the Gigabit Ethernet in the driver.
>
> Best wishes,
> Sergey Podstavin,
> software engineer.
>
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: Marvell MV64340 documentation
2004-01-27 19:39 ` Matthew Dharm
@ 2004-01-27 19:39 ` Matthew Dharm
2004-01-27 19:44 ` Sergey Podstavin
2004-01-28 13:57 ` Ralf Baechle
2 siblings, 0 replies; 10+ messages in thread
From: Matthew Dharm @ 2004-01-27 19:39 UTC (permalink / raw)
To: podstavin; +Cc: 'Pavel Kiryukhin', linux-mips
I can't really answer something that specific without violating the NDA.
Sorry.
Matt
--
Matthew D. Dharm Senior Software Designer
Momentum Computer Inc. 1815 Aston Ave. Suite 107
(760) 431-8663 X-115 Carlsbad, CA 92008-7310
Momentum Works For You www.momenco.com
> -----Original Message-----
> From: linux-mips-bounce@linux-mips.org
> [mailto:linux-mips-bounce@linux-mips.org] On Behalf Of Sergey
> Podstavin
> Sent: Tuesday, January 27, 2004 10:45 AM
> To: Matthew Dharm
> Cc: Pavel Kiryukhin; linux-mips@linux-mips.org
> Subject: Marvell MV64340 documentation
>
>
> Hello Matthew!
>
> Could you write me what do bits mean in the interrupt cause
> registers for MV64340 Ethernet? I need to handle them in the
> interrupt handler for the Gigabit Ethernet in the driver.
>
> Best wishes,
> Sergey Podstavin,
> software engineer.
>
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: Marvell MV64340 documentation
2004-01-27 19:39 ` Matthew Dharm
2004-01-27 19:39 ` Matthew Dharm
@ 2004-01-27 19:44 ` Sergey Podstavin
2004-01-28 13:57 ` Ralf Baechle
2 siblings, 0 replies; 10+ messages in thread
From: Sergey Podstavin @ 2004-01-27 19:44 UTC (permalink / raw)
To: Matthew Dharm; +Cc: 'Pavel Kiryukhin', linux-mips@linux-mips.org
It's OK, don't worry.
Sergey.
On Tue, 2004-01-27 at 22:39, Matthew Dharm wrote:
> I can't really answer something that specific without violating the NDA.
> Sorry.
>
> Matt
>
> --
> Matthew D. Dharm Senior Software Designer
> Momentum Computer Inc. 1815 Aston Ave. Suite 107
> (760) 431-8663 X-115 Carlsbad, CA 92008-7310
> Momentum Works For You www.momenco.com
>
>
> > -----Original Message-----
> > From: linux-mips-bounce@linux-mips.org
> > [mailto:linux-mips-bounce@linux-mips.org] On Behalf Of Sergey
> > Podstavin
> > Sent: Tuesday, January 27, 2004 10:45 AM
> > To: Matthew Dharm
> > Cc: Pavel Kiryukhin; linux-mips@linux-mips.org
> > Subject: Marvell MV64340 documentation
> >
> >
> > Hello Matthew!
> >
> > Could you write me what do bits mean in the interrupt cause
> > registers for MV64340 Ethernet? I need to handle them in the
> > interrupt handler for the Gigabit Ethernet in the driver.
> >
> > Best wishes,
> > Sergey Podstavin,
> > software engineer.
> >
> >
>
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Marvell MV64340 documentation
2004-01-27 19:39 ` Matthew Dharm
2004-01-27 19:39 ` Matthew Dharm
2004-01-27 19:44 ` Sergey Podstavin
@ 2004-01-28 13:57 ` Ralf Baechle
2 siblings, 0 replies; 10+ messages in thread
From: Ralf Baechle @ 2004-01-28 13:57 UTC (permalink / raw)
To: Matthew Dharm; +Cc: podstavin, 'Pavel Kiryukhin', linux-mips
On Tue, Jan 27, 2004 at 11:39:34AM -0800, Matthew Dharm wrote:
> > Could you write me what do bits mean in the interrupt cause
> > registers for MV64340 Ethernet? I need to handle them in the
> > interrupt handler for the Gigabit Ethernet in the driver.
> I can't really answer something that specific without violating the NDA.
The quality of support in free software tends to be proportional to the
availability of documentation. Their score definately isn't Marvellous
here ;-)
Ralf
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2004-01-28 13:57 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-27 12:49 Clock interrupt simulation on sde-gdb navin
2004-01-27 13:47 ` Chris Dearman
2004-01-27 14:45 ` Marvell MV64340 documentation Pavel Kiryukhin
2004-01-27 15:25 ` Ralf Baechle
2004-01-27 18:12 ` Matthew Dharm
-- strict thread matches above, loose matches on Subject: below --
2004-01-27 18:44 Sergey Podstavin
2004-01-27 19:39 ` Matthew Dharm
2004-01-27 19:39 ` Matthew Dharm
2004-01-27 19:44 ` Sergey Podstavin
2004-01-28 13:57 ` Ralf Baechle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox