From: Eugene Surovegin <ebs@ebshome.net>
To: Wade Farnsworth <wfarnsworth@mvista.com>
Cc: linuxppc-embedded <linuxppc-embedded@ozlabs.org>
Subject: Re: [PATCH 1/3] PPC440EP SoC and Bamboo board support
Date: Wed, 6 Apr 2005 10:37:16 -0700 [thread overview]
Message-ID: <20050406173716.GB18166@gate.ebshome.net> (raw)
In-Reply-To: <1112808085.24527.296.camel@rhino.az.mvista.com>
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.
--
Eugene
next prev parent reply other threads:[~2005-04-06 17:37 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-06 17:21 [PATCH 1/3] PPC440EP SoC and Bamboo board support Wade Farnsworth
2005-04-06 17:31 ` [PATCH 1/3] PPC440EP: IBM EMAC support for the Bamboo board Wade Farnsworth
2005-04-06 17:33 ` [PATCH 3/3] PPC440EP: MTD support for the Bamboo Board Wade Farnsworth
2005-04-07 0:58 ` Josh Boyer
2005-04-07 16:05 ` Wade Farnsworth
2005-04-08 1:59 ` Josh Boyer
2005-04-06 17:34 ` [PATCH 2/3] PPC440EP: IBM EMAC support for the Bamboo board Wade Farnsworth
2005-04-11 13:17 ` [PATCH 1/3] " Gerhard Jaeger
2005-04-06 17:37 ` Eugene Surovegin [this message]
2005-04-06 20:46 ` [PATCH 1/3] PPC440EP SoC and Bamboo board support Wade Farnsworth
-- strict thread matches above, loose matches on Subject: below --
2005-07-26 15:57 Wade Farnsworth
2005-03-15 17:17 Wade Farnsworth
2005-03-15 18:41 ` Eugene Surovegin
2005-03-15 19:08 ` Wade Farnsworth
2005-03-15 20:58 ` Jason McMullan
2005-03-15 21:38 ` Wade Farnsworth
2005-03-16 1:43 ` Josh Boyer
2005-03-16 16:09 ` Wade Farnsworth
2005-03-16 17:26 ` Jason McMullan
2005-03-16 18:04 ` Wade Farnsworth
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050406173716.GB18166@gate.ebshome.net \
--to=ebs@ebshome.net \
--cc=linuxppc-embedded@ozlabs.org \
--cc=wfarnsworth@mvista.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).