All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH 08/15 v2] ppc4xx: Add basic support for AMCC 460EX/460GT (4/5)
Date: Thu, 13 Mar 2008 07:58:07 +0100	[thread overview]
Message-ID: <200803130758.08097.sr@denx.de> (raw)
In-Reply-To: <20080312231527.GL18968@game.jcrosoft.org>

On Thursday 13 March 2008, Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 17:15 Tue 11 Mar     , Stefan Roese wrote:
> > This patch adds basic support for the AMCC 460EX/460GT PPC's.
> >
> > Signed-off-by: Stefan Roese <sr@denx.de>
> > -#define UIC_UIC1C		0x00000001      /* */
> > +#define UICB0_UIC2NCI		0x00000008      /* */
> > +#define UICB0_UIC2CI		0x00000004      /* */
> > +#define UICB0_UIC1NCI		0x00000002      /* */
> > +#define UICB0_UIC1CI		0x00000001      /* */
> > +
> > +#define UICB0_ALL		(UICB0_UIC1CI | UICB0_UIC1NCI | \
> > +				 UICB0_UIC1CI | UICB0_UIC2NCI)
> >
> >  #define UIC_MAL_TXEOB 		UIC_MTE/* MAL TXEOB                          */
>
>                         ^
>
> >  #define UIC_MAL_RXEOB 		UIC_MRE/* MAL RXEOB                          */
>
>                         ^
> Could you remove the whitespace btw

This is not part of the original patch. I'll try to come up with an additional 
patch to fix this.

Best regards,
Stefan

=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

  reply	other threads:[~2008-03-13  6:58 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-11 16:15 [U-Boot-Users] [PATCH 01/15 v2] rtc: Add M41T62 support Stefan Roese
2008-03-11 16:15 ` [U-Boot-Users] [PATCH 02/15 v2] ppc4xx: miiphy.c reworked Stefan Roese
2008-03-11 16:15 ` [U-Boot-Users] [PATCH 03/15 v2] ppc4xx: program_tlb now uses 64bit physical addess Stefan Roese
2008-03-11 16:15 ` [U-Boot-Users] [PATCH 04/15 v2] ppc4xx: interrupt.c reworked Stefan Roese
2008-03-11 16:15 ` [U-Boot-Users] [PATCH 05/15 v2] ppc4xx: Add basic support for AMCC 460EX/460GT (1/5) Stefan Roese
2008-03-11 16:15 ` [U-Boot-Users] [PATCH 06/15 v2] ppc4xx: Add basic support for AMCC 460EX/460GT (2/5) Stefan Roese
2008-03-11 16:15 ` [U-Boot-Users] [PATCH 07/15 v2] ppc4xx: Add basic support for AMCC 460EX/460GT (3/5) Stefan Roese
2008-03-12 23:17   ` Jean-Christophe PLAGNIOL-VILLARD
2008-03-13  6:56     ` Stefan Roese
2008-03-11 16:15 ` [U-Boot-Users] [PATCH 08/15 v2] ppc4xx: Add basic support for AMCC 460EX/460GT (4/5) Stefan Roese
2008-03-12 23:15   ` Jean-Christophe PLAGNIOL-VILLARD
2008-03-13  6:58     ` Stefan Roese [this message]
2008-03-11 16:15 ` [U-Boot-Users] [PATCH 09/15 v2] ppc4xx: Add basic support for AMCC 460EX/460GT (5/5) Stefan Roese
2008-03-11 16:15 ` [U-Boot-Users] [PATCH 10/15 v2] ppc4xx: Add AMCC Canyonlands support (460EX) (1/3) Stefan Roese
2008-03-12 23:13   ` Jean-Christophe PLAGNIOL-VILLARD
2008-03-13  7:41     ` Stefan Roese
2008-03-11 16:15 ` [U-Boot-Users] [PATCH 11/15 v2] ppc4xx: Add AMCC Canyonlands support (460EX) (2/3) Stefan Roese
2008-03-12 23:10   ` Jean-Christophe PLAGNIOL-VILLARD
2008-03-13  7:08     ` Stefan Roese
2008-03-11 16:15 ` [U-Boot-Users] [PATCH 12/15 v2] ppc4xx: Add AMCC Canyonlands support (460EX) (3/3) Stefan Roese
2008-03-11 16:15 ` [U-Boot-Users] [PATCH 13/15 v2] ppc4xx: Add Canyonlands NAND booting support Stefan Roese
2008-03-12 23:07   ` Jean-Christophe PLAGNIOL-VILLARD
2008-03-13  0:07     ` Wolfgang Denk
2008-03-13  6:32       ` Jean-Christophe PLAGNIOL-VILLARD
2008-03-13  7:19         ` Stefan Roese
2008-03-11 16:15 ` [U-Boot-Users] [PATCH 14/15 v2] usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver Stefan Roese
2008-03-11 16:15 ` [U-Boot-Users] [PATCH 15/15 v2] ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board Stefan Roese

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=200803130758.08097.sr@denx.de \
    --to=sr@denx.de \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.