1 Feb 2007 05:14
Re: Differentiate between two e500 core (in mult-core e500)
vinay hegde <thisismevinay <at> yahoo.co.in>
2007-02-01 04:14:56 GMT
2007-02-01 04:14:56 GMT
Hi Kumar, Thanks for the pointers. This POST will run from the bootcode. I looked into the block diagram for MPC8572, and it seems that apart from L1 caches other component are shared (foe ex, L2, table look-up unit, gigE, SDRAM). So, I was wondering whether we can do something like - run _all_ the POST from core 1 and run only L1 cache test from core 2. Actually I referred 'e500 core Family Ref Manual', but could not get answer to my below question. Thanks, Vinay. --- Kumar Gala <galak <at> kernel.crashing.org> wrote: > > On Jan 31, 2007, at 2:02 AM, vinay hegde wrote: > > > Hi, > > > > Actually, what I mean is, there are two > independent L1 > > caches (one in first e500 core and other in second > > e500 core) in mpc8572. Now, if I am running cache > > test(POST) on mpc8572, I must somehow make sure(Continue reading)
It seems I messed up the interrupt setup. At least I learned a few
things about the kernel and PCI as well...
But now that the CPU module does as its told I got the next problem:
Lack of documentation for the Prodrive MCCB-3 carrier board. Always
the same...
Sebastian
Am 01.02.2007 um 13:13 schrieb Dale Farnsworth:
> Hi Sebastian,
>
> Yes, the driver needs receive and transmit interrupts. However, the
> same irq number is used for PHY status change as well as for packet
> receive and transmit. I don't see how you could see PHY status change
> interrupts and not rx/tx interrupts. mv643xx_eth_int_handler() should
> be called for all ethernet-related interrupts*. Are you certain that
> you're not seeing rx and tx interrupts?
>
> * You may not see an interrupt on every packet because of the
> transmit irq coalescing mechanism and the use of NAPI on receive.
>
> Mark Greer and I are starting on arch/powerpc support for the mv64x60
> and ppmc280. We will submit it as when we have something useful.
> In the meantime, the arch/ppc code below may serve as a hint.
> (Just to be clear, I didn't write this code and don't mean to take
RSS Feed