* [PATCH 0/2] ARM: shmobile: bockw: Reference DT implementation
@ 2013-03-05 6:43 Kuninori Morimoto
2013-03-19 4:14 ` Simon Horman
2013-03-19 6:32 ` Kuninori Morimoto
0 siblings, 2 replies; 3+ messages in thread
From: Kuninori Morimoto @ 2013-03-05 6:43 UTC (permalink / raw)
To: linux-sh
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.
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
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH 0/2] ARM: shmobile: bockw: Reference DT implementation
2013-03-05 6:43 [PATCH 0/2] ARM: shmobile: bockw: Reference DT implementation Kuninori Morimoto
@ 2013-03-19 4:14 ` Simon Horman
2013-03-19 6:32 ` Kuninori Morimoto
1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2013-03-19 4:14 UTC (permalink / raw)
To: linux-sh
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
>
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH 0/2] ARM: shmobile: bockw: Reference DT implementation
2013-03-05 6:43 [PATCH 0/2] ARM: shmobile: bockw: Reference DT implementation Kuninori Morimoto
2013-03-19 4:14 ` Simon Horman
@ 2013-03-19 6:32 ` Kuninori Morimoto
1 sibling, 0 replies; 3+ messages in thread
From: Kuninori Morimoto @ 2013-03-19 6:32 UTC (permalink / raw)
To: linux-sh
Hi Simon
> > 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.
Thank you for your reply.
I'm working bockw/r8a7778 fresh v3 (?) patches,
but it follows Magnus's APE6 patches.
Basically, bockw/r8a7778 will use same style with APE6,
I am looking at the whereabouts of APE6 patches now.
Best regards
---
Kuninori Morimoto
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-03-19 6:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-05 6:43 [PATCH 0/2] ARM: shmobile: bockw: Reference DT implementation Kuninori Morimoto
2013-03-19 4:14 ` Simon Horman
2013-03-19 6:32 ` Kuninori Morimoto
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox