Squidge
Certified Guru
Seems like someone needs to read my power consumption posts....
Squidge posted on Jul 12 2006 at 06:00 PM said:Seems like someone needs to read my power consumption posts....
BradN posted on Jul 12 2006 at 06:11 PM said:As for the memory clock rate, I'm pretty sure it runs at 1/2 of the CPU clock. If you had it running at 7MHz, performance would be abysmal.
dwelch posted on Jul 13 2006 at 10:34 PM said:Do you know if the 920 is the master of the interrupts? How are they shared between cores? Basically if I disable interrupts on one side, well I guess it would affect both there is only one intterupt mastk register, not two. Anyway, if I wanted to enable interrupts, would linuxes handler get in the way of anything I might want to do on the 940? Or does the 940 only get certain interrupts like the ones from the inter cpu communication registers?
David
BradN posted on Jul 14 2006 at 08:35 AM said:If I remember, I think hardware interrupts are only routed to the 920 - I'm not sure if this is configurable or not.
Squidge posted on Jul 14 2006 at 07:58 AM said:That was indeed the case until we found the 940 interrupt control registers (They are 'documented' in the 2.0 uboot). Basically identical to the 920 interrupt registers, but at a different address.
dwelch posted on Jul 14 2006 at 03:47 PM said:Squidge posted on Jul 14 2006 at 07:58 AM said:That was indeed the case until we found the 940 interrupt control registers (They are 'documented' in the 2.0 uboot). Basically identical to the 920 interrupt registers, but at a different address.
Ahhh, and thats exactly why I want to watch what registers the firmware manipulates when it boots up...
BradN posted on Jul 14 2006 at 07:15 PM said:Hmmm.... if interrupts can be used on the 940 now, does that mean various emulators could be updated to use raster interrupts controlled by the 940? I'm thinking something like having the emulator update a list of palette switches/etc in the upper 32MB, and the 940 updates them as the screen draws.