public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Michael Schwingen <michael@schwingen.org>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] U-Boot v1.3.2-rc2 released
Date: Wed, 27 Feb 2008 15:12:50 +0100	[thread overview]
Message-ID: <20080227141250.GA5706@discworld.dascon.de> (raw)
In-Reply-To: <20080224230224.GA18734@game.jcrosoft.org>

On Mon, Feb 25, 2008 at 12:02:24AM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote:
> > actux1:
> > 	actux1.c: In function 'checkboard':
> > 	actux1.c:92: warning: unused variable 'revision'
> Fixed
> > -----------------
> > actux2:
> > 	actux2.c: In function 'checkboard':
> > 	actux2.c:100: warning: unused variable 's'
> > 	actux2.c:99: warning: unused variable 'revision'
> > 	actux2.c: In function 'reset_phy':
> > 	actux2.c:130: warning: unused variable 'i'
> Fixed
> > -----------------
> > actux3:
> > 	actux3.c: In function 'checkboard':
> > 	actux3.c:114: warning: unused variable 'revision'
> Fixed

Thanks!

The warning in actux4.c is more interesting: it looks like IXP42x
GPIO_INT_ACT_LOW_SET can't handle interrupt lines above GPIO8 at all - these
are set in IXP425_GPIO_GPIT2R instead of IXP425_GPIO_GPIT1R. For a quick
fix, removing the set for the interrupt line should be OK, since the board
does not use PCI in u-boot (yet):


Signed-off-by: Michael Schwingen <michael@schwingen.org>

diff --git a/board/actux4/actux4.c b/board/actux4/actux4.c
index 84037fa..260b6f7 100644
--- a/board/actux4/actux4.c
+++ b/board/actux4/actux4.c
@@ -80,7 +80,6 @@ int board_init (void)
        GPIO_INT_ACT_LOW_SET (CFG_GPIO_USBINTB);
        GPIO_INT_ACT_LOW_SET (CFG_GPIO_USBINTC);
        GPIO_INT_ACT_LOW_SET (CFG_GPIO_RTCINT);
-       GPIO_INT_ACT_LOW_SET (CFG_GPIO_PCI_INTA);
        GPIO_INT_ACT_LOW_SET (CFG_GPIO_PCI_INTB);
 
        /* Setup GPIO's for 33MHz clock output */

For the next release, GPIO_INT_ACT_LOW_SET should be fixed, but I don't yet
know how exactly - my attempts to switch between IXP425_GPIO_GPIT1R and
IXP425_GPIO_GPIT2R in the macro caused warnings in *all* cases.

cu
Michael

  reply	other threads:[~2008-02-27 14:12 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-24 15:24 [U-Boot-Users] U-Boot v1.3.2-rc2 released Wolfgang Denk
2008-02-24 18:31 ` Andy Fleming
2008-02-24 18:51   ` Wolfgang Denk
2008-02-24 23:02 ` Jean-Christophe PLAGNIOL-VILLARD
2008-02-27 14:12   ` Michael Schwingen [this message]
2008-02-27 14:15     ` Jean-Christophe PLAGNIOL-VILLARD
2008-02-27 14:33       ` Jean-Christophe PLAGNIOL-VILLARD
2008-02-25 20:58 ` Jon Loeliger
2008-03-02 20:41   ` Wolfgang Denk
2008-02-29 20:16 ` Michael Schwingen
2008-02-29 22:46   ` Ben Warren
2008-03-02 22:04 ` [U-Boot-Users] U-Boot v1.3.2-rc3 released Wolfgang Denk

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=20080227141250.GA5706@discworld.dascon.de \
    --to=michael@schwingen.org \
    --cc=u-boot@lists.denx.de \
    /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