* [U-Boot-Users] Interrupt initialization for ppc440
@ 2005-07-22 22:04 Shawn Jin
2005-07-23 0:05 ` Stefan Roese
0 siblings, 1 reply; 3+ messages in thread
From: Shawn Jin @ 2005-07-22 22:04 UTC (permalink / raw)
To: u-boot
Hi,
IIRC, Interrupt usually doesn't have to be enabled on U-Boot. When
looking into ppc440 code cpu/ppc4xx/interrupts.c, I noticed that
uic0/1/2 are actually enabled for ppc440 targets. Is there any 440
chips using interrupts on U-Boot?
Thanks,
-Shawn.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot-Users] Interrupt initialization for ppc440
2005-07-22 22:04 [U-Boot-Users] Interrupt initialization for ppc440 Shawn Jin
@ 2005-07-23 0:05 ` Stefan Roese
2005-07-23 3:18 ` Shawn Jin
0 siblings, 1 reply; 3+ messages in thread
From: Stefan Roese @ 2005-07-23 0:05 UTC (permalink / raw)
To: u-boot
Hi Shawn,
> IIRC, Interrupt usually doesn't have to be enabled on U-Boot. When
> looking into ppc440 code cpu/ppc4xx/interrupts.c, I noticed that
> uic0/1/2 are actually enabled for ppc440 targets. Is there any 440
> chips using interrupts on U-Boot?
Yes. All PPC4xx chips (405 and 440) use interrupts for the ethernet drivers.
Try looking for "irq_install_handler" to see, where interrupts are used.
Best regards,
Stefan
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot-Users] Interrupt initialization for ppc440
2005-07-23 0:05 ` Stefan Roese
@ 2005-07-23 3:18 ` Shawn Jin
0 siblings, 0 replies; 3+ messages in thread
From: Shawn Jin @ 2005-07-23 3:18 UTC (permalink / raw)
To: u-boot
> Yes. All PPC4xx chips (405 and 440) use interrupts for the ethernet drivers.
> Try looking for "irq_install_handler" to see, where interrupts are used.
Thanks. I found that too. Just needed more patience.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-07-23 3:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-22 22:04 [U-Boot-Users] Interrupt initialization for ppc440 Shawn Jin
2005-07-23 0:05 ` Stefan Roese
2005-07-23 3:18 ` Shawn Jin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox