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/4] Freescale P1010RDB board support
Date: Fri, 25 Jul 2014 16:28:52 +0100	[thread overview]
Message-ID: <1406302136-26747-1-git-send-email-renaud.barbier@ge.com> (raw)

This patch set adds support for the Freescale P1010RDB board.
The first patch 1/4 is a resend and fix an issue that prevented
the P1010 from booting. It has also been tested for regression
on other platforms. The remaining patches adds limited
SOC support for the P1010 platform with driver enabled for
the NOR storage device, serial, I2C and Ethernet port.

Renaud Barbier (4):
  ppc: 85xx: CCSRBAR mapping moved to start-up code.
  ppc: Freescale P1010 headers
  ppc: Freescale P1010 SoC support
  ppc: minimal Freescale P1010RDB board support

 arch/ppc/Makefile                                  |   1 +
 arch/ppc/boards/freescale-p1010rdb/Makefile        |   4 +
 arch/ppc/boards/freescale-p1010rdb/config.h        |  58 +++++
 arch/ppc/boards/freescale-p1010rdb/ddr.c           |  60 +++++
 arch/ppc/boards/freescale-p1010rdb/env/bin/init    |   2 +
 arch/ppc/boards/freescale-p1010rdb/env/config      |   2 +
 arch/ppc/boards/freescale-p1010rdb/law.c           |  24 ++
 arch/ppc/boards/freescale-p1010rdb/p1010rdb.c      | 209 ++++++++++++++++
 arch/ppc/boards/freescale-p1010rdb/p1010rdb.h      |  14 ++
 arch/ppc/boards/freescale-p1010rdb/tlb.c           |  59 +++++
 arch/ppc/configs/p1010rdb_defconfig                |  55 +++++
 arch/ppc/cpu-85xx/start.S                          | 106 ++++++++
 arch/ppc/include/asm/fsl_ifc.h                     | 267 +++++++++++++++++++++
 arch/ppc/include/asm/fsl_law.h                     |   1 +
 arch/ppc/include/asm/processor.h                   |   3 +-
 arch/ppc/mach-mpc85xx/Kconfig                      |  69 ++++--
 arch/ppc/mach-mpc85xx/cpu_init.c                   | 134 +++++++++--
 arch/ppc/mach-mpc85xx/cpuid.c                      |   1 +
 arch/ppc/mach-mpc85xx/fsl_gpio.c                   |  19 ++
 .../ppc/mach-mpc85xx/include/mach/config_mpc85xx.h |   9 +
 arch/ppc/mach-mpc85xx/include/mach/immap_85xx.h    |  13 +-
 arch/ppc/mach-mpc85xx/speed.c                      |  38 ++-
 22 files changed, 1091 insertions(+), 57 deletions(-)
 create mode 100644 arch/ppc/boards/freescale-p1010rdb/Makefile
 create mode 100644 arch/ppc/boards/freescale-p1010rdb/config.h
 create mode 100644 arch/ppc/boards/freescale-p1010rdb/ddr.c
 create mode 100644 arch/ppc/boards/freescale-p1010rdb/env/bin/init
 create mode 100644 arch/ppc/boards/freescale-p1010rdb/env/config
 create mode 100644 arch/ppc/boards/freescale-p1010rdb/law.c
 create mode 100644 arch/ppc/boards/freescale-p1010rdb/p1010rdb.c
 create mode 100644 arch/ppc/boards/freescale-p1010rdb/p1010rdb.h
 create mode 100644 arch/ppc/boards/freescale-p1010rdb/tlb.c
 create mode 100644 arch/ppc/configs/p1010rdb_defconfig
 create mode 100644 arch/ppc/include/asm/fsl_ifc.h

--
1.8.3.1


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

             reply	other threads:[~2014-07-25 15:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-25 15:28 Renaud Barbier [this message]
2014-07-25 15:28 ` [PATCH 1/4] ppc: 85xx: CCSRBAR mapping moved to start-up code Renaud Barbier
2014-07-25 15:28 ` [PATCH 2/4] ppc: Freescale P1010 headers Renaud Barbier
2014-07-25 15:28 ` [PATCH 3/4] ppc: Freescale P1010 SoC support Renaud Barbier
2014-07-25 15:28 ` [PATCH 4/4] ppc: minimal Freescale P1010RDB board support Renaud Barbier
2014-07-28  5:26 ` [PATCH 0/4] " Sascha Hauer

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=1406302136-26747-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