Hi,
I'm starting to work with MPC8540 and u-boot. I'm looking for interrupt related code for MPC8540 PIC(programmable interrupt controler). All I can find in the u-boot source code is unimplement code and code for MCP8260. Does anyone know where I can find such code?
Thanks in advance for all your help!
Chau
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
The u-boot code does not use the interrupt controller to do any of its
work. Its all poll based for uart and ethernet. The Linux kernel side
uses the preexisting openpic code. (only change is that the registers
are now in big-endian)
- kumar
On Mar 3, 2004, at 9:36 PM, [off-list ref] wrote:
Hi,
I'm starting to work with MPC8540 and u-boot. I'm looking for
interrupt related code for MPC8540 PIC(programmable interrupt
controler). All I can find in the u-boot source code is unimplement
code and code for MCP8260. Does anyone know where I can find such
code?
Thanks in advance for all your help!
Chau
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/