SUPERH platform development
 help / color / mirror / Atom feed
* [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

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