On Wed, 2005-04-06 at 10:37, Eugene Surovegin wrote: > On Wed, Apr 06, 2005 at 10:21:25AM -0700, Wade Farnsworth wrote: > > > > This patch adds support for the IBM/AMCC PPC440EP SoC and the Bamboo > > reference board. > > [snip] > > > + * Bamboo external IRQ triggering/polarity settings > > + */ > > +unsigned char ppc4xx_uic_ext_irq_cfg[] __initdata = { > > + (IRQ_SENSE_LEVEL | IRQ_POLARITY_NEGATIVE), /* IRQ0: Ethernet > > transceiver */ > > + (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* IRQ1: Expansion connector > > */ > > + (IRQ_SENSE_LEVEL | IRQ_POLARITY_NEGATIVE), /* IRQ2: PCI slot 0 */ > > + (IRQ_SENSE_LEVEL | IRQ_POLARITY_NEGATIVE), /* IRQ3: PCI slot 1 */ > > + (IRQ_SENSE_LEVEL | IRQ_POLARITY_NEGATIVE), /* IRQ4: PCI slot 2 */ > > + (IRQ_SENSE_LEVEL | IRQ_POLARITY_NEGATIVE), /* IRQ5: PCI slot 3 */ > > + (IRQ_SENSE_EDGE | IRQ_POLARITY_NEGATIVE), /* IRQ6: SMI pushbutton */ > > + (IRQ_SENSE_LEVEL | IRQ_POLARITY_NEGATIVE), /* IRQ7: EXT */ > > + (IRQ_SENSE_LEVEL | IRQ_POLARITY_NEGATIVE), /* IRQ8: EXT */ > > + (IRQ_SENSE_LEVEL | IRQ_POLARITY_NEGATIVE), /* IRQ9: EXT */ > > +}; > > You need to define ppc4xx_core_uic_cfg[] in ibm440ep.c for this thing > to work, otherwise it's ignored.
Thanks, Eugene. This patch includes that array. -Wade Signed-off by: Wade Farnsworth <wfarnsworth at mvista.com> -------------- next part -------------- A non-text attachment was scrubbed... Name: ibm440ep-ppc.patch Type: text/x-patch Size: 61725 bytes Desc: not available Url : http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20050406/410b528a/attachment.bin