linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: kuninori.morimoto.gx@renesas.com (Kuninori Morimoto)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3 v3] ARM: shmobile: add R8A7778 Bock-W board support v3
Date: Thu, 21 Mar 2013 18:59:20 +0900	[thread overview]
Message-ID: <878v5hf4zr.wl%kuninori.morimoto.gx@renesas.com> (raw)
In-Reply-To: <87hakhrpmn.wl%kuninori.morimoto.gx@renesas.com>


Hi Simon, Magnus, Arnd

These are v3 patch set of R8A7778 R-Car M1 SoC/board support
This SoC/board support have limited DT only.
(TMU/SCIF can't use DT at this point)

I will work for external IRQ and SMSC support
if these are accepted.

These patches are based on simon/next branch

Kuninori Morimoto (3):
      ARM: shmobile: add R8A7778 basis support
      ARM: shmobile: r8a7778 SCIF support
      ARM: shmobile: add R-Car M1A Bock-W platform support

 arch/arm/boot/dts/Makefile                    |    1 +
 arch/arm/boot/dts/r8a7778-bockw.dts           |   32 ++++
 arch/arm/boot/dts/r8a7778.dtsi                |   35 +++++
 arch/arm/configs/bockw_defconfig              |   66 +++++++++
 arch/arm/mach-shmobile/Kconfig                |   12 ++
 arch/arm/mach-shmobile/Makefile               |    2 +
 arch/arm/mach-shmobile/board-bockw.c          |   43 ++++++
 arch/arm/mach-shmobile/clock-r8a7778.c        |  104 +++++++++++++
 arch/arm/mach-shmobile/include/mach/r8a7778.h |   28 ++++
 arch/arm/mach-shmobile/setup-r8a7778.c        |  193 +++++++++++++++++++++++++
 10 files changed, 516 insertions(+)

This is my command for DT uImage

PC> make bockw_defconfig
PC> make menuconfig
PC> make zImage
PC> make dtbs
PC> duImage r8a7778-bockw-reference
PC> cp arch/sh/boot/duImage ${PATH}

---- duImage --------------------------------
#! /bin/sh

# create zImage + dtb = dzImage
cat arch/arm/boot/zImage arch/arm/boot/dts/${1}.dtb > arch/arm/boot/dzImage

# create duImage
DUIMAGE=`cut -f 3- -d ' ' < arch/arm/boot/.uImage.cmd | sed -e "s/zImage/dzImage/" | sed -e "s/uImage/duImage/"`
${DUIMAGE}%
----------------------------------------------

Best regards
---
Kuninori Morimoto

       reply	other threads:[~2013-03-21  9:59 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87hakhrpmn.wl%kuninori.morimoto.gx@renesas.com>
2013-03-21  9:59 ` Kuninori Morimoto [this message]
2013-03-21 10:01   ` [PATCH 1/3 v3] ARM: shmobile: add R8A7778 basis support Kuninori Morimoto
2013-03-27 10:46     ` Simon Horman
2013-03-21 10:02   ` [PATCH 2/3 v3] ARM: shmobile: r8a7778 SCIF support Kuninori Morimoto
2013-03-27 10:46     ` Simon Horman
2013-03-21 10:03   ` [PATCH 3/3 v3] ARM: shmobile: add R-Car M1A Bock-W platform support Kuninori Morimoto
2013-03-27 10:47     ` Simon Horman
2013-03-21 10:41   ` [PATCH 0/3 v3] ARM: shmobile: add R8A7778 Bock-W board support v3 Simon Horman
2013-03-26 14:19     ` Magnus Damm
2013-03-27  4:49       ` Simon Horman

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=878v5hf4zr.wl%kuninori.morimoto.gx@renesas.com \
    --to=kuninori.morimoto.gx@renesas.com \
    --cc=linux-arm-kernel@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;
as well as URLs for NNTP newsgroup(s).