public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH 1/3] ppc4xx: Consolidate PPC4xx UIC defines
Date: Sat, 28 Jun 2008 14:02:47 +0200	[thread overview]
Message-ID: <200806281402.47411.sr@denx.de> (raw)

This patch is the first step to consolidate the UIC related defines in the
4xx headers. Move header from asm-ppc/ppc4xx-intvec.h to
asm-ppc/ppc4xx-uic.h as it will hold all UIC related defines in the next
steps.

Signed-off-by: Stefan Roese <sr@denx.de>
---
 board/amcc/sequoia/sequoia.c    |    3 +-
 cpu/ppc4xx/4xx_enet.c           |    1 -
 cpu/ppc4xx/4xx_uart.c           |    2 +-
 cpu/ppc4xx/interrupts.c         |    1 -
 cpu/ppc4xx/iop480_uart.c        |    1 -
 cpu/ppc4xx/usbdev.c             |    2 +-
 include/asm-ppc/ppc4xx-intvec.h |  474 ---------------------------------------
 include/asm-ppc/ppc4xx-uic.h    |  469 ++++++++++++++++++++++++++++++++++++++
 include/ppc4xx.h                |    1 +
 9 files changed, 473 insertions(+), 481 deletions(-)
 delete mode 100644 include/asm-ppc/ppc4xx-intvec.h
 create mode 100644 include/asm-ppc/ppc4xx-uic.h

Unfortunately this patch is too big for the (soft) list limit and Wolfgang
is on vacation. So this patch will not hit the list for another few days.
Because of this please find the patch at this location for review:

http://pastebin.com/m28342307

Best regards,
Stefan

             reply	other threads:[~2008-06-28 12:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-28 12:02 Stefan Roese [this message]
2008-06-30 16:11 ` [U-Boot-Users] [PATCH 1/3] ppc4xx: Consolidate PPC4xx UIC defines Scott Wood
2008-06-30 16:52   ` 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=200806281402.47411.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox