From: Simon Horman <horms@verge.net.au>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH 0/2] ARM: shmobile: bockw: Reference DT implementation
Date: Tue, 19 Mar 2013 04:14:09 +0000 [thread overview]
Message-ID: <20130319041407.GD21444@verge.net.au> (raw)
In-Reply-To: <87sj4amjnn.wl%kuninori.morimoto.gx@renesas.com>
On Mon, Mar 04, 2013 at 10:43:12PM -0800, Kuninori Morimoto wrote:
>
> Hi Simon, Magnus
>
> Thank you for your help/advice
>
> The problem was "memory size" on dts file.
> These are R-Car M1 / Bock-W DT support patches.
Magnus, what is your opinion on this mini-series?
For the record, I am awaiting fresh versions of all remaining
bockw/r8a7779 patches.
>
> Kuninori Morimoto (2):
> ARM: shmobile: r8a7778: add SoC DT support
> ARM: shmobile: bockw: add DT reference
>
> arch/arm/boot/dts/Makefile | 1 +
> arch/arm/boot/dts/r8a7778-bockw-reference.dts | 32 ++++++++++
> arch/arm/boot/dts/r8a7778.dtsi | 35 +++++++++++
> arch/arm/mach-shmobile/Kconfig | 12 ++++
> arch/arm/mach-shmobile/Makefile | 1 +
> arch/arm/mach-shmobile/board-bockw-reference.c | 80 ++++++++++++++++++++++++
> arch/arm/mach-shmobile/include/mach/common.h | 3 +
> arch/arm/mach-shmobile/intc-r8a7778.c | 27 ++++++--
> arch/arm/mach-shmobile/setup-r8a7778.c | 49 +++++++++++++--
> 9 files changed, 229 insertions(+), 11 deletions(-)
>
>
> This is my command for DT uImage
>
> PC> make bockw_defconfig
> PC> make menuconfig
> [Boot options]
> - [Flattened Device Tree support]
> - [Use appended device tree blob to zImage (EXPERIMENTAL)]
> [System Type]
> - [BOCK-W platform - Reference Device Tree Implementation]
>
> 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
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
next prev parent reply other threads:[~2013-03-19 4:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-05 6:43 [PATCH 0/2] ARM: shmobile: bockw: Reference DT implementation Kuninori Morimoto
2013-03-19 4:14 ` Simon Horman [this message]
2013-03-19 6:32 ` Kuninori Morimoto
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=20130319041407.GD21444@verge.net.au \
--to=horms@verge.net.au \
--cc=linux-sh@vger.kernel.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