mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Renaud Barbier <renaud.barbier@ge.com>
To: barebox@lists.infradead.org
Subject: [PATCH 0/6] GEIP DA923RC board support
Date: Tue, 29 Oct 2013 11:24:28 +0000	[thread overview]
Message-ID: <1383045874-7641-1-git-send-email-renaud.barbier@ge.com> (raw)

This patch set adds support for the GEIP DA923RC board.
It extends SOC support to the MPC8544 and enables the
DDR driver. The gianfar driver support is updated
so that the board MAC address can be passed to the driver.

Renaud Barbier (6):
  ppc: mpc85xx: mpc8544 support
  ppc: mpc85xx: define Ethernet port count
  drivers: gianfar: MAC address
  ppc: mpc85xx: enable DDR driver
  ppc: DA923RC: add board support
  ppc: mpc85xx: build directives

 arch/ppc/Makefile                                  |   1 +
 arch/ppc/boards/geip-da923rc/Makefile              |   7 +
 arch/ppc/boards/geip-da923rc/barebox.lds.S         | 159 ++++++++++++
 arch/ppc/boards/geip-da923rc/config.h              |  49 ++++
 arch/ppc/boards/geip-da923rc/da923rc.c             | 286 +++++++++++++++++++++
 arch/ppc/boards/geip-da923rc/ddr.c                 | 110 ++++++++
 arch/ppc/boards/geip-da923rc/env/bin/init          |   4 +
 arch/ppc/boards/geip-da923rc/env/config            |   4 +
 arch/ppc/boards/geip-da923rc/law.c                 |  24 ++
 arch/ppc/boards/geip-da923rc/nand.c                |  93 +++++++
 arch/ppc/boards/geip-da923rc/product_data.c        |  64 +++++
 arch/ppc/boards/geip-da923rc/product_data.h        |  56 ++++
 arch/ppc/boards/geip-da923rc/tlb.c                 |  69 +++++
 arch/ppc/configs/da923rc_defconfig                 |  58 +++++
 arch/ppc/ddr-8xxx/Makefile                         |   2 +
 arch/ppc/include/asm/fsl_lbc.h                     |  12 +
 arch/ppc/include/asm/processor.h                   |   2 +
 arch/ppc/mach-mpc85xx/Kconfig                      |  32 ++-
 arch/ppc/mach-mpc85xx/Makefile                     |   2 +
 arch/ppc/mach-mpc85xx/cpu.c                        |   6 +-
 arch/ppc/mach-mpc85xx/cpuid.c                      |   2 +
 arch/ppc/mach-mpc85xx/eth-devices.c                |   2 +-
 arch/ppc/mach-mpc85xx/include/mach/clock.h         |   1 +
 .../ppc/mach-mpc85xx/include/mach/config_mpc85xx.h |   7 +
 arch/ppc/mach-mpc85xx/include/mach/gianfar.h       |   2 +
 arch/ppc/mach-mpc85xx/include/mach/immap_85xx.h    |  23 ++
 arch/ppc/mach-mpc85xx/speed.c                      |  18 ++
 drivers/net/gianfar.c                              |  10 +-
 drivers/net/gianfar.h                              |   2 +
 29 files changed, 1096 insertions(+), 11 deletions(-)
 create mode 100644 arch/ppc/boards/geip-da923rc/Makefile
 create mode 100644 arch/ppc/boards/geip-da923rc/barebox.lds.S
 create mode 100644 arch/ppc/boards/geip-da923rc/config.h
 create mode 100644 arch/ppc/boards/geip-da923rc/da923rc.c
 create mode 100644 arch/ppc/boards/geip-da923rc/ddr.c
 create mode 100644 arch/ppc/boards/geip-da923rc/env/bin/init
 create mode 100644 arch/ppc/boards/geip-da923rc/env/config
 create mode 100644 arch/ppc/boards/geip-da923rc/law.c
 create mode 100644 arch/ppc/boards/geip-da923rc/nand.c
 create mode 100644 arch/ppc/boards/geip-da923rc/product_data.c
 create mode 100644 arch/ppc/boards/geip-da923rc/product_data.h
 create mode 100644 arch/ppc/boards/geip-da923rc/tlb.c
 create mode 100644 arch/ppc/configs/da923rc_defconfig
 create mode 100644 arch/ppc/ddr-8xxx/Makefile

--
1.8.3.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

             reply	other threads:[~2013-10-29 11:25 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-29 11:24 Renaud Barbier [this message]
2013-10-29 11:24 ` [PATCH 1/6] ppc: mpc85xx: mpc8544 support Renaud Barbier
2013-10-29 11:24 ` [PATCH 2/6] ppc: mpc85xx: define Ethernet port count Renaud Barbier
2013-10-29 11:24 ` [PATCH 3/6] drivers: gianfar: MAC address Renaud Barbier
2013-10-29 13:15   ` Jean-Christophe PLAGNIOL-VILLARD
2013-10-29 11:24 ` [PATCH 4/6] ppc: mpc85xx: enable DDR driver Renaud Barbier
2013-10-29 11:24 ` [PATCH 5/6] ppc: DA923RC: add board support Renaud Barbier
2013-10-29 11:24 ` [PATCH 6/6] ppc: mpc85xx: build directives Renaud Barbier

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=1383045874-7641-1-git-send-email-renaud.barbier@ge.com \
    --to=renaud.barbier@ge.com \
    --cc=barebox@lists.infradead.org \
    /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