linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Shaveta Leekha <shaveta@freescale.com>
To: <linuxppc-dev@lists.ozlabs.org>
Cc: Shaveta Leekha <shaveta@freescale.com>
Subject: [PATCH 0/5] powerpc/fsl-booke: Add B4(B4860QDS and B4420QDS) board support
Date: Wed, 20 Mar 2013 15:52:15 +0530	[thread overview]
Message-ID: <1363774939-29909-1-git-send-email-shaveta@freescale.com> (raw)

B4860 and B4420 are personalities of same silicon which share same QDS board.
B4420 is a reduced personality of b4860. To manage the common board and similar
silicon features, device tree refactoring is being done through this patch set.

* common board features have been added in b4qds.dts
* common silicon related features have been added in b4si-pre.dtsi and b4si-post.dtsi
* the various silicon and board differences are in respective files of personalities

Shaveta Leekha (5):
  powerpc/85xx: add SEC-5.3 device tree
  powerpc/fsl-booke: Add initial silicon device tree files      for
    B4860 and B4420
  powerpc/fsl-booke: Add initial B4860QDS and B4420QDS board device
    tree
  powerpc/fsl-booke: Add B4_QDS board support
  powerpc/85xx: Update corenet64_smp_defconfig for B4_QDS

 arch/powerpc/boot/dts/b4420qds.dts            |   50 ++++++
 arch/powerpc/boot/dts/b4860qds.dts            |   61 +++++++
 arch/powerpc/boot/dts/b4qds.dts               |  171 +++++++++++++++++++
 arch/powerpc/boot/dts/fsl/b4420si-post.dtsi   |   94 +++++++++++
 arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi    |   49 ++++++
 arch/powerpc/boot/dts/fsl/b4860si-post.dtsi   |  135 +++++++++++++++
 arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi    |   59 +++++++
 arch/powerpc/boot/dts/fsl/b4si-post.dtsi      |  216 +++++++++++++++++++++++++
 arch/powerpc/boot/dts/fsl/b4si-pre.dtsi       |   65 ++++++++
 arch/powerpc/boot/dts/fsl/qoriq-sec5.3-0.dtsi |  118 ++++++++++++++
 arch/powerpc/configs/corenet64_smp_defconfig  |    1 +
 arch/powerpc/platforms/85xx/Kconfig           |   17 ++
 arch/powerpc/platforms/85xx/Makefile          |    1 +
 arch/powerpc/platforms/85xx/b4_qds.c          |  102 ++++++++++++
 14 files changed, 1139 insertions(+), 0 deletions(-)
 create mode 100644 arch/powerpc/boot/dts/b4420qds.dts
 create mode 100644 arch/powerpc/boot/dts/b4860qds.dts
 create mode 100644 arch/powerpc/boot/dts/b4qds.dts
 create mode 100644 arch/powerpc/boot/dts/fsl/b4420si-post.dtsi
 create mode 100644 arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi
 create mode 100644 arch/powerpc/boot/dts/fsl/b4860si-post.dtsi
 create mode 100644 arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi
 create mode 100644 arch/powerpc/boot/dts/fsl/b4si-post.dtsi
 create mode 100644 arch/powerpc/boot/dts/fsl/b4si-pre.dtsi
 create mode 100644 arch/powerpc/boot/dts/fsl/qoriq-sec5.3-0.dtsi
 create mode 100644 arch/powerpc/platforms/85xx/b4_qds.c

-- 
1.7.6.GIT

             reply	other threads:[~2013-03-20 10:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-20 10:22 Shaveta Leekha [this message]
2013-03-20 10:22 ` [PATCH 2/5][RFC] powerpc/fsl-booke: Add initial silicon device tree files for B4860 and B4420 Shaveta Leekha
2013-03-20 10:22 ` [PATCH 3/5][RFC] powerpc/fsl-booke: Add initial B4860QDS and B4420QDS board device tree Shaveta Leekha
2013-03-20 10:22 ` [PATCH 4/5][RFC] powerpc/fsl-booke: Add B4_QDS board support Shaveta Leekha
2013-03-20 10:22 ` [PATCH 5/5][RFC] powerpc/85xx: Update corenet64_smp_defconfig for B4_QDS Shaveta Leekha

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=1363774939-29909-1-git-send-email-shaveta@freescale.com \
    --to=shaveta@freescale.com \
    --cc=linuxppc-dev@lists.ozlabs.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;
as well as URLs for NNTP newsgroup(s).